Template:Small: Difference between revisions
Template page
More actions
m the one and only parameter is not really optional |
unified |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<small style="font-size: | <small style="font-size:85%;">{{{1}}}</small><noinclude> | ||
---- | ---- | ||
'''Example:''' <nowiki>{{</nowiki>small|Example text.}} → {{small|Example text.}} | '''Example:''' <nowiki>{{</nowiki>small|Example text.}} → {{small|Example text.}} | ||
==See also== | |||
{ | {{Text formatting template (see also)}} | ||
<templatedata> | |||
{ "description": "Shorthand for CSS font-size:85%", | |||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "text", | "label": "text", | ||
"description": "<small style=\"font-size: | "description": "<small style=\"font-size:85%;\"> inline text </small>", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
} } }</templatedata> | |||
} | [[Category:Text formatting templates|{{PAGENAME}}]] | ||
</templatedata></noinclude> | </noinclude> | ||