Module:QuestDetails: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
function p.details(frame) |
function p.details(frame) |
||
local args = frame |
local args = frame:getParent().args |
||
local mw = require('mw') |
local mw = require('mw') |
||