Template:Small/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude>{{docsub}}</noinclude> The <nowiki>{{</nowiki>small}} displays text at 85% of the normal font size. It is a replacement for {{code|<nowiki><small>...</small></nowiki>}}. ==Usage== To use the template, copy and paste the following in the article where the smaller text is desired:<br /> :<code><nowiki>{{</nowiki>small|''1''}}</code> ==Parameter== The only parameter ({{code|1}}) is the text to display at 85% the size of normal text. The param...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{docsub}}</noinclude> | <noinclude>{{docsub}}</noinclude> | ||
The <nowiki>{{</nowiki>[[Template:Small|small]]}} displays text at 85% of the normal font size. It is a replacement for {{code|<nowiki><small>...</small></nowiki>}}. | The <nowiki>{{</nowiki>[[Template:Small|small]]}} template displays specified text at 85% of the normal font size. It is a replacement for {{code|<nowiki><small>...</small></nowiki>}}. | ||
==Usage== | ==Usage== |
Latest revision as of 06:35, 6 December 2024
This is a documentation subpage for Template:Small. It may contain usage information, categories and other content that is not part of the original template page. |
The {{small}} template displays specified text at 85% of the normal font size. It is a replacement for <small>...</small>
.
Usage
To use the template, copy and paste the following in the article where the smaller text is desired:
{{small|1}}
Parameter
The only parameter (1
) is the text to display at 85% the size of normal text. The parameter is required; it may include standard wiki markup.
Examples
{{small|This is ''smaller'' text.}}
→ This is smaller text.{{small|Smaller text referring [[Gotha]].}}
→ Smaller text referring Gotha.