Module:StoreTableHeader: 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.

4 April 2022

3 April 2022

  • curprev 12:4312:43, 3 April 2022Mackan talk contribs 2,244 bytes +2,244 Created page with "local p = {} local params = require('Module:Paramtest') local yesno = require('Module:Yesno') local var = mw.ext.VariablesLua function p.main(frame) local args = frame:getParent().args local currency,namenotes,smw,hideimage,hidebuy,hidesell,hidecaption = params.defaults{ {args.currency,'Gold'}, {args.namenotes,''}, {args.smw,'yes'}, {args.hideimage,'no'}, {args.hidebuy,'no'}, {args.hidesell,'no'}, {args.hidecaption,'no'} } var.vardefine('Curr..."