Template:Ordinal/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Samwb123
m (the integer can be negative)
meta>Samwb123
(the integer be negative, changed the MOS links, and corrected the italics.)
Line 2: Line 2:


==Usage==
==Usage==
:<code><nowiki>{{Ordinal|''integer''}}</nowiki></code>
:<code><nowiki>{{Ordinal|</nowiki>''integer''<nowiki>}}</nowiki></code>
This template will add the appropriate ordinal suffix to a given positive integer.
This template will add the appropriate ordinal suffix to a given integer.


Use <code><nowiki>{{Ordinal|''integer''|sup=yes}}</nowiki></code> to make the ordinal suffix superscript. However do not use superscript notation in the article space, per [[Wikipedia:Manual of Style (dates and numbers)#Typography|Wikipedia:Manual of Style (dates and numbers)#Typography]].
Use <code><nowiki>{{Ordinal|</nowiki>''integer''<nowiki>|sup=yes}}</nowiki></code> to display the ordinal suffix in superscript. Do not use superscript notation in the article space, per [[Wikipedia:Manual of Style (dates and numbers)#Typography|this section]] of the [[Wikipedia:Manual of Style|Manual of Style]].


For a number ending in 2 or 3 (except for numbers ending in 12 or 13), the ordinal suffix will be ''-nd'' and ''-rd'', respectively. To use -d rather than -nd and -rd, use <code><nowiki>{{Ordinal|''positive integer''|d}}</nowiki></code>.
For an integer ending in 2 or 3 (except for integers ending in 12 or 13), the ordinal suffix will be ''-nd'' and ''-rd'', respectively. To display -d for the ordinal suffix rather than -nd and -rd, use <code><nowiki>{{Ordinal|</nowiki>''positive integer''<nowiki>|d}}</nowiki></code>.


==Examples==
==Examples==

Revision as of 18:15, 27 July 2010

Usage

{{Ordinal|integer}}

This template will add the appropriate ordinal suffix to a given integer.

Use {{Ordinal|integer|sup=yes}} to display the ordinal suffix in superscript. Do not use superscript notation in the article space, per this section of the Manual of Style.

For an integer ending in 2 or 3 (except for integers ending in 12 or 13), the ordinal suffix will be -nd and -rd, respectively. To display -d for the ordinal suffix rather than -nd and -rd, use {{Ordinal|positive integer|d}}.

Examples

Code Result
{{Ordinal|101}} 101st
{{Ordinal|-102}} -102nd
{{Ordinal|102|sup=yes}} 102nd
{{Ordinal|103}} 103rd
{{Ordinal|103|d}} 103d

Other

  • This template can be substituted.