Template:ADD
Revision as of 19:02, 26 March 2017 by GameMaster (talk | contribs) (Created page with "<includeonly>{{#expr:{{#If:{{{1|}}}|{{{1|}}}|0}}+{{#If:{{{2|}}}|{{{2|}}}|0}}+{{#If:{{{3|}}}|{{{3|}}}|0}}+{{#If:{{{4|}}}|{{{4|}}}|0}}+{{#If:{{{5|}}}|{{{5|}}}|0}}+{{#If:{{{6|}}}...")
ADD is a MACRO that allow you to add up to 10 number together
Example use
1 + 2 = {{ADD|1|2}} 1 + 2 + 3 = {{ADD|1|2|3}}
1 + 2 = 3
1 + 2 + 3 = 6