Difference between revisions of "Template:Ordinal"
From LGPedia
(New page: {{{1}}}{{#ifeq: {{#expr: {{#expr: {{{1}}} mod 100}} round -1}} |10|th |{{#ifeq:{{#expr:{{{1}}} mod 10}}|1|st |{{#ifeq:{{#expr:{{{1}}} mod 10}}|2|nd |{{#ifeq:{{#expr:{{{1}}} mod 10}}|3|rd |...) |
(No difference)
|
Revision as of 21:06, 12 March 2008
{{{1}}}th
Usage
{{Ordinal|NUM}}
where NUM is a positive integer. This template will add the appropriate ordinal suffix to NUM. For example, {{Ordinal|101}} produces 101st.