Module:SiteList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 113:
end
-- Check if the site is archived
if isArchived then
▲ if args.archived and (args.archived == 'yes' or args.archived == 'y') then
if site.archiveURL and site.archiveURL ~= '' then
url = site.archiveURL
else
url =
end
end
Line 148 ⟶ 150:
-- Check if the site is archived
if
linkOrLabel = linkOrLabel .. " <small>(''Website archived'')</small>"
end
| |||