Difference between revisions of "User:Masdus/Ordinal to word/0 to 999"

From BattleMaster Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly><!--  
 
<includeonly><!--  
   -->|{{#ifexpr:{{{1}}} < 100<!--
+
   -->{{#ifexpr:{{{1}}} < 100<!--
       -->|{{Cardinal to word/0 to 99|{{{1}}}|zero{{#ifeq:{{{zero|}}}|{{{zero|-}}}||x}}={{{zero|}}}}}<!--
+
       -->|{{User:Masdus/Ordinal to word/0 to 99|{{{1}}}|zeroth{{#ifeq:{{{zeroth|}}}|{{{zeroth|-}}}||x}}={{{zeroth|}}}}}<!--
 
       -->|{{User:Masdus/Cardinal to word/0 to 19|{{#expr: trunc ({{{1}}} div 100)}}}} hundred<!--
 
       -->|{{User:Masdus/Cardinal to word/0 to 19|{{#expr: trunc ({{{1}}} div 100)}}}} hundred<!--
       -->{{#ifexpr: (trunc ({{{1}}} mod 100)) <> 0<!--
+
       -->{{#ifexpr: (trunc ({{{1}}} mod 100)) = 0<!--
         -->|&#32;{{#ifeq:{{{us|off}}}|on||and&#32;}}{{User:Masdus/Cardinal to word/0 to 99|{{#expr: {{{1}}} mod 100}}}}<!--
+
        -->|th<!--
 +
         -->|&#32;{{#ifeq:{{{us|off}}}|on||and&#32;}}{{User:Masdus/Ordinal to word/0 to 99|{{#expr: {{{1}}} mod 100}}}}<!--
 
       -->}}<!-- end if mod 100
 
       -->}}<!-- end if mod 100
 
     -->}}<!-- end if < 100
 
     -->}}<!-- end if < 100
-->}}<!--end if < 0 or > 999
 
 
--></includeonly>
 
--></includeonly>

Latest revision as of 04:32, 13 April 2011