Page history
29 November 2024
Artoire
Commas
+173
Artoire
Filter out training dummy
+18
Artoire
Deal with pages that have a {{LocationList}} of the variant category
+494
Artoire
Remove quest monsters instead of only keeping them
+114
Artoire
No quest enemies
+18
Artoire
Created page with "require('strict') local yesno = require('Module:Yesno') local album_xp_data = require('Module:Experience/data').album local p = {} function p.main(frame) local args = frame:getParent().args local profession = args.profession or mw.title.getCurrentTitle() local passive = yesno(args.passive) and true or false return p._main(profession, passive) end -- Similar to Template:AttackStyle local function format_attack_style(style) style = (style or ''):lower() if style =..."
+2,975