Template:Small/doc: Difference between revisions

From fattwiki
(Created page with "{{Documentation subpage}} == Usage == This template is a replacement for <pre><small>...</small></pre>. Do not use this template to wrap multiple lines; doing so will cause errors. If you need to wrap multiple list items or multiple paragraphs, use {{tl|smalldiv}} around the entire block, or wrap each list item or paragraph separately. == Template data == {{TemplateDataHeader}} <templatedata> { "params": { "1": { "label": "Text", "description": "The text that...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
== Usage ==
== Usage ==
This template is a replacement for <pre><small>...</small></pre>.
This template is a replacement for <code><small>...</small></code>.


Do not use this template to wrap multiple lines; doing so will cause errors.  If you need to wrap multiple list items or multiple paragraphs, use {{tl|smalldiv}} around the entire block, or wrap each list item or paragraph separately.
Do not use this template to wrap multiple lines; doing so will cause errors.  If you need to wrap multiple list items or multiple paragraphs, use {{tl|smalldiv}} around the entire block, or wrap each list item or paragraph separately.
Line 16: Line 16:
"required": true
"required": true
}
}
}
},
"description": "A template shortcut for the “small” HTML tag that makes the font smaller."
}
}
</templatedata>
</templatedata>

Revision as of 01:38, 25 April 2024

Script error: No such module "Template translation".

Usage

This template is a replacement for ....

Do not use this template to wrap multiple lines; doing so will cause errors. If you need to wrap multiple list items or multiple paragraphs, use {{smalldiv}} around the entire block, or wrap each list item or paragraph separately.

Template data

Template:TemplateDataHeader

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