Page history
Jump to navigation
Jump to search
24 December 2023
no edit summary
+15
no edit summary
no edit summary
+28
no edit summary
+3
no edit summary
+12
no edit summary
−41
no edit summary
−5
no edit summary
−3
no edit summary
+18
no edit summary
+12
no edit summary
−3
no edit summary
−4
Created page with "local p = {} local b = mw.loadData('Module:Buildings') local a = require('Module:Arguments') local com = require('Module:Common') function p.jobs(frame) local args = a.getArgs(frame) if args[1] then local rank = com.firstUpper(args[1]) local jobs = {} for k, v in pairs(book) do if v.rank then jobs[k] = true end end table.sort(jobs) if #jobs > 0 then local cols = { 'column-count', (args[2] or 3) } local jobList = mw.html.create('di..."
+748