Content deleted Content added
what |
clean...? |
||
Line 262:
end
local function renderEditOnWikidata(wikidata,
if not wikidata then return end
Line 268:
:addClass(data.i18n.class.wikidata)
-- TODO: I think getUpdateLink can be made const in the other module.
:wikitext(
if state then div:addClass('mw-collapsible-content') end
Line 356:
reviewerCount + aggregatorCount
)
renderEditOnWikidata(
wikidata, data.i18n.editOnWikidata .. vgwd.getUpdateLink('nosub'), args.state )
categorizePlatformCount(activeSystems)
|