Template:Big/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(grab docs from elsewhere for modification)
(updating docs)
Line 3: Line 3:


== Usage ==
== 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.
This template is used to enlarge the size of text. This is normally not done in articles.


*{{tlx|Huge|<var>diacritic mark to make large</var>}}
It has the same result as using <code><nowiki><big>...</big></nowiki></code> around the selected text.


If the value pased to the template is or contains a "=" (equals sign) character it must be done like so:
*{{tlx|Big|<var>text to make larger</var>}}


*{{tlx|Huge|1&#61;<var>&#61;</var>}}
If the value pased to the template contains a "=" (equals sign) character it must be done like so:


or
*{{tlx|Big|1&#61;<var>text to make larger</var>}}


*{{tlx|Huge|<var>&amp;#61;</var>}}
or the offending "=" character(s) must be replaced with <code>&amp;#61;</code>.


This template is compatible with the {{tl|Unicode}}, {{tl|IPA}}, {{tl|Polytonic}} and similar templates:
This template is compatible with the {{tl|Unicode}}, {{tl|IPA}}, {{tl|Polytonic}} and similar templates:


*<code><nowiki>{{Huge|Unicode|}}}}</nowiki></code>
*<code><nowiki>{{Big|Polytonic|}}}}</nowiki></code>


;Example of typical usage:
;Example of typical usage:


*<code><nowiki>Blah blah blah {{Huge|}} versus {{Huge|}} blah blah.</nowiki></code>
*<code><nowiki>Blah blah blah {{Big|æ}} versus {{Big|œ}} blah blah.</nowiki></code>


This looks like:
This looks like:


*Blah blah blah {{Huge|}} versus {{Huge|}} blah blah.
*Blah blah blah {{Big|æ}} versus {{Big|œ}} blah blah.


== See also ==
== See also ==
*{{tl|Big}} - similar but not as big and doesn't do anything about vertical alignment.
*{{tl|Small}} - Same idea, but smaller instead of larger. A shortcut for <code><nowiki><small>...</small></nowiki></code>
*{{tl|Small}} - ditto, but in the other direction
*{{tl|Huge}} - for diacritic marks only; similar to {{tl|Big}} but considerably larger, and compensates for vertical alignment.
 


<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Wikipedia formatting and function templates]]
[[Category:Wikipedia formatting and function templates]]


[[ja:Template:Larger]]
[[ja:Template:Larger]]

Revision as of 17:43, 23 January 2010


Usage

This template is used to enlarge the size of text. This is normally not done in articles.

It has the same result as using <big>...</big> around the selected text.

  • {{Big|text to make larger}}

If the value pased 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 &#61;.

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

  • {{Big|Polytonic|ὡ}}}}
Example of typical usage
  • Blah blah blah {{Big|æ}} versus {{Big|œ}} blah blah.

This looks like:

  • Blah blah blah æ versus œ blah blah.

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.

ja:Template:Larger