Difference between revisions of "Module:OTable"

Jump to navigation Jump to search
m
Undo revision 2371 by Olessan (talk)
m
m (Undo revision 2371 by Olessan (talk))
Tag: Undo
Line 78: Line 78:
end
end
        local construction = ''
local construction = ''
        if c.construction then
if c.construction then
            local n = #c.construction -- Trying to make it count so it excludes the last one (bonus splendor)
for k, v in pairs(c.construction) do
            local i = 0
construction = construction .. i.icon(k, v, nil, k, 'en') .. '<br />'
            for k, v in pairs(c.construction) do
end
                i = i + 1
local l = string.len(construction)
                if i < n then
construction = string.sub(construction, 1, l -6)
                    construction = construction .. i.icon(k, v, nil, k, 'en') .. '<br />'
end
                end
            end
            local l = string.len(construction)
            if l > 0 then
                construction = string.sub(construction, 1, l -6)
            end
        end
local newRow = mw.html.create('tr')
local newRow = mw.html.create('tr')
newRow:tag('th')
newRow:tag('th')
606

edits

Navigation menu