All public logs

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

Logs
  • 20:44, 29 April 2024 Rman41 talk contribs created page Module:Sandbox (Created page with "local getArgument = require('Module:Arguments').getArgument local p = {} function p.Main(frame) local args = frame.args local game = args[1]:lower() local skill = args[2]:lower() local getSkill = require('Module:Data/Skill/' .. game) local output = getSkill[skill].default return output end return p")