Template:Ordinal/doc: Difference between revisions
Template page
More actions
m fix |
+ debug |
||
| Line 23: | Line 23: | ||
|5def= | |5def= | ||
|5stat=optional- | |5stat=optional- | ||
|6=debug | |||
|6desc=set to 1 if the template should return an error message when parameter 1 is not a numeral | |||
|name=Ordinal | |name=Ordinal | ||
|desc=This template will add the appropriate ordinal suffix to a given integer. | |desc=This template will add the appropriate ordinal suffix to a given integer. | ||
Revision as of 15:48, 4 March 2012
This template will add the appropriate ordinal suffix to a given integer.
{{Ordinal|101}}, for example, produces 101st.
In English version, 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.
Usage
{{Ordinal |1= |debug= }}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | positive integer number | empty | optional | |
style | Presentation style. Different options for different languages:
| empty | optional | |
gender | gender is used in French and Polish language versions. Genders: m for male, f for female and n for neuter. | m | optional | |
lang | language | {{int:Lang}} | optional | |
nosup | Set nosup=y to display the ordinals without superscript for links and category names. E.g. 101st instead of 101st. | empty | optional | |
debug | empty | optional | ||
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
Examples
| Code | Result |
|---|---|
{{Ordinal|101}} |
101st |
{{Ordinal|-102}} |
-102 |
{{Ordinal|102}} |
102nd |
{{Ordinal|103}} |
103rd |
{{Ordinal|103|d}} |
103rd |