Toggle menu
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:44, 17 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{Lua|Module:String}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template converts an ordinal number into a cardinal number by stripping the ordinal indicator off the end of the only parameter. Specifically, it removes any series of letters that immediately follows a numeral. This template should not be used in running prose in arti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template converts an ordinal number into a cardinal number by stripping the ordinal indicator off the end of the only parameter. Specifically, it removes any series of letters that immediately follows a numeral.

This template should not be used in running prose in articles; it is intended for automated script processing of numeric data. Writing something like "on August {{cardinal|16th}}, 2004" serves no purpose, and just makes the wikicode harder to understand and edit.

Examples

Markup Output
{{cardinal|-1st}}

-1

{{cardinal|0th}}

0

{{cardinal|1st}}

1

{{cardinal|2nd}}

2

{{cardinal|3rd}}

3

{{cardinal|4th}}

4

{{cardinal|1,234th}}

1,234

{{cardinal|blahblah}}

blahblah

See also

  • {{ordinal}}, add an ordinal indicator to a cardinal number
  • {{digits}}, remove all characters from a string that are not digits
  • {{str number/trim}}, remove the first non-digit character and everything following