Template:Infobox Organisation: Difference between revisions
Template page
More languages
More actions
Created page with "<includeonly>{{Infobox | name = | title = {{{name|}}} | image = {{{image|}}} | caption = {{{caption|}}} | header1 = Arrangement | label1 = Organiser | data1 = {{{organiser|}}} | label2 = Event date | data2 = {{#if:{{{event_year|}}}{{{event_month|}}}{{{event_day|}}} | {{#formatdate:{{{event_day}}}.{{#switch:{{#sub:{{lc:{{{event_month}}}}}|0|3}} | jan = 01 | feb = 02 | mar = 03..." |
No edit summary |
||
| Line 5: | Line 5: | ||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
| header1 = | | header1 = Status | ||
| | | label2 = Leadership | ||
| | | data2 = {{{leader|}}} | ||
| | | label3 = Members | ||
| | | data3 = {{{members|}}} | ||
| {{#formatdate:{{{ | |||
| label4 = Type | |||
| data4 = {{{org_type|}}} | |||
| label5 = Formed | |||
| data5 = {{#if:{{{start_year|}}}{{{start_month|}}}{{{start_day|}}} | |||
| {{#formatdate:{{{start_day}}}.{{#switch:{{#sub:{{lc:{{{start_month}}}}}|0|3}} | |||
| jan = 01 | | jan = 01 | ||
| feb = 02 | | feb = 02 | ||
| Line 25: | Line 31: | ||
| nov = 11 | | nov = 11 | ||
| dec = 12 | | dec = 12 | ||
| {{padleft:{{{ | | {{padleft:{{{start_month}}}|2}} | ||
}}.{{{ | }}.{{{start_year}}}}}}} | ||
| | | label6 = Dissolved | ||
| data6 = {{#if:{{{stop_year|}}}{{{stop_month|}}}{{{stop_day|}}} | |||
| {{Start date and age|{{{stop_year}}}|{{#switch:{{#sub:{{lc:{{{start_month}}}}}|0|3}} | |||
| jan = 01 | |||
| feb = 02 | |||
| mar = 03 | |||
| apr = 04 | |||
| may = 05 | |||
| jun = 06 | |||
| jul = 07 | |||
| aug = 08 | |||
| sep = 09 | |||
| oct = 10 | |||
| nov = 11 | |||
| dec = 12 | |||
| {{padleft:{{{start_month}}}|2}} | |||
}}|{{{stop_day|}}}}} | |||
| | | label7 = Headquarters | ||
| | | data7 = {{headquarters|}} | ||
| | | label8 = Coördinates | ||
| | | data8 = {{#if:{{{xcoord|}}}|X = {{{xcoord|}}} <br /> Y = {{{ycoord|}}} <br /> Z = {{{zcoord|}}}|}} | ||
| | | label9 = Region Served | ||
| | | data9 = {{region|}} | ||
| | | label10 = Purpose | ||
| | | data10 = {{org_purpose|}} | ||
| | | header11= Historical | ||
}} | }} | ||
[[Category: | [[Category:Organisations]]</includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 57: | Line 74: | ||
"label": "Org name", | "label": "Org name", | ||
"description": "The name of the organisation", | "description": "The name of the organisation", | ||
"type": " | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
| Line 99: | Line 116: | ||
"label": "Founder", | "label": "Founder", | ||
"description": "The person who created the organisation", | "description": "The person who created the organisation", | ||
"type": " | "type": "wiki-page-name" | ||
}, | }, | ||
"members": { | "members": { | ||
Revision as of 13:24, 19 October 2025
This infobox describes any ingame organisation that has existed on Moxiecraft
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Org name | name | The name of the organisation | String | required |
| Picture | image | A picture that best embodies the organisation | File | required |
| Image caption | caption | A description for the provided picture | Line | optional |
| Founding day | start_day | The day, on which the organisation was created | Number | optional |
| Founding month | start_month | The month, on which the organisation was created (numeric or short name like Jan, Mar, etc.) | Line | optional |
| Founding year | start_year | The year, when the organisation was created | Number | optional |
| Founder | founder | The person who created the organisation | Page name | optional |
| Headquarters | location headquarters | The location of the organisation's headquarters or the region, in which it operates
| String | required |
| Members | members | List of people, who take part in, cofounded or work for the organisation
| String | required |