10,731
edits
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 545: | Line 545: | ||
local imp_temp = args["depers"] | local imp_temp = args["depers"] | ||
if imp_temp then | if imp_temp then | ||
if | if mw.ustring.match(imp_temp, "au$") then | ||
imp_temp = nil | |||
else | |||
imp_temp = imp_temp .. "a" | imp_temp = imp_temp .. "a" | ||
end | end |