Template:Small: Difference between revisions

From Meta Wiki
Jump to navigation Jump to search
en.wikipedia.org>MSGJ
add tracking category, per request
Created page with "<small>{{{1|}}}</small> <noinclude> <templatedata> { "params": { "1": { "label": "Text", "description": "The text.", "example": "This text will look smaller.",..."
Line 1: Line 1:
<small style="font-size:85%;">{{{1}}}</small>{{#if:{{{1|}}}||<includeonly>[[Category:Pages using small with an empty input parameter]]</includeonly>}}<noinclude>
<small>{{{1|}}}</small>
<!--Categories and interwikis go in the /doc sub-page.-->
<noinclude>
{{Documentation}}
<templatedata>
{
"params": {
"1": {
"label": "Text",
"description": "The text.",
"example": "This text will look smaller.",
"type": "string",
"suggested": true
}
},
"description": "Embeds text in 'small' tags."
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 17:03, 30 January 2016

<templatedata> { "params": { "1": { "label": "Text", "description": "The text.", "example": "This text will look smaller.", "type": "string", "suggested": true } }, "description": "Embeds text in 'small' tags." } </templatedata>