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

Hello, you have come here looking for the meaning of the word Module:MediaWiki message helper/R: and RQ: templates. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:MediaWiki message helper/R: and RQ: templates, but we will also tell you about its etymology, its characteristics and you will know how to say Module:MediaWiki message helper/R: and RQ: templates in singular and plural. Everything you need to know about the word Module:MediaWiki message helper/R: and RQ: templates you have here. The definition of the word Module:MediaWiki message helper/R: and RQ: templates will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:MediaWiki message helper/R: and RQ: templates, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


-- Gathered from all-titles file in 2019-11-01 dump:
-- regex "^10\t(?_?:.*)(?<!\/documentation)$" --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: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