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