Module:inline: Difference between revisions

Jump to navigation Jump to search
Created page with "local export = {} function export.parse(term, template) local args = {} local i, key, value = i while i < #term do key, value, i = mw.ustring.match(term, "<([a-zA-Z]+):([^>]+)>()") if key and value then args[key] = value end end return mw.ustring.gsub(term, "<[a-zA-Z]+:[^>]+>", ""), args end return export"
(Created page with "local export = {} function export.parse(term, template) local args = {} local i, key, value = i while i < #term do key, value, i = mw.ustring.match(term, "<([a-zA-Z]+):([^>]+)>()") if key and value then args[key] = value end end return mw.ustring.gsub(term, "<[a-zA-Z]+:[^>]+>", ""), args end return export")
(No difference)

Navigation menu