Difference between revisions of "Template:Huge/doc"
imported>Cabayi (→Usage: rm unicode, defunct) |
imported>Vanisaac m (→See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other) |
||
| Line 89: | Line 89: | ||
{{font size templates}} | {{font size templates}} | ||
| − | <includeonly>{{ | + | <includeonly>{{Sandbox other| |
| <!-- CATEGORIES BELOW THIS LINE, PLEASE: --> | | <!-- CATEGORIES BELOW THIS LINE, PLEASE: --> | ||
[[Category:Resizing templates]] | [[Category:Resizing templates]] | ||
}}</includeonly> | }}</includeonly> | ||
Latest revision as of 17:03, 25 April 2020
| 40px | This is a documentation subpage for Template:Huge. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This template is used to enlarge the size (but compensate for line height while doing so) in order to make diacritic marks in linguistic articles easier to discern in detail and distinguish from each other.
{{Huge|diacritic mark to make large}}
If the value passed to the template is or contains a "=" (equals sign) character it must be done like so:
{{Huge|1==}}
or
{{Huge|=}}
This template is compatible with {{IPA}}, and similar templates.
- Example of typical usage
Blah blah blah {{Huge|῾}} versus {{Huge|᾽}} blah blah.
This looks like:
- Blah blah blah ῾ versus ᾽ blah blah.
The size may also be specified, setting equivalent line spacing by default:
{{Huge|&=|500%}}
&=
Or, you may choose to specify line spacing:
{{Huge|&<br />=|300%}}
{{Huge|&<br />=|300%|0%}}
&
=
&
=
Alignment can also be altered:
valign can be set to "sub" (the default), "super", or "normal".
{{Huge|sub}} {{Huge|super|valign=super}} {{Huge|normal|valign=normal}}
subsupernormal
Finally, here's an example of putting it all together:
{{Huge|Wiki<br />Wiki|300%|200%|valign=super}}<br />Wiki Wiki.
Wiki
Wiki
Wiki Wiki.
TemplateData
TemplateData for Huge
Enlarge the size of diacritic marks and compensate for line height.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Mark | 1 | The diacritic mark to make large. | String | required |
| Font size | 2 | Font size as a percentage. Default is 180%. | String | optional |
| Line height | 3 | Line height, defaults to font size or 180%. | String | optional |
| valign | valign | Vertical alignment. Either 'normal', 'super' or 'sub' (the default). | String | optional |
See also
| 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 |