Module:SiteList: Difference between revisions

42 bytes removed ,  22 July 2023
Undo revision 2527 by PeaceDeadC (talk)
No edit summary
Tags: Manual revert Reverted
(Undo revision 2527 by PeaceDeadC (talk))
Tag: Undo
 
local alias = args.alias or mw.title.getCurrentTitle().text
local notes = args.notes and '<div style="font-size: 0.875em;">' .. args.notes .. '</div>' or '<div style="font-size: 0.875em;">N/A</div>'
local categoryLink = site.network and site.network ~= '' and string.format(' <small>([[:Category:%s|%s]])</small>', site.network, site.network) or ''