Module:Infobox Item: Difference between revisions
From Guinea Isles Wiki
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
function p.main(frame) | function p.main(frame) | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
local ret = infobox.main( | local ret = infobox.main(frame) | ||
return ret | return ret | ||
Revision as of 06:30, 19 September 2025
Documentation for this module may be created at Module:Infobox Item/doc
--------------------------
-- Module for [[Template:Infobox Item]]
------------------------
local infobox = require('Module:Infobox')
local capiunto = require 'capiunto'
local p = {}
function p.main(frame)
local args = frame:getParent().args
local ret = infobox.main(frame)
return ret
end
return p