All public logs

From Medivia Online Wiki

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

Logs
  • 12:20, 22 September 2025 Eldrin talk contribs created page Module:Test (Created page with "local p = {} -- Example dataset (usually you'd put this in a separate Module:HuntingZoneFinder/data) local zones = { { name = "Goblin Camp", level = 10, vocation = "Knight", team = 1 }, { name = "Orc Cave", level = 30, vocation = "Mage", team = 2 }, { name = "Dragon Lair",level = 50, vocation = "Knight", team = 4 }, } -- Search function function p.search(frame) local args = frame:getParent().args local level = tonumber(args.level) or 0 local...")