داڕێژە:Ordinal
{{{1}}}ەم
ھەڵەی لوا لە مۆدیوول:Lua_banner لە ڕیزی 115:attempt to compare number with nil.
| ئەم داڕێژەیە لە زۆر پەڕەدا بەکارھاتووە، و ھەر گۆڕانکارییەکی تێدا بکرێت بەشێوەیەکی گەورە دەزانرێت و پێوەی دیار دەبێت. تکایە دەستکارییەکانت تاقی بکەوە لە خۆڵەپەتانێی داڕێژەکە یان لە ژێرپەڕەکانی /testcases، یان لە ژێرپەڕەیەکی بەکارھێنەردا، و ھەوڵبدە وتووێژ دەربارەی دەستکارییەکانت بکەیت لە پەڕەی وتووێژ پێش بڵاوکردنەوەیان. |
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|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}} | 101ەم |
{{Ordinal|−102}} | −102ەم |
{{Ordinal|102|sup=yes}} | 102ەم |
{{Ordinal|103}} | 103یەم |
{{Ordinal|103|d}} | 103یەم |
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.