10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 49: | Line 49: | ||
local appendix = string.gsub(string.gsub(language.name, " ", "_"), "%-", "%%-") | local appendix = string.gsub(string.gsub(language.name, " ", "_"), "%-", "%%-") | ||
appendix = "Appendix:" .. appendix .. "/" | appendix = "Appendix:" .. appendix .. "/" | ||
term = mw.ustring.gsub(term, "Appendix:[^ | term = mw.ustring.gsub(term, "Appendix:[^/]+/", "") | ||
end | end | ||
return { | return { |