All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Megami Tensei Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:25, 15 October 2024 Billy Mitchell talk contribs created page Module:Skill List/Header (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local game = args[1]:lower() local exampleSkill = args[2]:lower() local getSkill = require('Module:Data/Skill/' .. game) local possibleColumns = { name = "Name", rpname = frame:expandTemplate{ title = "tt", args = { "RP Name", "''Revelations: Persona'' Name" } }, battlename = "Battle Name", skilltype = frame:expandTemplate{ title = "tt", args...")