Editing Module:Enemy List
Revision as of 12:01, 29 November 2024 by Artoire (talk | contribs) (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 =...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from βhttps://brightershoreswiki.org/w/Module:Enemy_Listβ