Your IP address will be publicly visible if you make any edits.
Module:Recipe
From Growtopia Wiki
More actions
Revision as of 12:36, 3 September 2024 by NekoPillow(talk | contribs)(Created page with "function recipe.list(frame) local s = {} table.insert(s,"<div class='obtain recipebox'><tabber>") for k,v in frame.args do table.insert(s,"|-|") table.insert(s,k) table.insert(s,"=") table.insert(v) end table.insert(s,"</tabber></div>") return table.concat(s) end")