Module:Sandbox/TheTruthCreater/TemplateMath: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 August 2016

  • curprev 00:2300:23, 4 August 2016 imported>TheTruthCreator 377 bytes +377 Created page with 'local p = {} function p.doOp(frame) local n local op1 = frame.args[1] local op = frame.args[2] local op2 = frame.args[3] if op == "+" then n = op1 + op...'