Module:T-TLD: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 83: Line 83:
     if ElementTLDFlair and ElementTLDFlair.elementName then
     if ElementTLDFlair and ElementTLDFlair.elementName then
         Blueprint.registerElement(ElementTLDFlair.elementName, ElementTLDFlair)
         Blueprint.registerElement(ElementTLDFlair.elementName, ElementTLDFlair)
         Blueprint.addElementToTemplate(template, 'tldflair', 3)
         Blueprint.addElementToTemplate(template, 'tldflair')
     end
     end
end
end
Line 91: Line 91:
     if ElementNTLDStats and ElementNTLDStats.elementName then
     if ElementNTLDStats and ElementNTLDStats.elementName then
         Blueprint.registerElement(ElementNTLDStats.elementName, ElementNTLDStats)
         Blueprint.registerElement(ElementNTLDStats.elementName, ElementNTLDStats)
         Blueprint.addElementToTemplate(template, 'ntldstats', 6)
         Blueprint.addElementToTemplate(template, 'ntldstats')
     end
     end
end
end