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

A Wikiszótárból, a nyitott szótárból

A modult a Modul:MediaWiki message helper/R: and RQ: templates/doc lapon tudod dokumentálni

-- 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:Erutuon/lists/R and RQ templates")
local templates
if page then
	templates = page:getContent()
	local escape = require "Module:utilities".pattern_escape
	templates = templates:gsub("_", " "):match(
		escape("<!-- begin list -->") .. "%s*"
		.. "<pre>%s*(.-)%s*</pre>%s*" .. escape("<!-- end list -->"))
else
	templates = ""
end

return templates