Template:Ord: Difference between revisions

From FeyworldWiki
Jump to navigationJump to search
(Created page with '<noinclude> Use the following to cut and paste to numbers that need to be ordinalized. <pre><nowiki> {{Ord|<number>}} </nowiki></pre>Category:Templates </noinclude><includeon…')
 
No edit summary
Line 4: Line 4:
{{Ord|<number>}}
{{Ord|<number>}}
</nowiki></pre>[[Category:Templates]]
</nowiki></pre>[[Category:Templates]]
</noinclude><includeonly>
</noinclude><includeonly>{{#ifeq:{{{1}}}|1|1st|{{#ifeq:{{{1}}}|2|2nd|{{#ifeq:{{{1}}}|3|3rd|{{{1}}}th}} }} }}
{{#ifeq:{{{1}}}|1|1st|
  {{#ifeq:{{{1}}}|2|2nd|
    {{#ifeq:{{{1}}}|3|3rd|{{{1}}}th
    }}
  }}
}}

Revision as of 19:40, 24 August 2010

Use the following to cut and paste to numbers that need to be ordinalized.

{{Ord|<number>}}