13,398
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
end | end | ||
end | end | ||
-- Clone the objects in case other code needs them in their original order. | -- Clone the objects in case other code needs them in their original order. | ||
websites = websites and mw.clone(websites) or {} | websites = websites and mw.clone(websites) or {} | ||
Line 81: | Line 59: | ||
return url | return url | ||
end | end | ||
-- Render the tracking category. | -- Render the tracking category. | ||
local function renderTrackingCategory(url, wikidataurl) | local function renderTrackingCategory(url, wikidataurl) |
edits