Module:Affiliation/data: Difference between revisions

From ESU Wiki
Created page with "local affiliationData = { KAYLABS = '25px Kayne Labs', ETHEREALS= '25px The Ethereals', TEAMBOLT = '25px Team Bolt', }"
 
No edit summary
Line 4: Line 4:
TEAMBOLT = '[[File:PB.svg|25px]] [[Team Bolt]]',
TEAMBOLT = '[[File:PB.svg|25px]] [[Team Bolt]]',
}
}
return affiliationData

Revision as of 08:59, 5 November 2024

Description

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

Syntax

{{Affiliation}}

Example

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


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

return affiliationData