Module:Affiliation/data

From ESU Wiki

Description[edit source]

This creates an affiliation template to make it easier for people to put in Affiliation info into Infoboxes.

Syntax[edit source]

{{Affiliation}}

Example[edit source]

{{Affiliation|ETHEREALS}} will create The Ethereals .


local affiliationData = {
	KAYLABS = '[[File:KAYLABS.svg|25px|link=Kayne Labs]] [[Kayne Labs]]',
	ETHEREALS= '[[File:ETHEREALS.svg|25px|link=The Ethereals]] [[The Ethereals]]',
	TEAMBOLT = '[[File:PB.svg|25px|link=Team Bolt]] [[Team Bolt]]',
}

return affiliationData