Fara í innihald

Snið:Ordinal/doc

Úr Wikipediu, frjálsa alfræðiritinu

Snið:High use

{{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 integers ending in 1, 2 or 3 (except for integers ending in 11, 12 or 13), the ordinal suffixes 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.

Ívaf Útkoma
{{Ordinal|101}}

101.

{{Ordinal|−102}}

−102.

{{Ordinal|102|sup=yes}}

102.

{{Ordinal|103}}

103.

{{Ordinal|103|d}}

103.

{{Ordinal|first}}

first.

{{Ordinal|47th}}

47th.

  • This template can be substituted.
  • {{Cardinal}}, which removes the ordinal indicator from an ordinal number
  • {{Ordinal to word}}, which produces the spelled-out form, "first" "second", etc.