Difference between revisions of "Template:Resize"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(created template)
m (22 revisions from wikipedia:Template:Resize)
 
(25 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{#if:{{{2}}}|<!--then:--><span style="font-size:{{{1}}};">{{{2}}}</span>|<!--else:--><span style="font-size:90%;">{{{1}}}</span>}}<noinclude>
+
{{#if:{{{2|}}}
 
+
|<span style="font-size:{{{1|}}};">{{{2|}}}</span>
----
+
|<span style="font-size:90%;">{{{1}}}</span>
; Syntax : <code>{{resize|''N''|''text''}}</code>&nbsp; or &nbsp;<code>{{resize|''text''}}</code>
+
}}<noinclude>
 
+
{{documentation}}
''N'' specifies a size, such as "90%", "1.2em", etc. For the default case (the second above), ''N'' is set to "90%".
+
{{Resize/TemplateData}}
 
+
<!--PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS-->
 
</noinclude>
 
</noinclude>

Latest revision as of 13:49, 17 February 2016

{{{1}}}

Documentation icon Template documentation[create]

TemplateData[edit]

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Resize

Template to aid switching the font-size used for a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.

Template parameters

ParameterDescriptionTypeStatus
Size/Text1

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%'.

Default
empty
Example
empty
Auto value
empty
Stringrequired
Text when size is given2

The text to display in the two parameter version.

Default
empty
Example
empty
Auto value
empty
Stringoptional