Open main menu

Changes

m
Fixed more interwiki links.
else
if not is_set (plural) then
return string.format ('[[Wikipedia:%s]]', page);
elseif 's' == plural then -- if the simple plural form
return string.format ('[[Wikipedia:%s]]s', page);
else
return string.format ('[[Wikipedia:%s|%s]]', page, plural); -- must be the complex plural form (pounds sterling v. dollars)
end
end