Module:SiteList: Difference between revisions

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