User:GuyPerfect/Lua: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Displaying wikitext)
m (Text replacement - "|rarity=" to "|stars=")
Line 9: Line 9:
|cost=8,888
|cost=8,888
|splatnet2=13,332
|splatnet2=13,332
|rarity=3
|stars=3
}}</nowiki>
}}</nowiki>


Line 21: Line 21:
|cost=8,888
|cost=8,888
|splatnet2=13,332
|splatnet2=13,332
|rarity=3
|stars=3
}}
}}


Line 33: Line 33:
|cost=8,888
|cost=8,888
|splatnet2=13,332
|splatnet2=13,332
|rarity=3
|stars=3
}}
}}



Revision as of 03:07, 22 May 2023

Invocation

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

Output

Script error: The function "gear" does not exist.

Wikitext

Script error: The function "gear" does not exist.

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
}