Module:SiteList: Difference between revisions

Jump to navigation Jump to search
48 bytes removed ,  21 July 2023
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
local siteType = args[1] or ''
local site = args['site'] or ''
local id = args['id'] or args['id='] or ''
local sceneid = args['sceneid='] or args['sceneid'] or ''
local alias = args['alias'] or ''
local notes = args['notes'] or 'N/A'
local title = mw.title.getCurrentTitle()
local category = ''
if title.namespace == 0 and siteInfo then
category = '[[Category:Website' .. siteInfo.id .. ' models]]'
end

Navigation menu