Module:SiteList: Difference between revisions

95 bytes removed ,  22 July 2023
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
local alias = args.alias or mw.title.getCurrentTitle().text
local notes = args.notes and '<spandiv style="font-size: 0.875em; display: inline-block;">' .. args.notes .. '</spandiv>' or '<span style="font-size: 0.875em; display: inline-block;">&nbsp;</span>'
local categoryLink = site.network and site.network ~= '' and string.format(' <small>([[:Category:%s|%s]])</small>', site.network, site.network) or ''