Module:TemplateOrCopy: Difference between revisions
Created page with "local p = {} -- Editcopy suffixes in priority order (first match wins) local EDITCOPY_SUFFIXES = { "editcopy", -- English "Копия", -- Russian } function p.templateHelper(frame) local args = frame:getParent().args local templateName = mw.text.trim(args[1] or "") if templateName == "" then return "" end -- Add namespace prefix if not present if not templateName:match("^Template:") then templateName = "Template:" .. templateName end -- If on edit..." |
Ivan changed the content model of the page Module:TemplateOrCopy from "wikitext" to "JavaScript" |
(No difference)
| |