Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Ordinal: Difference between revisions

Template page
m localised number formats (via a template, as the formatnum: Wiki extension is still outdated on Commons); add Korean, Japanese and Chinese, Thai, Khmer, Lao, Armenian; support localisable plurals in French an Spanish
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ifNum|{{{1|}}}|
<includeonly>{{#invoke: Ordinal|Ordinal}}</includeonly><noinclude>
  {{LangSwitch|{{#if:{{{lang|}}}|lang|}}={{{lang|}}}
{{Documentation}}<!-- Add categories and interwikis to the /doc subpage, not here! -->
  |default = {{formatnum|{{#expr:{{{1|}}}}}|{{#if:{{{lang|}}}|lang|}}={{{lang|}}}}}.<!-- includes at least: cs, de, fi, hu -->
  |br = {{formatnum|{{#expr:{{{1|}}}}}|eo}}-vet
  |en = {{formatnum|{{#expr:{{{1|}}}}}|en}}{{#ifeq:{{{nosup|}}}|y||<sup>}}{{#ifeq:{{{style|}}}|d
    | d
    | {{#switch:{{#expr:abs({{{1|}}})mod 100}}
      |1|21|31|41|51|61|71|81|91=st
      |2|22|32|42|52|62|72|82|92=nd
      |3|23|33|43|53|63|73|83|93=rd
      |#default=th
      }}
    }}{{#ifeq:{{{nosup|}}}|y||</sup>}}
  |eo = {{formatnum|{{#expr:{{{1|}}}}}|eo}}-a
  |es = {{formatnum|{{#expr:{{{1|}}}}}|es}}{{#ifeq:{{{nosup|}}}|y||<sup>}}{{#switch:{{{gender|}}}|f=a|#default=o}}{{PLURAL:{{#expr:{{{number|1}}}}}||s|es}}{{#ifeq:{{{nosup|}}}|y||</sup>}}
  |fa = {{formatnum|{{#expr:{{{1|}}}}}|fa}}م
  |fr = {{#switch:{{lc:{{{style|}}}}}
    |roman|roman year={{Roman|{{{1|}}}}}
    |#default={{formatnum|{{#expr:{{{1|}}}}}|fr}}
    }}{{#ifeq:{{{nosup|}}}|y||<sup>}}{{#ifexpr:({{{1|}}})=1
    |{{#switch:{{{gender|}}}|f=re{{PLURAL:{{#expr:{{{number|1}}}||s|fr}}}}|m=er{{PLURAL:{{#expr:{{{number|1}}}}}||s|fr}}|#default=e<!-- avoids agreement error -->}}
    |e}}{{#ifeq:{{{nosup|}}}|y||</sup>}}
  |hy = {{formatnum|{{#expr:{{{1|}}}}}|hy}}-րդ
  |ia = {{formatnum|{{#expr:{{{1|}}}}}|ia}}{{#ifeq:{{{nosup|}}}|y||<sup>}}{{#switch:{{#expr:abs({{{1|}}})mod 10}}
    |1|7=m
    |2=nd
    |3=ti
    |8=v
    |9=n
    |#default=t
    }}e{{#ifeq:{{{nosup|}}}|y||</sup>}}
  |km = ទី{{formatnum|{{#expr:{{{1|}}}}}|km}}
  |ja = 第{{formatnum|{{#expr:{{{1|}}}}}|ja}}<!-- this is for the adjective in undetermined order before noun; otherwise Japanese use: <cardinal number><noun>目 -->
  |la = ທີ່{{formatnum|{{#expr:{{{1|}}}}}|la}}
  |ko = {{formatnum|{{#expr:{{{1|}}}}}|ko}}째
  |mk = {{formatnum|{{#expr:{{{1|}}}}}|mk}}-{{#switch:{{#expr:abs({{{1|}}})mod 10}}|0|5|9=т|1=в|2=р|7|8=м|#default=}}иот
  |ml = {{formatnum|{{#expr:{{{1|}}}}}|ml}}-മത്തെ
  |ms = ke-{{formatnum|{{#expr:{{{1|}}}}}|ms}}
  |no = {{formatnum|{{#expr:{{{1|}}}}}|no}}{{#ifeq:{{{nosup|}}}|y||<sup>}}{{#switch:{{#expr:abs({{{1|}}})mod 100}}
    |1|21|31|41|51|61|71|81|91=st
    |2|22|32|42|52|62|72|82|92=dr
    |3|23|33|43|53|63|73|83|93=dj
    |5|25|35|45|55|65|75|85|95|6|26|36|46|56|66|76|86|96=t
    |#default=d
    }}e{{#ifeq:{{{nosup|}}}|y||</sup>}}
  |pl = {{formatnum|{{#expr:{{{1|}}}}}|pl}}-{{#switch:{{#expr:abs({{{1|}}})mod 100}}
    |1|21|31|41|51|61|71|81|91=sz{{#switch:{{{gender|}}}|f=a|n=e|#default=y}}
    |2|22|32|42|52|62|72|82|92=g{{#switch:{{{gender|}}}|f=a|n=ie|#default=i}}
    |3|23|33|43|53|63|73|83|93=ci{{#switch:{{{gender|}}}|f=a|n=e|#default=}}
    |7|27|37|47|57|67|77|87|97|8|28|38|48|58|68|78|88|98=m{{#switch:{{{gender|}}}|f=a|n=e|#default=y}}
    |#default=t{{#switch:{{{gender|}}}|f=a|n=e|#default=y}}
    }}
  |ru = {{formatnum|{{#expr:{{{1|}}}}}|ru}}-{{#switch:{{{gender|}}}|f=я|n=е|#default=й}}
  |sv = {{formatnum|{{#expr:{{{1|}}}}}|sv}}&#x3A;<--leading colon, not to be parsed by MediaWiki-->{{PLURAL:{{#expr:{{{number|1}}}}}|a|e|sv}}
  |th = ที่{{formatnum|{{#expr:{{{1|}}}}}|th}}
  |zh = 第{{formatnum|{{#expr:{{{1|}}}}}|zh}}
  |zh-hans = 第{{formatnum|{{#expr:{{{1|}}}}}|zh-hans}}
  |zh-hant = 第{{formatnum|{{#expr:{{{1|}}}}}|zh-hant}}
  }}
| {{#if:{{{debug|}}}|{{error|1=<span title="Error: not a number">{{{1|}}}</span>}}|{{{1|}}}}}
}}<noinclude>
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 02:35, 30 December 2014

Template documentation[ view · edit · history · purge ]
This documentation is transcluded from Template:Ordinal/doc.

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

ParameterDescriptionDefaultStatus
1positive integer numberemptyoptional
stylePresentation style. Different options for different languages:
  • In English there is "style=d" adding -d suffixes to all numbers. Used in the legal field (e.g. 3d or 22d) .
{{Ordinal|101|lang=en|style=d}}, for example, produces 101d.
  • In French you can use "style=roman" to display the number (in 1–5,000,000 range) as roman numeral.
{{Ordinal|21|lang=fr}}, for example, produces 21e while {{Ordinal|21|lang=fr|style=roman}} produces XXIe.
  • In French you can use "style=roman-title" to display the number as a roman numeral with no suffix except for 1st.
For example, {{Ordinal|1|lang=fr|style=roman-title}} produces Ie but {{Ordinal|3|lang=fr|style=roman-title}} produces III.
  • In French you can use "style=pair" to display ordinals for numbers in a pair.
For example, {{Ordinal|1|lang=fr|gender=m|style=pair}} produces 1er but {{Ordinal|2|lang=fr|gender=m|style=pair}} produces 2nd.
  • In Tamil you can use "style=trad" to display traditional Tamil ordinals rather than modern Tamil ordinals.
{{Ordinal|1|lang=ta}}, for example, produces 1‑ஆம் while {{Ordinal|1|lang=ta|style=trad}} produces மு௧லாம்.
{{Ordinal|23|lang=ta}}, for example, produces 23‑ஆம் while {{Ordinal|23|lang=ta|style=trad}} produces ௨௩ஆம்.
emptyoptional
genderGender affects ordinal indicators in several languages, including French and Polish. Genders: m for male, f for female and n for neuter.emptyoptional
langlanguage code of the language in which to display the ordinal number, e.g. en for English, de for German, etc.{{int:Lang}}optional
nosupSet nosup=y to display the ordinals without superscript for links and category names. E.g. 101st instead of 101st.emptyoptional
debugemptyoptional

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

Relies on:
Module:Ordinal

See also

Examples

Code Result
{{Ordinal|101}} 101st
{{Ordinal|102}} 102nd
{{Ordinal|103}} 103rd
{{Ordinal|104}} 104th
{{Ordinal|1|lang=en}} 1st
{{Ordinal|1|lang=en|style=d}} 1d
{{Ordinal|3|lang=pl}} 3‑ci
{{Ordinal|21|lang=fr}} 21e
{{Ordinal|21|lang=fr|style=roman}} XXIe
{{Ordinal|1|lang=de}} 1.
{{Ordinal|87|lang=es|gender=f}} 87.a
{{Ordinal|87|lang=es|gender=f|nosup=y}} 87a
Cookies help us deliver our services. By using our services, you agree to our use of cookies.