Template:Infobox Organisation: Difference between revisions
More languages
More actions
No edit summary |
Add a world field |
||
| Line 55: | Line 55: | ||
}}.{{{stop_year}}}}}}} | }}.{{{stop_year}}}}}}} | ||
| label8 | | label8=Headquarters | ||
| | | data8={{{headquarters|}}} | ||
| label9 | | label9=Coördinates | ||
| | | data9={{#switch:{{lc:{{{world|Terrafirma}}}}}|both=Terrafirma:<br />X={{{xcoord|}}}<br />Y={{{ycoord|}}}<br />Z={{{zcoord|}}}<br />[http://map.moxiecraft.org:26346/#terrafirma:{{{xcoord|}}}:{{{ycoord|}}}:{{{zcoord|}}}:1500:0:0:0:0:perspective Terrafirma Map]<br /><br />Luna:<br />X={{{xcoord2|}}}<br />Y={{{ycoord2|}}}<br />Z={{{zcoord2|}}}<br />[http://map.moxiecraft.org:25580/#luna:{{{xcoord2|}}}:{{{ycoord2|}}}:{{{zcoord2|}}}:1500:0:0:0:0:perspective Luna Map]|#default={{#if:{{{xcoord|}}}|X={{{xcoord|}}}<br />Y={{{ycoord|}}}<br />Z={{{zcoord|}}}|}}<br />[http://map.moxiecraft.org:{{#switch:{{lc:{{{world|Terrafirma}}}}}|luna=25580|terrafirma=26346|#default=26346}}/#{{#switch:{{lc:{{{world|Terrafirma}}}}}|luna=luna|terrafirma=terrafirma|#default=terrafirma}}:{{{xcoord|}}}:{{{ycoord|}}}:{{{zcoord|}}}:1500:0:0:0:0:perspective Map Link]}} | ||
| label10 = | | label10=World | ||
| | | data10={{#switch:{{lc:{{{world|Terrafirma}}}}}|luna=[[Luna]][[Category:Organisations in Luna]]|terrafirma=[[Terrafirma]][[Category:Organisations in Terrafirma]]|both=Both[[Category:Organisations in both worlds]][[Category:Organisations in Luna]][[Category:Organisations in Terrafirma]]|#default=[[Terrafirma]][[Category:Organisations in Terrafirma]]}} | ||
| label11 = | | label11=Region Served | ||
| | | data11={{{region|}}} | ||
| | | label12=Purpose | ||
| data12={{{org_purpose|}}} | |||
| | | header13=Historical Info | ||
| label14 = | | label14 = Founder | ||
| data14 = {{{ | | data14 = {{{founder|}}} | ||
| label15 = | | label15 = Founded at | ||
| data15 = {{{ | | data15 = {{{founding_location|}}} | ||
| label16 = | | label16 = Predecessor | ||
| data16 = {{{ | | data16 = {{{predecessor|}}} | ||
| label17 = | | label17 = Merged into | ||
| data17 = {{{ | | data17 = {{{merger|}}} | ||
| label18 = | | label18 = Successor | ||
| data18 = {{{ | | data18 = {{{successor|}}} | ||
| | | label19 = Formerly called | ||
| data19 = {{{former_names|}}} | |||
| | | header20= Supplementary Info | ||
| label21 = | | label21 = Owner | ||
| data21 = {{{ | | data21 = {{{owner|}}} | ||
| label22 = | | label22 = Parent Organisation | ||
| data22 = {{{ | | data22 = {{{parent|}}} | ||
| label23 = Remarks | | label23 = [[Wikipedia:Subsidiaries]] | ||
| | | data23 = {{{subsidiaries|}}} | ||
| label24 = Remarks | |||
| data24 = {{{remarks|}}} | |||
}} | }} | ||
[[Category:Organisations]]</includeonly> | [[Category:Organisations]]</includeonly> | ||
| Line 185: | Line 188: | ||
"label": "Headquarters X-Coördinate ", | "label": "Headquarters X-Coördinate ", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"description": "If world is set to both, used for Terrafirma headquarters" | |||
}, | }, | ||
"ycoord": { | "ycoord": { | ||
"label": "Headquarters Y-Coördinate ", | "label": "Headquarters Y-Coördinate ", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"description": "If world is set to both, used for Terrafirma headquarters" | |||
}, | }, | ||
"zcoord": { | "zcoord": { | ||
"label": "Headquarters Z-Coördinate ", | "label": "Headquarters Z-Coördinate ", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"description": "If world is set to both, used for Terrafirma headquarters" | |||
}, | }, | ||
"org_field": { | "org_field": { | ||
| Line 213: | Line 219: | ||
"region": { | "region": { | ||
"label": "Region of Operation", | "label": "Region of Operation", | ||
"description": "The region of | "description": "The region of your selected world, that the organisation operates in", | ||
"example": "Spawn metropolitan area", | "example": "Spawn metropolitan area", | ||
"type": "string" | "type": "string" | ||
| Line 266: | Line 272: | ||
"description": "Any extra notes, that should be included about the organisation", | "description": "Any extra notes, that should be included about the organisation", | ||
"type": "string" | "type": "string" | ||
}, | |||
"world": { | |||
"label": "World", | |||
"description": "The world in which the organisation operates", | |||
"example": "Terrafirma; Luna; Both", | |||
"type": "string", | |||
"default": "Terrafirma", | |||
"suggested": true | |||
}, | |||
"xcoord2": { | |||
"label": "Luna X-Coördinate ", | |||
"type": "number", | |||
"description": "The coördinate used for the Luna headquarters, if both world is set to \"both\"" | |||
}, | |||
"ycoord2": { | |||
"label": "Luna Y-Coördinate ", | |||
"type": "number", | |||
"description": "The coördinate used for the Luna headquarters, if both world is set to \"both\"" | |||
}, | |||
"zcoord2": { | |||
"label": "Luna Z-Coördinate ", | |||
"type": "number", | |||
"description": "The coördinate used for the Luna headquarters, if both world is set to \"both\"" | |||
} | } | ||
}, | }, | ||
| Line 283: | Line 312: | ||
"ycoord", | "ycoord", | ||
"zcoord", | "zcoord", | ||
"xcoord2", | |||
"ycoord2", | |||
"zcoord2", | |||
"world", | |||
"region", | "region", | ||
"org_type", | "org_type", | ||
Revision as of 19:05, 25 May 2026
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 | If world is set to both, used for Terrafirma headquarters | Number | required |
| Headquarters Y-Coördinate | ycoord | If world is set to both, used for Terrafirma headquarters | Number | required |
| Headquarters Z-Coördinate | zcoord | If world is set to both, used for Terrafirma headquarters | Number | required |
| Luna X-Coördinate | xcoord2 | The coördinate used for the Luna headquarters, if both world is set to "both" | Number | optional |
| Luna Y-Coördinate | ycoord2 | The coördinate used for the Luna headquarters, if both world is set to "both" | Number | optional |
| Luna Z-Coördinate | zcoord2 | The coördinate used for the Luna headquarters, if both world is set to "both" | Number | optional |
| World | world | The world in which the organisation operates
| String | suggested |
| Region of Operation | region | The region of your selected world, 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 |