Template:Pad/doc
From FORwiki
(Difference between revisions)
| (One intermediate revision not shown) | |||
| Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | ||
==Usage== | ==Usage== | ||
| - | Use {{tl|pad}} to insert a horizontally padding span inline. The template takes one unnamed parameter; a width value specified in <tt>px</tt>, <tt>em</tt> or <tt>ex</tt>. | + | Use {{tl|pad}} |
| + | to insert a horizontally padding span inline. The template takes one unnamed parameter; a width value specified in <tt>px</tt>, <tt>em</tt> or <tt>ex</tt>. | ||
==Example== | ==Example== | ||
| Line 10: | Line 11: | ||
Will produce:<br/> | Will produce:<br/> | ||
This is a {{pad|6em}} padded sentence. | This is a {{pad|6em}} padded sentence. | ||
| - | |||
| - | |||
| - | |||
Current revision as of 01:32, 14 January 2010
Usage
Use {{pad}} to insert a horizontally padding span inline. The template takes one unnamed parameter; a width value specified in px, em or ex.
Example
Using the following code:
This is a {{pad|6em}} padded sentence.
Will produce:
This is a padded sentence.

