Template:Small: Difference between revisions
Template page
More actions
removed interwikis |
stick to type=string until type=content is documented |
||
| Line 1: | Line 1: | ||
<small style=" | <small style="font-size:xx-small">{{{1}}}</small><noinclude> | ||
---- | ---- | ||
'''Example:''' <nowiki>{{</nowiki>small|Example text.}} → {{small|Example text.}} | '''Example:''' <nowiki>{{</nowiki>small|Example text.}} → {{small|Example text.}} | ||
---- | |||
[[Category:Text formatting templates|{{PAGENAME}}]] | [[Category:Text formatting templates|{{PAGENAME}}]]<templatedata> | ||
</noinclude> | { "description": "Shorthand for CSS font-size:xx-small", | ||
"params": { | |||
"1": { | |||
"label": "text", | |||
"description": "<small style=\"font-size:xx-small\"> inline text </small>", | |||
"type": "string" | |||
} } }</templatedata></noinclude> | |||
Revision as of 13:01, 9 January 2015
{{{1}}}
Example: {{small|Example text.}} → Example text.
Shorthand for CSS font-size:xx-small
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| text | 1 | <small style="font-size:xx-small"> inline text </small> | String | optional |