Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

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).

Logs
  • 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...")