Combined display of all available logs of Fiend's Outlands Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:40, 2 March 2025 Fiend talk contribs imported Module:Creatures by file upload (1 revision)
- 10:20, 28 February 2025 Fiend talk contribs created page Module:Creatures (Created page with "local p = {} function p.singleCreature(frame) local creatureName = frame.args["name"] local creatureType = frame.args["type"] local imageOverride = frame.args["image"] local section = frame.args["section"] local namespace = frame.args["namespace"] local iconImage = "" local creatureArray = mw.loadData("Module:WildCreatureData") -- Array containing wild creature data from another module local shipsArray = mw.loadData("Module:ShipCreatureData") local st...")