Module:Variables: Revision history

From Karteria DWRP Wiki
Jump to navigationJump 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.

11 December 2025

  • curprev 07:0907:09, 11 December 2025 Icie talk contribs 358 bytes +358 Created page with "local p = {} function p.get(name, default) local frame = mw.getCurrentFrame() return frame:callParserFunction('#var:'..name, {default}) end function p.set(name, value) local frame = mw.getCurrentFrame() local temp = value if (type(temp) ~= 'string') then temp = tostring(temp) end frame:callParserFunction('#vardefine:'..name, value) end return p"