10,731
edits
No 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 = | term = mw.ustring.gsub(term, "Appendix:[^%/]+%/", "") | ||
end | end | ||
return { | return { |