Template:Infobox Organisation: Difference between revisions
More languages
More actions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
| data4 = {{{org_type|}}} | | data4 = {{{org_type|}}} | ||
| label5 = Formed | | label5 = Field | ||
| | | data5 = {{{org_field|}}} | ||
| label6 = Formed | |||
| data6 = {{#if:{{{start_year|}}}{{{start_month|}}}{{{start_day|}}} | |||
| {{#formatdate:{{{start_day}}}.{{#switch:{{#sub:{{lc:{{{start_month}}}}}|0|3}} | | {{#formatdate:{{{start_day}}}.{{#switch:{{#sub:{{lc:{{{start_month}}}}}|0|3}} | ||
| jan = 01 | | jan = 01 | ||
| Line 34: | Line 37: | ||
}}.{{{start_year}}}}}}} | }}.{{{start_year}}}}}}} | ||
| | | label7 = Dissolved | ||
| | | data7 = {{#if:{{{stop_year|}}}{{{stop_month|}}}{{{stop_day|}}} | ||
| {{ | | {{#formatdate:{{{stop_day}}}.{{#switch:{{#sub:{{lc:{{{stop_month}}}}}|0|3}} | ||
| jan = 01 | | jan = 01 | ||
| feb = 02 | | feb = 02 | ||
| Line 49: | Line 52: | ||
| nov = 11 | | nov = 11 | ||
| dec = 12 | | dec = 12 | ||
| {{padleft:{{{ | | {{padleft:{{{stop_month}}}|2}} | ||
}}|{{{ | }}.{{{stop_year}}}}}}} | ||
| label8 = Headquarters | |||
| data8 = {{headquarters|}} | |||
| label9 = Coördinates | |||
| data9 = {{#if:{{{xcoord|}}}|X = {{{xcoord|}}} <br /> Y = {{{ycoord|}}} <br /> Z = {{{zcoord|}}}|}} | |||
| label10 = Region Served | |||
| data10 = {{region|}} | |||
| label11 = Purpose | |||
| data11 = {{org_purpose|}} | |||
| header12= Historical Info | |||
| label13 = Founder | |||
| data13 = {{founder|}} | |||
| label14 = Founded at | |||
| data14 = {{founding_location|}} | |||
| label15 = Predecessor | |||
| data15 = {{predecessor|}} | |||
| label16 = Merged into | |||
| data16 = {{merger|}} | |||
| label17 = Successor | |||
| data17 = {{successor|}} | |||
| label18 = Formerly called | |||
| data18 = {{former_names|}} | |||
| | | header19= Supplementary Info | ||
| | | label20 = Owner | ||
| | | data20 = {{owner|}} | ||
| | | label21 = Parent Organisation | ||
| | | data21 = {{parent|}} | ||
| | | label22 = [[Wikipedia:Subsidiaries]] | ||
| | | data22 = {{subsidiaries|}} | ||
| | | label23 = Remarks | ||
| data23 = {{remarks|}} | |||
}} | }} | ||
[[Category:Organisations]]</includeonly> | [[Category:Organisations]]</includeonly> | ||
| Line 78: | Line 113: | ||
}, | }, | ||
"image": { | "image": { | ||
"label": " | "label": "Logo or picture", | ||
"description": " | "description": "The logo of the organisation or a picture that best embodies the organisation", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true | "required": true | ||
| Line 87: | Line 122: | ||
"description": "A description for the provided picture", | "description": "A description for the provided picture", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"start_day": { | "start_day": { | ||
"label": "Founding day", | "label": "Founding day", | ||
"description": "The day, on which the organisation was created", | "description": "The day, on which the organisation was created", | ||
"type": "number" | "type": "number", | ||
"required": true | |||
}, | }, | ||
"start_month": { | "start_month": { | ||
"label": "Founding month", | "label": "Founding month", | ||
"description": "The month, on which the organisation was created (numeric or short name like Jan, Mar, etc.)", | "description": "The month, on which the organisation was created (numeric or short name like Jan, Mar, etc.)", | ||
"type": "line" | "type": "line", | ||
"required": true | |||
}, | }, | ||
"start_year": { | "start_year": { | ||
"label": "Founding year", | "label": "Founding year", | ||
"description": "The year, when the organisation was created", | "description": "The year, when the organisation was created", | ||
"type": "number" | "type": "number", | ||
"required": true | |||
}, | }, | ||
"founder": { | "founder": { | ||
"label": "Founder", | "label": "Founder", | ||
"description": "The person who created the organisation", | "description": "The person who created the organisation", | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"required": true | |||
}, | }, | ||
"members": { | "members": { | ||
| Line 122: | Line 151: | ||
"description": "List of people, who take part in, cofounded or work for the organisation", | "description": "List of people, who take part in, cofounded or work for the organisation", | ||
"example": "[[User:SiOtter|SiOtter]], [[User:Xeon|Xeon]] ", | "example": "[[User:SiOtter|SiOtter]], [[User:Xeon|Xeon]] ", | ||
"type": "string", | "type": "string" | ||
}, | |||
"leader": { | |||
"label": "The Leader", | |||
"description": "The person, who is responsible for all/most decision making within the organisation", | |||
"type": "wiki-page-name" | |||
}, | |||
"org_type": { | |||
"label": "Type", | |||
"description": "The type of organisation that this is. If a page for this sort of org hasn't been created yet, please create one!", | |||
"example": "Commercial", | |||
"type": "wiki-page-name", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "stop_year": { | ||
"label": "Year of Closure", | |||
"description": "The year, when the organisation seized to exist", | |||
"stop_month": {}, | "type": "number" | ||
"stop_day": {}, | }, | ||
"stop_month": { | |||
"label": "Closure Month", | |||
"description": "The month, in which the organisation closed", | |||
"type": "string" | |||
}, | |||
"stop_day": { | |||
"label": "Day of Closure", | |||
"description": "The day of the month, when the organisation closed", | |||
"type": "number" | |||
}, | |||
"xcoord": {}, | "xcoord": {}, | ||
"ycoord": {}, | "ycoord": {}, | ||
"zcoord": {} | "zcoord": {}, | ||
"org_field": {}, | |||
"headquarters": { | |||
"label": "Headquarters", | |||
"description": "The location of the organisation's headquarters or the region, in which it operates", | |||
"example": "OBlock", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"description": "This infobox describes any ingame organisation that has existed on Moxiecraft", | "description": "This infobox describes any ingame organisation that has existed on Moxiecraft", | ||
| Line 139: | Line 197: | ||
"image", | "image", | ||
"caption", | "caption", | ||
"leader", | |||
"start_day", | "start_day", | ||
"start_month", | "start_month", | ||
"start_year", | "start_year", | ||
"founder", | "founder", | ||
" | "headquarters", | ||
"members", | "members", | ||
"org_type", | "org_type", | ||
"stop_year", | "stop_year", | ||
| Line 152: | Line 210: | ||
"xcoord", | "xcoord", | ||
"ycoord", | "ycoord", | ||
"zcoord" | "zcoord", | ||
"org_field" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 13:53, 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 |
| Logo or picture | image | The logo of the organisation or a picture that best embodies the organisation | File | required |
| Image caption | caption | A description for the provided picture | Line | optional |
| The Leader | leader | The person, who is responsible for all/most decision making within the organisation | Page name | optional |
| Founding day | start_day | The day, on which the organisation was created | Number | required |
| Founding month | start_month | The month, on which the organisation was created (numeric or short name like Jan, Mar, etc.) | Line | required |
| Founding year | start_year | The year, when the organisation was created | Number | required |
| Founder | founder | The person who created the organisation | Page name | required |
| Headquarters | 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 | optional |
| Type | org_type | The type of organisation that this is. If a page for this sort of org hasn't been created yet, please create one!
| Page name | required |
| Year of Closure | stop_year | The year, when the organisation seized to exist | Number | optional |
| Closure Month | stop_month | The month, in which the organisation closed | String | optional |
| Day of Closure | stop_day | The day of the month, when the organisation closed | Number | optional |
| xcoord | xcoord | no description | Unknown | optional |
| ycoord | ycoord | no description | Unknown | optional |
| zcoord | zcoord | no description | Unknown | optional |
| org_field | org_field | no description | Unknown | optional |