Template:Small/doc: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{template rating|p}}


== Usage ==
== Usage ==
This template is a replacement for <code><nowiki><small>...</small></nowiki></code>.
This template is a replacement for {{tag|small}}.


Remember "Avoid using smaller font sizes in elements that already use a smaller font size, such as infoboxes, navboxes and reference sections.". Use of this template within an infobox produces a font size 75% of the page default, well below the 85% minimum specified in the linked guidelines.
The only parameter is the content and may contain templates, images, etc. if a block needs to be wrapped in this template and contains such elements.  Note that if the {{code|=}} character appears in the content, the parameter must be explicitly specified as {{para|1}}.


The only parameter is the content and may contain templates, images, etc. if a block needs to be wrapped in this template and contains such elements.  Note that if the <code>=</code> character appears in the content, the parameter must be explicitly specified as <code>|1=</code>.
Do not use this template to wrap multiple lines; doing so will cause Linter errors.  
 
Do not use this template to wrap multiple lines; doing so will cause errors.  


Thus:
Thus:
Line 17: Line 14:
!shows
!shows
|-
|-
| <code><nowiki>What a wonderful world</nowiki></code>
| {{code|What a wonderful world}}
| What a wonderful world
| What a wonderful world
|-
|-
| <code><nowiki>{{small|What a wonderful world}}</nowiki></code>
| {{tlc|small|What a wonderful world}}
| {{small|What a wonderful world}}
| {{small|What a wonderful world}}
|-
|-
| <code><nowiki>{{small|1=3 + 2 = 5}}</nowiki></code>
| {{tlc|small|1{{=}}3 + 2 {{=}} 5}}
| {{small|1=3 + 2 = 5}}
| {{small|1=3 + 2 = 5}}
|-
|-
|<pre>{{small|1=103}}
|<pre>
{{small|1=103}}
{{small|1=+ 2}}
{{small|1=+ 2}}
——
——
Line 39: Line 37:
|}
|}


<includeonly>
== Template data ==
<!-- TEMPLATE CATEGORIES HERE, THANKS -->
<templatedata>
[[Category:Templates]]
{
</includeonly>
        "description": "A template shortcut for the \"small\" HTML tag that makes the font smaller ",
        "params": {
                "1": {
                        "label": "Text",
                        "description": "The text that you'd like to be made smaller",
                        "type": "string",
                        "required": true
                }
        }
}
</templatedata>
 
== Tracking category ==
* {{Cat|Pages using small with an empty input parameter}}
 
<includeonly>{{sandbox other||{{testcases other||
 
<!-- Categories below this line, please -->
[[Category:Formatting templates]]
[[Category:Templates that add a tracking category]]
}}}}</includeonly>

Latest revision as of 03:27, 20 August 2023

Light bulb.png }}
It contains usage information, categories and other content that is not part of the original template page.

Usage

This template is a replacement for <small>...</small>.

The only parameter is the content and may contain templates, images, etc. if a block needs to be wrapped in this template and contains such elements. Note that if the {{{1}}} character appears in the content, the parameter must be explicitly specified as |1=.

Do not use this template to wrap multiple lines; doing so will cause Linter errors.

Thus:

input shows
What a wonderful world What a wonderful world
{{small|What a wonderful world}} What a wonderful world
{{small|1=3 + 2 = 5}} 3 + 2 = 5
{{small|1=103}}
{{small|1=+ 2}}
——
{{small|1=105}}
103

+ 2

——

105

Template data

A template shortcut for the "small" HTML tag that makes the font smaller

Template parameters

ParameterDescriptionTypeStatus
Text1

The text that you'd like to be made smaller

Stringrequired

Tracking category