Module:DemoTemplate: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
use preprocess instead of expandTemplate
(use string.format at the end)
(use preprocess instead of expandTemplate)
Line 23:
end
print('}}')
local buffer = getBuffer()
return string.format('<code>%s</code> &rarr; %s', mw.text.nowiki(getBuffer()), frame:expandTemplate{title = title, args = frame.args})
-- rather than calling expandTemplate with the title and args we have, call preprocess, so that our code example will always match our output, even in the cases of pipes or other things we should have escaped but didn't
return string.format('<code>%s</code> &rarr; %s', mw.text.nowiki(getBuffer()buffer), frame:expandTemplate{title = title, args = frame.args}preprocess(buffer))
end
end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu