Module:MediaWiki message helper/R: and RQ: templates

Wiktionary වෙතින්

-- Gathered from all-titles file in 2019-11-01 dump:
-- rg '^10\t(RQ?:[^/]+/?\d*)$' --replace '$1' all-titles
local page = mw.title.new("User:Lee/lists/R and RQ templates")
local templates
if page then
	templates = page:getContent()
	local escape = require "Module:string utilities".pattern_escape
	templates = templates:gsub("_", " "):match(
		escape("<!-- begin list -->") .. "%s*"
		.. "<pre>%s*(.-)%s*</pre>%s*" .. escape("<!-- end list -->"))
else
	templates = ""
end

return templates
"https://si.wiktionary.org/w/index.php?title=Module:MediaWiki_message_helper/R:_and_RQ:_templates&oldid=165461" වෙතින් සම්ප්‍රවේශනය කෙරිණි