Module:SiteList: Difference between revisions

Jump to navigation Jump to search
No change in size ,  21 July 2023
no edit summary
No edit summary
No edit summary
if site then
local url = site.url
if args.idsceneid then
url = site.modelsUrl .. args.id .. '.html'
elseif args.sceneid then
url = site.updatesUrl .. args.sceneid .. '.html'
elseif args.sceneidid then
url = site.modelsUrl .. args.id .. '.html'
end
 

Navigation menu