https://bugzilla.wikimedia.org/show_bug.cgi?id=25644
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] 2012-03-10 13:40:04 UTC --- We should be able to get the value of "{{Factorial|2}}" by using a template such as the following [[Template:Factorial]]: ---- {{#ifexpr: {{{1|0}}} < 2 |1 |{{Factorial| {{#expr: {{{1}}} *{{Factorial| {{#expr: {{{1}}} - 1 }} }} }} }} }} ---- Currently, all we get is "Template loop detected" =( -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
