Difference between revisions of "Template:Big/doc"
Jump to navigation
Jump to search
imported>Edokter (→Usage: fix example) |
imported>Salix alba (simple template data) |
||
| Line 24: | Line 24: | ||
*Blah blah blah {{Big|æ}} versus {{Big|œ}} blah blah. | *Blah blah blah {{Big|æ}} versus {{Big|œ}} blah blah. | ||
| + | |||
| + | ==TemplateData== | ||
| + | {{TemplateDataHeader}} | ||
| + | |||
| + | <templatedata> | ||
| + | { | ||
| + | "description": "Makes the font larger. Equivalent to <big>...</big>", | ||
| + | "params": { | ||
| + | "1": { | ||
| + | "label": "Text", | ||
| + | "description": "The text to enlarge.", | ||
| + | "type": "string", | ||
| + | "required": true | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
== See also == | == See also == | ||
Revision as of 17:58, 28 July 2013
| This is a documentation subpage for Template:Big. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This template is shortcut for <big>...</big> and makes the font larger. It takes one parameter: The text to enlarge.
{{Big|text to make larger}}
If the value passed to the template contains a "=" (equals sign) character it must be done like so:
{{Big|1=text to make larger}}
or the offending "=" character(s) must be replaced with =.
This template is compatible with the {{Unicode}}, {{IPA}}, and similar templates:
{{Big|{{Unicode|ὡ}}}}
- 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>
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | 1 | The text to enlarge. | String | required |
See also
- {{small}} - same idea, but smaller instead of larger. A shortcut for
<small>...</small> - {{huge}} - for diacritic marks only; similar to {{big}} but considerably larger, and compensates for vertical alignment.
- {{resize}} - generic resizing
- {{larger}} - not quite as large as {{big}}
- {{large}} - simply large