Template:Ordinal
Jump to navigation
Jump to search
[edit] [ ] Template documentation
This documentation is transcluded from Template:Ordinal/doc. (edit | history)
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
Stolen from wikipedia:Template:Ordinal.
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|103}} |
103rd |