Module:head/templates: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 50: Line 50:
term = mw.ustring.gsub(term, "^[^/]+/", "")
term = mw.ustring.gsub(term, "^[^/]+/", "")
end
end
local multiword = mw.ustring.match(term, "[%s_]") ~= nil
local multiword = mw.ustring.find(term, "[%s_]") or false
return {
return {
term = term,
term = term,

Navigation menu