704
edits
Tag: Manual revert |
Tag: Manual revert |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
local b = mw.loadData('Module: | local b = mw.loadData('Module:Buildings') | ||
local a = require('Module:Arguments') | local a = require('Module:Arguments') | ||
local com = require('Module:Common') | local com = require('Module:Common') | ||
| Line 30: | Line 30: | ||
for k, v in pairs(jobs) do | for k, v in pairs(jobs) do | ||
local jobName = mw.html.create('li') | local jobName = mw.html.create('li') | ||
jobName:wikitext('[[' .. com.fUpper(k) .. ']]' .. ((b[k] | jobName:wikitext('[[' .. com.fUpper(k) .. ']]' .. ((b[k].job and ' - ' .. b[k].job) or '')) | ||
-- amay4672: evidently com.fUpper(k) here is what creates the hyperlinked building name | -- amay4672: evidently com.fUpper(k) here is what creates the hyperlinked building name | ||
jobList:node(jobName) | jobList:node(jobName) | ||
edits