Module:Logic: Revision history

Jump to navigation Jump to search

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.

5 November 2024

  • curprev 01:3501:35, 5 November 2024TheGmaster talk contribs 604 bytes +604 Created page with "local p = {} function p.If(frame) -- Checks if a logical statment is true local arg1 = frame.args[1] local valueIfTrue = frame.args[2] local valueIfFalse = frame.args[3] if arg1 == true then return valueIfTrue else return valueIfFalse end end function p.IfEqual(frame) -- Checks if two values are equal local arg1 = frame.args[1] local arg2 = frame.args[2] local valueIfEqual = frame.args[3] local valueIfNotEqual =..."