Template:Organization: Difference between revisions
Jump to navigation
Jump to search
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
{| class="wikitable" style="width:300px; float:right; font-size:90%; text-align:left;" | |||
|+ style="text-align:center; font-size:120%; font-weight:bold;" | {{{name|{{PAGENAME}}}}} | |||
|- | |||
{{#if:{{{flag|}}}|{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{flag}}}|120px]]<br><small>Flag</small> | |||
|- | |||
}} | |||
{{#if:{{{emblem|}}}|{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{emblem}}}|120px]]<br><small>Emblem</small> | |||
|- | |||
}} | |||
{{#if:{{{map|}}}|{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{map}}}|250px]]<br><small>{{{map_caption|}}}</small> | |||
|- | |||
}} | |||
! Headquarters | |||
| {{{headquarters|}}} | |||
|- | |||
! Official languages | |||
| {{{languages|}}} | |||
|- | |||
! Type of Org | |||
| {{{type|}}} | |||
|- | |||
! Membership | |||
| {{{membership|}}} | |||
|- | |||
! Leaders | |||
| {{{leaders|}}} | |||
|- | |||
! Establishment | |||
| {{#if:{{{charter_signed|}}}|'''Charter signed:''' {{{charter_signed}}}<br>}} {{#if:{{{charter_enforced|}}}|'''Charter entered into force:''' {{{charter_enforced}}} }} | |||
|- | |||
{{#if:{{{discord|}}}|{{!}} Discord {{!}} [{{{discord}}} Join Discord] | |||
|- | |||
}} | |||
{{#if:{{{preceded_by|}}}|{{!}} Preceded by {{!}} {{{preceded_by}}} | |||
|- | |||
}} | |||
{{#if:{{{website|}}}|{{!}} Website {{!}} [{{{website}}} Official site] | |||
|- | |||
}} | |||
|} | |||
<noinclude> | |||
==Usage== | |||
<pre> | |||
{{Organization | |||
|name=Example Organization | |||
|flag=Example-flag.png | |||
|emblem=Example-emblem.png | |||
|map=Example-map.png | |||
|map_caption=Members of Example Org | |||
|headquarters=Somewhere, Earth | |||
|languages=English, French | |||
|type=Intergovernmental Organization | |||
|membership=195 members | |||
|leaders=John Doe (President), Jane Smith (Secretary) | |||
|charter_signed=1 January 2000 | |||
|charter_enforced=1 July 2000 | |||
|discord=https://discord.gg/example | |||
|preceded_by=Old League | |||
|website=https://example.org | |||
}} | |||
</pre> | |||
</noinclude> | |||
Revision as of 19:41, 24 May 2025
-
-
-
-
-
-
| Headquarters | |
|---|---|
| Official languages | |
| Type of Org | |
| Membership | |
| Leaders | |
| Establishment |
Usage
{{Organization
|name=Example Organization
|flag=Example-flag.png
|emblem=Example-emblem.png
|map=Example-map.png
|map_caption=Members of Example Org
|headquarters=Somewhere, Earth
|languages=English, French
|type=Intergovernmental Organization
|membership=195 members
|leaders=John Doe (President), Jane Smith (Secretary)
|charter_signed=1 January 2000
|charter_enforced=1 July 2000
|discord=https://discord.gg/example
|preceded_by=Old League
|website=https://example.org
}}