Content deleted Content added
protect call templateObj:getOutput() |
protect calling self._invocation:getOutput{...} |
||
Line 156:
function Template:getOutput()
local protect = require('Module:Protect')
return protect(self._invocation.getOutput)(self._invocation, {
template = self:getName(),
requireMagicWord = self.requireMagicWord,
})
end
Line 302 ⟶ 304:
function TestCase:getTemplateOutput(templateObj)
local
if self.options.resetRefs then
mw.getCurrentFrame():extensionTag('references')
|