Template:Organization: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| cellspacing="1" cellpadding="1" | {| class="wikitable" cellspacing="1" cellpadding="1" | ||
style="float:right; clear:right; margin:0 0 .5em 1em; | |||
width:280px; border-collapse:collapse; | |||
border:3.5px solid {{{color|#999}}}; | |||
font-size:smaller; line-height:1.5" | |||
|- | |- | ||
! colspan="3" | |||
style="text-align:center; color:#FFFFFF; | |||
background:#212121; font-size:200%;" | |||
| {{{name|{{PAGENAME}}}}} | |||
|- | |||
! style="text-align:center;" | |||
| {{#if:{{{flag|}}}|[[File:{{{flag}}}|80px]]<br/><small>Flag</small>|}} | |||
! style="text-align:center;" | |||
| {{#if:{{{emblem|}}}|[[File:{{{emblem}}}|80px]]<br/><small>Emblem</small>|}} | |||
|- | |||
{{#if:{{{map|}}}| | |||
| colspan="3" style="text-align:center;" | |||
| [[File:{{{map}}}|250px]]<br/><small>{{{map_caption|}}}</small> | |||
|- | |||
}} | |||
! colspan="2" | |||
style="text-align:center; color:#FFFFFF; | |||
background:#212121; font-size:150%;" | |||
| Information | |||
|- | |||
! style="width:35%; font-weight:bold; border-top:1px solid #999;" | |||
| Headquarters | |||
| style="width:65%; border-top:1px solid #999;" | |||
| {{{headquarters|}}} | |||
|- | |||
! style="width:35%; font-weight:bold; border-bottom:1px solid #999;" | |||
| Official languages | |||
| style="border-bottom:1px solid #999;" | |||
| {{{languages|}}} | |||
|- | |||
! style="width:35%; font-weight:bold; border-bottom:1px solid #999;" | |||
| Type | |||
| style="border-bottom:1px solid #999;" | |||
| {{{type|}}} | |||
|- | |||
! style="width:35%; font-weight:bold; border-bottom:1px solid #999;" | |||
| Membership | |||
| style="border-bottom:1px solid #999;" | |||
| {{{membership|}}} | |||
|- | |||
! style="width:35%; font-weight:bold; border-bottom:1px solid #999;" | |||
| Leaders | |||
| style="border-bottom:1px solid #999;" | |||
| {{{leaders|}}} | |||
|- | |||
! style="width:35%; font-weight:bold; border-bottom:1px solid #999;" | |||
| Establishment | |||
| style="border-bottom:1px solid #999;" | |||
| {{{establishment|}}} | |||
{{#if:{{{discord|}}}| | |||
|- | |||
! style="width:35%; font-weight:bold; border-bottom:1px solid #999;" | |||
| Discord | |||
| style="border-bottom:1px solid #999;" | |||
| [{{{discord}}} Join Discord] | |||
}} | |||
{{#if:{{{preceded_by|}}}| | |||
|- | |||
! style="width:35%; font-weight:bold; border-bottom:1px solid #999;" | |||
| Preceded by | |||
| style="border-bottom:1px solid #999;" | |||
| {{{preceded_by}}} | |||
}} | |||
{{#if:{{{website|}}}| | |||
|- | |||
! style="width:35%; font-weight:bold;" | |||
| Website | |||
| | |||
| [{{{website}}} Official site] | |||
}} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
Line 87: | Line 82: | ||
<pre> | <pre> | ||
{{Organization | {{Organization | ||
|name= | |name=… | ||
|flag=… | |||
|flag= | |emblem=… | ||
|emblem= | |map=… | ||
|map= | |map_caption=… | ||
|map_caption= | |headquarters=… | ||
|headquarters= | |languages=… | ||
|languages= | |type=… | ||
|type= | |membership=… | ||
|membership= | |leaders=… | ||
|leaders= | |establishment=… | ||
|establishment= | |discord=… | ||
|discord= | |preceded_by=… | ||
|preceded_by= | |website=… | ||
|website= | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 19:56, 24 May 2025
Usage
{{Organization |name=… |flag=… |emblem=… |map=… |map_caption=… |headquarters=… |languages=… |type=… |membership=… |leaders=… |establishment=… |discord=… |preceded_by=… |website=… }}