All public logs

Jump to navigation Jump to search

Combined display of all available logs of Discord Dungeons Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:43, 3 April 2022 Mackan talk contribs created page Module:StoreTableHeader (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...")