Différences entre les versions de « Module:OInfobox-Building »

Aller à la navigation Aller à la recherche
14 octets ajoutés ,  18 avril 2025 à 22:52
m
aucun résumé de modification
(Created page with "-- adapted from Levrin's iteration to Sakaratte's original -- local com = require('Module:Common') local a = require('Module:Arguments') local i = require('Module:Icon') local p = {} local function createInfobox(title) local box = mw.html.create('div') box:addClass('infobox') :tag('div') :addClass('infobox-title') :wikitext(com.modulePagename(title)) :done() return box end local function addImage(box, image, caption, defaultI...")
 
m
Ligne 132 : Ligne 132 :
                 workers = workers .. ' ' .. buildingData.rank
                 workers = workers .. ' ' .. buildingData.rank
             end
             end
             table.insert(productionData, {label = 'Workers', value = workers})
             table.insert(productionData, com.firstUpper{label = 'Workers', value = workers})
         end
         end
          
          
606

modifications

Menu de navigation