Content deleted Content added
Trialpears (talk | contribs) tiny fix |
Trialpears (talk | contribs) m another minor fix |
||
Line 39:
if (afd) then
if (mw.ustring.match(afd, "Wikipedia:", 1 )) then --If no venue is given add AfD prefix
text = string.format("%s after being [[Wikipedia:Articles for deletion/%s|nominated for deletion]]",text,afd)▼
else▼
text = string.format("%s after being [[%s|nominated for deletion]]",text,afd)
▲ else
▲ text = string.format("%s after being [[Wikipedia:Articles for deletion/%s|nominated for deletion]]",text,afd)
end
end
Line 84:
if (afd) then
if (mw.ustring.match(afd, "Wikipedia:", 1 )) then --If no venue is given add AfD prefix
text = string.format("%s after being [[Wikipedia:Articles for deletion/%s|nominated for deletion]]",text,afd)▼
else▼
text = string.format("%s after being [[%s|nominated for deletion]]",text,afd)
▲ else
▲ text = string.format("%s after being [[Wikipedia:Articles for deletion/%s|nominated for deletion]]",text,afd)
end
end
|