Module:T-TLD: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 78: | Line 78: | ||
-- TEMPLATE-SPECIFIC CALLS AND CODE | -- TEMPLATE-SPECIFIC CALLS AND CODE | ||
-- | -- ELEMENT:TLD FLAIR | ||
if template.features.tldflair then | if template.features.tldflair then | ||
local ElementTLDFlair = ErrorHandling.safeRequire(errorContext, 'Module:ElementTLDFlair', false) | local ElementTLDFlair = ErrorHandling.safeRequire(errorContext, 'Module:ElementTLDFlair', false) | ||
| Line 87: | Line 87: | ||
end | end | ||
-- ELEMENT:NTLDSTATS | |||
if template.features.ntldstats then | if template.features.ntldstats then | ||
local ElementNTLDStats = ErrorHandling.safeRequire(errorContext, 'Module:ElementNTLDStats', false) | local ElementNTLDStats = ErrorHandling.safeRequire(errorContext, 'Module:ElementNTLDStats', false) | ||
| Line 94: | Line 95: | ||
end | end | ||
end | end | ||
-- Custom title block override and block sequence | -- Custom title block override and block sequence | ||
| Line 119: | Line 118: | ||
end | end | ||
} | } | ||
-- SPECIAL SEMANTIC MAPPINGS GO HERE | -- SPECIAL SEMANTIC MAPPINGS GO HERE | ||