Editing Module:Item Products
From Guinea Isles Wiki
Revision as of 16:41, 20 September 2025 by Squeaky (talk | contribs) (Created page with "local p = {} function _main(args) local item_id = nil if args["id"] ~= nil then item_id = args["id"] else item_id = mw.title.getCurrentTitle.text end return item_id end function main(frame) local args = frame:getParent().args return _main(args) end return p")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://guineaisles.com/wiki/Module:Item_Products"