Main public logs
From Guinea Isles Wiki
Combined display of all available logs of Guinea Isles Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:41, 20 September 2025 Squeaky talk contribs created page Module:Item Products (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")