Template:Small: Difference between revisions

Jump to navigation Jump to search
Created page with "<small>{{{1|}}}</small> <noinclude> <templatedata> { "params": { "1": { "label": "Text", "description": "The text.", "example": "This text will look smaller.",..."
MeowyCats2 (talk | contribs)
m 34 revisions imported
 
(11 intermediate revisions by 10 users not shown)
Line 1: Line 1:
<small>{{{1|}}}</small>
<span style="font-size: 85%;">{{{1}}}</span><noinclude>{{Documentation}}[[Category:Inline talk templates]]</noinclude>
<noinclude>
<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>