Template:ADD

From Shadow Chronicles - Mortal
Revision as of 20: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|}}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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