10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 77: | Line 77: | ||
for piece, delim in mw.ustring.gmatch(lang, "([^%>%_]+)([%>%_])") do | for piece, delim in mw.ustring.gmatch(lang, "([^%>%_]+)([%>%_])") do | ||
ancestor_path = ancestor_path .. piece | ancestor_path = ancestor_path .. piece | ||
if mw.ustring. | if mw.ustring.match(lang, "^%>") then | ||
ancestor_path = ">" .. ancestor_path | ancestor_path = ">" .. ancestor_path | ||
end | end |