All public logs

From Inkipedia, the Splatoon wiki

Combined display of all available logs of Inkipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:20, 5 February 2024 Exaskliri talk contribs created page Module:Shop (Created page with "local p = {} local specificFileName = { ["SplatNet 2"] = "S2 Icon SplatNet Gear Shop.png", ["SplatNet 3"] = "SplatNet 3 Shop.svg", } local specificLink = { ["SplatNet 2"] = "SplatNet 2#Shop", ["SplatNet 3"] = "SplatNet 3#Shop", } function p.main(frame) local args = frame:getParent().args local game = args["game"] local name = args["name"] local icononly = args["icononly"] local size = args["size"] return p.getShopIcon(game, name, icononly, size) end fun...")