Module:History: Difference between revisions

From Vintage Story Wiki
m
no edit summary
mNo edit summary
mNo edit summary
Line 30: Line 30:
local body = table.concat(header, '\n')
local body = table.concat(header, '\n')
for ver in pairs(versions) do
for ver in ipairs(versions) do
body = body .. '|[[' .. tostring(ver) .. ']]'
body = body .. '|[[' .. tostring(ver) .. ']]'
for child in ver do
for child in ipairs(ver) do
body = body .. '||[[' .. tostring(child) .. ']]'
body = body .. '||[[' .. tostring(child) .. ']]'
for note in child do  
for note in ipairs(child) do  
body = body .. '||' .. note
body = body .. '||' .. note
end
end
Confirmedusers, Interface administrators
1,131

edits