Module:Infobox AFDO: Difference between revisions

CompactStar (talk | contribs)
This is just the code for an empty infobox, will add more later. (Disclaimer: I am not a very good lua programmer.)
 
CompactStar (talk | contribs)
No edit summary
Line 6: Line 6:
local infobox_data = {}
local infobox_data = {}


result = infobox.build(
local result = infobox.build(
'[[' .. steps .. 'afdo]]',
'[[' .. steps .. 'afdo]]',
infobox_data
infobox_data
Line 14: Line 14:
result = result .. categories
result = result .. categories
end
end
return result
return result
end
end