Module:Infobox character/sandbox: Difference between revisions

From Sekaipedia
Content added Content deleted
(Blanked the page)
Tag: Blanking
No edit summary
Line 1: Line 1:
local ib = require('Module:Infobox character')

local p = {}

function p.main(frame)
return ib.main(frame) .. frame:preprocess('{{PAGELANGUAGE}}')
end

return p

Revision as of 00:13, 23 October 2022

Documentation for this module may be created at Module:Infobox character/sandbox/doc

local ib = require('Module:Infobox character')

local p = {}

function p.main(frame)
	return ib.main(frame) .. frame:preprocess('{{PAGELANGUAGE}}')
end

return p
Cookies help us deliver our services. By using our services, you agree to our use of cookies.