User:GuyPerfect/Lua

From Inkipedia, the Splatoon wiki

Invocation

{{#invoke:GuyPerfect|gear
|game=S2
|category=Clothing
|name=Octo Tee
|brand=Cuttlegear
|ability=Haunt
|cost=8,888
|splatnet2=13,332
|stars=3
}}

Output

Wikitext

Module

Module:GuyPerfect

function Infobox(frame)
	local ret = ""
	for k,v in frame:argumentPairs() do
		ret = ret .. k .. " = " .. v .. "<br>"
	end
	return ret
end

-- Module
return {
    infobox = Infobox
}