Template:Huge/doc

From Official Kodi Wiki
< Template:Huge
Revision as of 01:14, 21 December 2015 by Ned Scott (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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 pased to the template is or contains a "=" (equals sign) character it must be done like so:

or

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

  • {{Huge|{{Unicode|῾}}}}
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.

See also

  • {{Resize}}
  • {{smaller|...}} instead of {{resize|50%|...}}.
  • {{small|...}} instead of {{resize|75%|...}}.
  • {{big|...}} instead of {{resize|120%|...}}.
  • {{large|...}}, equivalent to <span style="font-size:large;">...</span>.
  • {{larger|...}} or {{bigger|...}} instead of {{resize|150%|...}}.
  • {{huge|...}}, for really big text; instead of {{resize|180%|...}}. and also compensates for vertical alignment.