Difference between revisions of "Template:Big"

From blackwiki
Jump to navigation Jump to search
test>Telpardec
(Redundancy is good. Besides 2 previous reasons in edit history, (semantics and personal css tied to <big>,) there is also WP:ACCESS#Users with limited CSS/JavaScript support. (cross-browser compatibility :)
test>Technical 13
m (Reverted good faith edits by Telpardec: Using obsolete html elements are bad since browsers are starting to drop them. lets discuss it on my talk page and I'll help you fix your scripts. (TW))
Line 1: Line 1:
<big style="font-size:115%;">{{{1}}}</big><noinclude>
+
<span style="font-size:115%;">{{{1}}}</span><noinclude>
{{documentation}}
+
{{documentation/sandbox2}}
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
 
</noinclude>
 
</noinclude>

Revision as of 11:15, 20 June 2014

{{{1}}}

Documentation icon Template documentation[view] [edit] [history] [Script error: No such module "Purge".]

Usage

Since <big>...</big> is obsolete, this template may be used as a replacement for presentation markup.

It takes one parameter: The text to enlarge.

  • {{big|text to make larger}}

If the value passed to the template contains an "=" (equals sign) character it must be done like so:

  • {{big|1=text to make larger}}

or the offending "=" character(s) must be replaced with &#61;.

This template is compatible with the {{IPA}}, and similar templates:

  • {{big|{{IPA|ὡ}}}}

Example of typical usage:

  • Blah blah blah {{big|æ}} versus {{big|œ}} blah blah.

This looks like:

  • Blah blah blah æ versus œ blah blah.


TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Big

Makes the font larger. Equivalent to <big>...</big>

Template parameters

ParameterDescriptionTypeStatus
Text1

The text to enlarge.

Stringrequired

See also

Font size templates

Code Size Semantics Result
{{small|text}} 85% <small> text
{{smaller|text}} 90% none text
{{resize|text}} 90% none text
{{midsize|text}} 92% none text
none 100% none text
{{larger|text}} 110% none text
{{big|text}} 120% none text
{{large|text}} large none text
{{huge|text}} 180% none text
{{resize|x%}} custom none varies
{{font|size=x%}} custom none varies
This is the TemplateData documentation for the template used by the new VisualEditor.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Big

Makes the font larger. Equivalent to <big>...</big>

Template parameters

ParameterDescriptionTypeStatus
Text1

The text to enlarge.

Stringrequired