Template:Pad: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span style="padding-left: {{{1|1em}}};"> </span><noinclude> {{Documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKI LINK ON THE DOCUMENTATION PAGE. --> </noinclude>") |
mNo edit summary |
||
Line 3: | Line 3: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKI LINK ON THE DOCUMENTATION PAGE. --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKI LINK ON THE DOCUMENTATION PAGE. --> | ||
</noinclude> | </noinclude> | ||
[[Category:Templates]] |
Latest revision as of 21:31, 14 December 2012
[edit] Template documentation
Usage[edit source]
Use {{pad}} to insert a horizontally padding HTML <span>
inline. The template takes one unnamed parameter; a width value specified in px, em or ex. The default is 1 em.
Examples[edit source]
Indenting by 50 pixels (50px):
Indenting 50px causes<br />{{pad|50px}}this amount of space.
- Indenting 50px causes
this amount of space.
Width of a year-range (4.8em):
1492-1540 Exploration by<br />{{pad|4.8em}}Columbus & others.
- 1492-1540 Exploration by
Columbus & others.
For 1em and 6em:
This is a {{pad|1em}} 1em padded sentence.
This is a {{pad|6em}} 6em padded example.
Produces:
- This is a 1em padded sentence.
- This is a 6em padded example.