Template:Largediv
This template should not be used in citation templates such as Citation Style 1 because it includes markup that will pollute the COinS metadata they produce; see Wikipedia:COinS. |
Usage
Use this template instead of {{big}} or <big>...</big>
to wrap multiple lines of text, or to wrap a template that contains <div>...</div>
tags.
This template is a drop-in replacement for {{big}} templates or <big>...</big>
tags that wrap multiple lines or wrap a template containing <div>...</div>
tags. When a {{big}} template or <big>...</big>
tags wrap multiple lines, Linter errors are caused, typically "Missing end tag", "Misnested tag", or "Stripped tag".
The only parameter, |
, is the content that is intended to be rendered at a font size of 120% of normal.
Note that if the =
character appears in the content, it should be replaced with {{=}}, or the content must be explicitly preceded with |1=
. See examples in the table below.
input | shows |
---|---|
{{bigdiv|
*One
*Two
*Three}} |
|
{{bigdiv|{{unbulleted list|One|Two|Three}}}}
|
|
{{bigdiv|{{hlist|One|Two|Three}}}}
|
|
{{bigdiv|{{hidden||{{nowrap|Ichirō Hatoyama – 394<br/>Nobusuke Kishi – 4<br/>''Others'' – 15}}}}}}
|
Ichirō Hatoyama – 394 Nobusuke Kishi – 4 Others – 15 |
Example with = character in the content (error):{{bigdiv|Ichirō Hatoyama = 394<br/>Nobusuke Kishi = 4<br/>''Others'' = 15}}
|
{{{1}}}
|
Example with = character in the content using |1= :{{bigdiv|1=Ichirō Hatoyama = 394<br/>Nobusuke Kishi = 4<br/>''Others'' = 15}}
|
Ichirō Hatoyama = 394
Nobusuke Kishi = 4 Others = 15 |
Template data
TemplateData for Largediv
See also
- {{smalldiv}} (for wrapping multiple lines in small formatting)
- {{monodiv}} (for wrapping multiple lines in monospace formatting)
- {{bold div}} (for wrapping multiple lines in bold formatting)
- {{italic div}} (for wrapping multiple lines in italic formatting)
Code for inline content | Code for block content | Size | Result |
---|---|---|---|
{{small|text}} {{smaller|text}} |
{{smalldiv|text}} |
85% | text |
{{resize|text}} |
{{resizediv|text}} |
90% | text |
{{midsize|text}} |
92% | text | |
none | none | 100% | text |
{{large|text}} {{larger|text}} {{big|text}} |
{{largediv|text}} |
120% | text |
{{huge|text}} |
180% | text | |
{{resize|x%|text}} |
{{resizediv|x%|text}} |
custom | varies |
{{font|size=x%}} |
custom | varies |