සැකිල්ල:ordinal
පෙනුම
{{{1}}}st
- පහත දැක්වෙන උපදෙස්, සැකිල්ල:ordinal/documentation හි පිහිටා ඇත. සැකිල්ල:ordinal/documentation]]. [සංස්කරණය]
- ප්රයෝජනවත් සබැඳි: උප පිටු ලැයිස්තුව • සබැඳි • යළි යොමු • transclusions • errors (parser/module) • sandbox
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.
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|integer|d}}.
This template should not be used in running prose in entries; 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 wikitext harder to understand and edit.
Examples
[සංස්කරණය]| Wikitext | 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
[සංස්කරණය]{{number to word}}{{ordinal to word}}, which produces the spelled-out form, "first" "second", etc.