- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Template:Resize
Revision as of 10:52, 14 September 2013 by >CDRW (Created page with "{{#if:{{{2|}}} |<span style="font-size:{{{1|}}};">{{{2|}}}</span> |<span style="font-size:90%;">{{{1}}}</span> }}<noinclude> {{documentation}} {{Template:Resize/TemplateData}}...")
{{{1}}}
Template to aid switching the font-size used for a text string.
Syntax
{{resize|N|text}}
or {{resize|text}}
N specifies a size, such as "90%", "1.2em", etc. For the default case (the second above), N is set to "90%".
If the text
happens to contain an equality sign "=", specify {{resize|N|2=text}}
or {{resize|1=text}}
.
Examples
{{resize|1.2em|This text is 0.2em larger than normal}}
|
This text is 0.2em larger than normal |
{{resize|80%|This text is 80% normal size}}
|
This text is 80% normal size |
{{resize|This text defaults to 90% normal size}}
|
This text defaults to 90% normal size |
Redirects
- {{smaller|...}} instead of
{{resize|90%|...}}
. - {{small|...}} instead of
{{resize|85%|...}}
. An alternative to<small>...</small>
. - {{larger|...}} or {{bigger|...}} instead of
{{resize|110%|...}}
. - {{big|...}} instead of
{{resize|115%|...}}
. An alternative to<big>...</big>
. - {{large|...}}, equivalent to
<span style="font-size:large;">...</span>
.
TemplateData for variants
The templateData for each variant of the template can be found at
- Template:Resize/TemplateData
- Template:Larger/TemplateData
- Template:Smaller/TemplateData
- Template:Large/TemplateData
- Template:Small/doc
- Template:Big/doc
- Bigger is a redirects
See also
TemplateData
Template:TemplateDataHeader <templatedata>{
"description": "Template to aid switching the font-size used for a text string. Two forms <span style="font-size:<size>;"><text> and <text> are possible.",
"params": {
"1": {
"label": "Size/Text",
"description": "Specifies a css font size e.g. '80%', '1.2em', 'x-large', 'larger'. In the one parameter version the first parameter is the text and the font size is '90%'.",
"type": "string",
"required": true
},
"2": {
"label": "Text when size is given",
"description": "The text to display in the two parameter version.",
"type": "string",
"required": false
}
}
} </templatedata>