మాడ్యూల్:DemoTemplate: కూర్పుల మధ్య తేడాలు

Content deleted Content added
use string.format at the end
use preprocess instead of expandTemplate
పంక్తి 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
"https://te.wikipedia.org/wiki/మాడ్యూల్:DemoTemplate" నుండి వెలికితీశారు