Page history
9 December 2024
BlackHawk
no edit summary
+2
BlackHawk
no edit summary
+172
BlackHawk
no edit summary
+25
BlackHawk
no edit summary
−4
BlackHawk
no edit summary
+88
BlackHawk
no edit summary
−37
BlackHawk
no edit summary
+3
BlackHawk
no edit summary
−10
BlackHawk
no edit summary
+22
BlackHawk
Created page with "local smwjson = require('Module:SMW JSON') local pt = require('Module:Paramtest') p = {} function p.main(frame) local args = frame:getParent().args local bank = args[1] or mw.title.getCurrentTitle().text local cols = args["cols"] local col_width = args['colWidth'] local use_cols = pt.has_content(cols) or pt.has_content(col_width) local data = mw.smw.ask{ "Bank::"..bank.."", "?#-=", limit = 4000 } mw.logObject(data) ret = mw.html.create('ul') f..."
+710