Module:translations/multi-nowiki

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

  • Nested templates: 大老二 (dà lǎo èr)
  • Piped link: [] から ( kara mita, literally seen from )
  • Substed module invocation:
    • {{subst:#invoke:languages/templates|getByCode|csb|getCanonicalName}}: czerwiony

local export = {}

function export.expand(frame)
	local args
	if mw.title.getCurrentTitle().nsText == "Module" then
		args = frame.args
	else
		args = frame:getParent().args
	end
	return require("Module:translations/multi").show(frame:newChild{args = {data = mw.text.trim(mw.text.unstripNoWiki(args))}}:newChild{})
end

return export