Template:Ordinal/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Samwb123 m rm extra line |
meta>Samwb123 m the integer can be negative |
||
Line 2: | Line 2: | ||
==Usage== | ==Usage== | ||
:<code><nowiki>{{Ordinal|'' | :<code><nowiki>{{Ordinal|''integer''}}</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 positive integer. | ||
Use <code><nowiki>{{Ordinal|'' | 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]]. | ||
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 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>. | ||
Line 16: | Line 16: | ||
| <code><nowiki>{{Ordinal|101}}</nowiki></code> || {{Ordinal|101}} | | <code><nowiki>{{Ordinal|101}}</nowiki></code> || {{Ordinal|101}} | ||
|- | |- | ||
| <code><nowiki>{{Ordinal|102}}</nowiki></code> || {{Ordinal|102}} | | <code><nowiki>{{Ordinal|-102}}</nowiki></code> || {{Ordinal|-102}} | ||
|- | |- | ||
| <code><nowiki>{{Ordinal|102|sup=yes}}</nowiki></code> || {{Ordinal|102|sup=yes}} | | <code><nowiki>{{Ordinal|102|sup=yes}}</nowiki></code> || {{Ordinal|102|sup=yes}} |
Revision as of 18:10, 27 July 2010
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 suffix to a given positive integer.
Use {{Ordinal|''integer''|sup=yes}}
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.
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 {{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.