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