Template:Small: Difference between revisions
Template page
More actions
stick to type=string until type=content is documented |
m the one and only parameter is not really optional |
||
| Line 4: | Line 4: | ||
---- | ---- | ||
[[Category:Text formatting templates|{{PAGENAME}}]]<templatedata> | [[Category:Text formatting templates|{{PAGENAME}}]]<templatedata> | ||
{ "description": "Shorthand for CSS font-size:xx-small", | { | ||
"description": "Shorthand for CSS font-size:xx-small", | |||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "text", | "label": "text", | ||
"description": "<small style=\"font-size:xx-small\"> inline text </small>", | "description": "<small style=\"font-size:xx-small\"> inline text </small>", | ||
"type": "string" | "type": "string", | ||
} } }</templatedata></noinclude> | "required": true | ||
} | |||
} | |||
} | |||
</templatedata></noinclude> | |||
Revision as of 13:11, 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 | required |