Template:Ordinal/doc: Difference between revisions
meta>Art LaPella →Usage: 1 and 11 are handled the same way, so no reason to mention 2 and 3 without 1. |
meta>SMcCandlish →Usage: This should not be used to change things like "16th century" in articles. |
||
Line 8: | Line 8: | ||
For an integer ending in 1, 2 or 3 (except for integers ending in 11, 12 or 13), the ordinal suffix will be ''-st'', ''-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>. | For an integer ending in 1, 2 or 3 (except for integers ending in 11, 12 or 13), the ordinal suffix will be ''-st'', ''-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>. | ||
This template should not be used in running prose in articles; it is intended for automated script processing of numeric data. Writing something like "<code><nowiki>in the {{ordinal|16}} century</nowiki></code>" serves no purpose, and just makes the wikicode harder to understand and edit. | |||
==Examples== | ==Examples== |
Revision as of 01:23, 7 September 2017
This is a documentation subpage for Template:Ordinal. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
{{Ordinal|integer}}
This template will add the appropriate ordinal indicator 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 1, 2 or 3 (except for integers ending in 11, 12 or 13), the ordinal suffix will be -st, -nd and -rd, respectively. To display -d for the ordinal suffix rather than -nd and -rd, use {{Ordinal|positive integer|d}}
.
This template should not be used in running prose in articles; it is intended for automated script processing of numeric data. Writing something like "in the {{ordinal|16}} century
" serves no purpose, and just makes the wikicode harder to understand and edit.
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.
See also
- {{Cardinal}}, which removes the ordinal indicator from an ordinal number
- {{Ordinal to word}}, which produces the spelled-out form, "first" "second", etc.