Template:Infobox Organisation: Difference between revisions
More languages
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 56: | Line 56: | ||
| label8 = Headquarters | | label8 = Headquarters | ||
| data8 = {{headquarters|}} | | data8 = {{{headquarters|}}} | ||
| label9 = Coördinates | | label9 = Coördinates | ||
| Line 62: | Line 62: | ||
| label10 = Region Served | | label10 = Region Served | ||
| data10 = {{region|}} | | data10 = {{{region|}}} | ||
| label11 = Purpose | | label11 = Purpose | ||
| data11 = {{org_purpose|}} | | data11 = {{{org_purpose|}}} | ||
| header12= Historical Info | | header12= Historical Info | ||
| label13 = Founder | | label13 = Founder | ||
| data13 = {{founder|}} | | data13 = {{{founder|}}} | ||
| label14 = Founded at | | label14 = Founded at | ||
| data14 = {{founding_location|}} | | data14 = {{{founding_location|}}} | ||
| label15 = Predecessor | | label15 = Predecessor | ||
| data15 = {{predecessor|}} | | data15 = {{{predecessor|}}} | ||
| label16 = Merged into | | label16 = Merged into | ||
| data16 = {{merger|}} | | data16 = {{{merger|}}} | ||
| label17 = Successor | | label17 = Successor | ||
| data17 = {{successor|}} | | data17 = {{{successor|}}} | ||
| label18 = Formerly called | | label18 = Formerly called | ||
| data18 = {{former_names|}} | | data18 = {{{former_names|}}} | ||
| header19= Supplementary Info | | header19= Supplementary Info | ||
| label20 = Owner | | label20 = Owner | ||
| data20 = {{owner|}} | | data20 = {{{owner|}}} | ||
| label21 = Parent Organisation | | label21 = Parent Organisation | ||
| data21 = {{parent|}} | | data21 = {{{parent|}}} | ||
| label22 = [[Wikipedia:Subsidiaries]] | | label22 = [[Wikipedia:Subsidiaries]] | ||
| data22 = {{subsidiaries|}} | | data22 = {{{subsidiaries|}}} | ||
| label23 = Remarks | | label23 = Remarks | ||
| data23 = {{remarks|}} | | data23 = {{{remarks|}}} | ||
}} | }} | ||
[[Category:Organisations]]</includeonly> | [[Category:Organisations]]</includeonly> | ||
| Line 107: | Line 107: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"label": " | "label": "Organisation name", | ||
"description": "The name of the organisation", | "description": "The name of the organisation", | ||
"type": "string", | "type": "string", | ||
| Line 151: | 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", | ||
"required": true | |||
}, | }, | ||
"leader": { | "leader": { | ||
"label": " | "label": "Leader", | ||
"description": "The person, who is responsible for all/most decision making within the organisation", | "description": "The person, who is responsible for all/most decision making within the organisation", | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"suggested": true | |||
}, | }, | ||
"org_type": { | "org_type": { | ||
| Line 180: | Line 182: | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"xcoord": {}, | "xcoord": { | ||
"ycoord": {}, | "label": "Headquarters X-Coördinate ", | ||
"zcoord": {}, | "type": "number", | ||
"org_field": {}, | "required": true | ||
}, | |||
"ycoord": { | |||
"label": "Headquarters Y-Coördinate ", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"zcoord": { | |||
"label": "Headquarters Z-Coördinate ", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"org_field": { | |||
"label": "Field", | |||
"description": "The field, that the organisation works in; the specific and/or unique thing that is special about the organisation", | |||
"example": "Reselling of dungeon items", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"headquarters": { | "headquarters": { | ||
"label": "Headquarters", | "label": "Headquarters", | ||
"description": "The location of the organisation's headquarters or the region, in which it operates", | "description": "The location of the organisation's headquarters or the region, in which it operates", | ||
"example": "OBlock", | "example": "OBlock", | ||
"type": " | "type": "wiki-page-name", | ||
"required": true | "required": true | ||
}, | |||
"region": { | |||
"label": "Region of Operation", | |||
"description": "The region of Terrafirma, that the organisation operates in", | |||
"example": "Spawn metropolitan area", | |||
"type": "string" | |||
}, | |||
"org_purpose": { | |||
"label": "Purpose", | |||
"description": "The reason this organisation was created", | |||
"example": "Reforestation", | |||
"type": "string" | |||
}, | |||
"founding_location": { | |||
"label": "Founding Location", | |||
"description": "The place, where the organisation was born", | |||
"type": "wiki-page-name" | |||
}, | |||
"predecessor": { | |||
"label": "Predecessor", | |||
"description": "The organisation that preceded the current one", | |||
"type": "wiki-page-name" | |||
}, | |||
"merger": { | |||
"label": "Merged into", | |||
"description": "Name of an organisation, that the one described was merged into", | |||
"type": "wiki-page-name" | |||
}, | |||
"successor": { | |||
"label": "Successor", | |||
"description": "The organisation, that succeeded the one being described", | |||
"type": "wiki-page-name" | |||
}, | |||
"former_names": { | |||
"label": "Former Names", | |||
"type": "string" | |||
}, | |||
"owner": { | |||
"label": "Owner", | |||
"description": "The person, who owns the organisation. Leave blank if it's the same as the leader", | |||
"type": "wiki-page-name" | |||
}, | |||
"parent": { | |||
"label": "Parent Organisation", | |||
"description": "The organisation, which is in charge or owns the one being described", | |||
"type": "wiki-page-name" | |||
}, | |||
"subsidiaries": { | |||
"label": "Subsidiaries", | |||
"description": "The subsidiaries of the organisation, that is being described.", | |||
"type": "string" | |||
}, | |||
"remarks": { | |||
"label": "Additional Remarks", | |||
"description": "Any extra notes, that should be included about the organisation", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "This infobox describes any ingame organisation | "description": "This infobox describes any ingame organisation on Moxiecraft.\n\nPut page names in double square brackets to make them links, add a vertical bar after the name of the page to change the display name. For example: [[User:SiOtter|Otter]] will display the string \"Otter\" that will link to SiOtter's page ", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
| Line 198: | Line 274: | ||
"caption", | "caption", | ||
"leader", | "leader", | ||
"owner", | |||
"members", | |||
"start_day", | "start_day", | ||
"start_month", | "start_month", | ||
"start_year", | "start_year", | ||
"headquarters", | "headquarters", | ||
" | "xcoord", | ||
"ycoord", | |||
"zcoord", | |||
"region", | |||
"org_type", | "org_type", | ||
"stop_year", | "stop_year", | ||
"stop_month", | "stop_month", | ||
"stop_day", | "stop_day", | ||
" | "org_field", | ||
" | "org_purpose", | ||
" | "founder", | ||
" | "founding_location", | ||
"predecessor", | |||
"merger", | |||
"successor", | |||
"parent", | |||
"subsidiaries", | |||
"former_names", | |||
"remarks" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 14:15, 19 October 2025
This infobox describes any ingame organisation on Moxiecraft. Put page names in double square brackets to make them links, add a vertical bar after the name of the page to change the display name. For example: [[User:SiOtter|Otter]] will display the string "Otter" that will link to SiOtter's page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Organisation 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 |
| Leader | leader | The person, who is responsible for all/most decision making within the organisation | Page name | suggested |
| Owner | owner | The person, who owns the organisation. Leave blank if it's the same as the leader | Page name | optional |
| Members | members | List of people, who take part in, cofounded or work for the organisation
| String | required |
| 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 |
| Headquarters | headquarters | The location of the organisation's headquarters or the region, in which it operates
| Page name | required |
| Headquarters X-Coördinate | xcoord | no description | Number | required |
| Headquarters Y-Coördinate | ycoord | no description | Number | required |
| Headquarters Z-Coördinate | zcoord | no description | Number | required |
| Region of Operation | region | The region of Terrafirma, that the organisation operates in
| 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 |
| Field | org_field | The field, that the organisation works in; the specific and/or unique thing that is special about the organisation
| String | suggested |
| Purpose | org_purpose | The reason this organisation was created
| String | optional |
| Founder | founder | The person who created the organisation | Page name | required |
| Founding Location | founding_location | The place, where the organisation was born | Page name | optional |
| Predecessor | predecessor | The organisation that preceded the current one | Page name | optional |
| Merged into | merger | Name of an organisation, that the one described was merged into | Page name | optional |
| Successor | successor | The organisation, that succeeded the one being described | Page name | optional |
| Parent Organisation | parent | The organisation, which is in charge or owns the one being described | Page name | optional |
| Subsidiaries | subsidiaries | The subsidiaries of the organisation, that is being described. | String | optional |
| Former Names | former_names | no description | String | optional |
| Additional Remarks | remarks | Any extra notes, that should be included about the organisation | String | optional |