Tags: Reverted 2017 source edit |
Tags: Manual revert 2017 source edit |
| Line 1: |
Line 1: |
| {{Infobox
| | <infobox> |
| | title = {{{title|{{PAGENAME}}}}}
| | <title source="title"><default>{{PAGENAME}}</default></title> |
| | image = {{{image|}}}
| | <image source="image"/> |
| | othernames = {{{othernames|}}}
| | <data source="othernames"><label>Other names</label></data> |
| | keypeople = {{{keypeople|}}}
| | <data source="keypeople"><label>Key people</label></data> |
| | founded = {{{founded|}}}
| | <data source="founded"><label>Founded</label></data> |
| | founder = {{{founder|}}}
| | <data source="founder"><label>Founder</label></data> |
| | defunct = {{{defunct|}}}
| | <data source="defunct"><label>Defunct</label></data> |
| | predecessor = {{{predecessor|}}}
| | <data source="predecessor"><label>Predecessor</label></data> |
| | predecessors = {{{predecessors|}}}
| | <data source="predecessors"><label>Predecessors</label></data> |
| | successor = {{{successor|}}}
| | <data source="successor"><label>Successor</label></data> |
| | successors = {{{successors|}}}
| | <data source="successors"><label>Successors</label></data> |
| | suborganization = {{{suborganization|}}}
| | <data source="suborganization"><label>Sub-organizations</label></data> |
| | parent = {{{parent|}}}
| | <data source="parent"><label>Parent</label></data> |
| | customserver = {{{customserver|}}}
| | <data source="customserver"><label>Custom server</label></data> |
| | customservers = {{{customservers|}}}
| | <data source="customservers"><label>Custom servers</label></data> |
| | customserverpopulation = {{{customserverpopulation|}}}
| | <data source="customserverpopulation"><label>Custom server population</label></data> |
| | discord = {{{discord|}}}
| | <data source="discord"><label>Discord</label></data> |
| | discordpopulation = {{{discordpopulation|}}}
| | <data source="discordpopulation"><label>Discord population</label></data> |
| | website = {{{website|}}}
| | <data source="website"><label>Website</label></data> |
| | motto = {{{motto|}}}
| | <data source="motto"><label>Motto</label></data> |
| }}
| | </infobox> |
| | |
| | |
| <noinclude> | |
| == Infobox Template Documentation ==
| |
| | |
| This template is used to create an infobox with the following parameters:
| |
| | |
| * '''title''': The title of the infobox (default: {{PAGENAME}})
| |
| * '''image''': Image to be displayed
| |
| * '''othernames''': Other names
| |
| * '''keypeople''': Key people involved
| |
| * '''founded''': Year founded
| |
| * '''founder''': Founder of the organization
| |
| * '''defunct''': Year defunct
| |
| * '''predecessor''': Predecessor organization
| |
| * '''predecessors''': Predecessor organizations
| |
| * '''successor''': Successor organization
| |
| * '''successors''': Successor organizations
| |
| * '''suborganization''': Sub-organizations
| |
| * '''parent''': Parent organization
| |
| * '''customserver''': Custom server
| |
| * '''customservers''': Custom servers
| |
| * '''customserverpopulation''': Custom server population
| |
| * '''discord''': Discord link
| |
| * '''discordpopulation''': Discord population
| |
| * '''website''': Website link
| |
| * '''motto''': Motto of the organization
| |
| | |
| Usage:
| |
| <nowiki>{{Infobox|title=Example|image=example.jpg|othernames=Alias|...}}</nowiki> | |
| </noinclude> | |