Différences entre les versions de « Module:Villagers »

Aller à la navigation Aller à la recherche
aucun résumé de modification
Ligne 30 : Ligne 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].job and ' - ' .. b[k].job) or ''))
jobName:wikitext('[[' .. com.fUpper(k) .. ']]' .. ((b[k].products.job and ' - ' .. b[k].products.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)
825

modifications

Menu de navigation