Hello, you have come here looking for the meaning of the word
Module:quote doc/templates. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:quote doc/templates, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:quote doc/templates in singular and plural. Everything you need to know about the word
Module:quote doc/templates you have here. The definition of the word
Module:quote doc/templates will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:quote doc/templates, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
--[=[
This module contains functions to generate documentation for {{quote-*}} templates.
The module contains the wrappers meant to be called directly from doc pages.
The actual implementations are in ].
Author: Benwing2
]=]
local export = {}
local m_parameters = require("Module:parameters")
local m_quote_doc = require("Module:quote doc")
function export.show_doc_t(frame)
local params = {
= {required = true}
}
local args = m_parameters.process(frame:getParent().args, params)
return m_quote_doc.show_doc(args)
end
return export