Module:SiteList: Difference between revisions

no edit summary
(Undo revision 2527 by PeaceDeadC (talk))
Tag: Undo
No edit summary
Tag: Reverted
 
local alias = args.alias or mw.title.getCurrentTitle().text
local notes = args.notes and '<divspan style="font-size: 0.875em; display: inline-block;">' .. args.notes .. '</divspan>' or '<span style="font-size: 0.875em; display: inline-block;">N/A</span>'
local categoryLink = site.network and site.network ~= '' and string.format(' <small>([[:Category:%s|%s]])</small>', site.network, site.network) or ''