Template:ADD: Difference between revisions

From Shadow Chronicles - Mortal
Jump to navigation Jump to search
(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|}}}...")
 
(No difference)

Latest revision as of 20:02, 26 March 2017

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