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
  • 07:09, 14 April 2024 Rman41 talk contribs created page Module:Sandbox (Created page with "local getArgument = require('Module:Arguments').getArgument local getSkill = require('Module:Dx2 Skills') local p = {} function p.Main(frame) local args = frame.args local input = args[1] local output = getSkill.skill[input] return output end return p")