Module:SiteList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary Tag: Reverted |
PeaceDeadC (talk | contribs) No edit summary Tag: Reverted |
||
Line 2:
local function buildRow(siteType, site, id, sceneid, alias, notes)
local siteInfo =
local link
if
elseif
else
end
return string.format('|-\n| %s || [ %s %s] || %s || %s || %s\n',
siteType, link, siteInfo.name, alias, sceneid, notes)
end
Line 30 ⟶ 21:
local siteType = args[1] or 'N/A'
local site = args.site or 'N/A'
local id = args.id or ''
local sceneid = args.sceneid or ''
| |||