Template:Lower
From FORwiki
(Difference between revisions)
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{2|}}} |<!--then:(offset specified)--><span style="position:relative; top:{{{1}}};">{{{2|}}}</span>|<!--else:(offset not specified; use default)--><span style="position:relative; top:0.6em;">{{{1|}}}</span><!--end #if:-->}}</includeonly><noinclude> | <includeonly>{{#if:{{{2|}}} |<!--then:(offset specified)--><span style="position:relative; top:{{{1}}};">{{{2|}}}</span>|<!--else:(offset not specified; use default)--><span style="position:relative; top:0.6em;">{{{1|}}}</span><!--end #if:-->}}</includeonly><noinclude> | ||
- | {{ | + | {{doc}} |
<!--Please add interwiki links on the /doc page, not here - thanks!--> | <!--Please add interwiki links on the /doc page, not here - thanks!--> | ||
- | |||
- | |||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Visual Templates]] | [[Category:Visual Templates]] | ||
</noinclude> | </noinclude> |
Current revision as of 11:33, 14 January 2010
[edit] [ ]
Template documentation

Use to lower some text or other element a specified number of units (recommend proportional 'em' units), otherwise by a default 0.6em:
-
{{lower|Nem|text/element}}
to lower by N em units
(e.g. {{lower|0.4em|This is the text to lower.}}
)
-
{{lower|text/element}}
to lower by default 0.6em.
See also
- {{Raise}}