Toggle menu
15
236
70
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:39, 17 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{Lua|Module:Ordinal}} {{high use|100000}} ==Usage== <syntaxhighlight lang="wikitext">{{ordinal|integer}}</syntaxhighlight> This template will add the appropriate ordinal indicator to a given integer. Use <syntaxhighlight lang="wikitext" inline>{{ordinal|integer|sup=yes}}</syntaxhighlight> to display the ordinal suffix in superscript. Do not use superscript notation in the article space, per Wikipedia:Manual of Style (dates and numbers)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:High use

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 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.

Examples

Markup Renders as
{{Ordinal|101}}

Script error: No such module "Ordinal".

{{Ordinal|−102}}

Script error: No such module "Ordinal".

{{Ordinal|102|sup=yes}}

Script error: No such module "Ordinal".

{{Ordinal|103}}

Script error: No such module "Ordinal".

{{Ordinal|103|d}}

Script error: No such module "Ordinal".

{{Ordinal|first}}

Script error: No such module "Ordinal".

{{Ordinal|47th}}

Script error: No such module "Ordinal".

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.