All public logs

Jump to navigation Jump to search

Combined display of all available logs of Mystery Dungeon Franchise Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:16, 15 November 2024 B talk contribs created page Module:Shiren Shield List Converter Proof of Concept Alt (Created page with "-- This would only be used on the List of Shields page. local p = {} local mw = require('mw') function p.main(frame) local args = frame.args local output = mw.html.create() local data = require("Module:Shiren Shield List Proof of Concept Data Cell") local metatable = {__index = function () return "" end} setmetatable(data, metatable) shieldArg = args["shield"] output:tag("p"):wikitext(data[shieldArg]["Shiren1DS_en"] .. () .. data[shieldArg]["ja"] .. [[)]...")