Template:Pad/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== Use {{tl|pad}} to insert a horizontally padding HTML {{tag|spa...") |
mNo edit summary |
||
Line 36: | Line 36: | ||
</includeonly> | </includeonly> | ||
[[Category:Templates]] |
Latest revision as of 21:31, 14 December 2012
This is a documentation subpage for Template:Pad (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
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.