Template:Infobox Organisation: Difference between revisions
More languages
More actions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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 72: | 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 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 125: | Line 154: | ||
"required": true | "required": true | ||
}, | }, | ||
"leader": {}, | "leader": { | ||
"org_type": {}, | "label": "Leader", | ||
"stop_year": {}, | "description": "The person, who is responsible for all/most decision making within the organisation", | ||
"stop_month": {}, | "type": "wiki-page-name", | ||
"stop_day": {}, | "suggested": true | ||
"xcoord": {}, | }, | ||
"ycoord": {}, | "org_type": { | ||
"zcoord": {} | "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 | |||
}, | |||
"stop_year": { | |||
"label": "Year of Closure", | |||
"description": "The year, when the organisation seized to exist", | |||
"type": "number" | |||
}, | |||
"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": { | |||
"label": "Headquarters X-Coördinate ", | |||
"type": "number", | |||
"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": { | |||
"label": "Headquarters", | |||
"description": "The location of the organisation's headquarters or the region, in which it operates", | |||
"example": "OBlock", | |||
"type": "wiki-page-name", | |||
"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", | ||
"image", | "image", | ||
"caption", | "caption", | ||
"leader", | |||
"owner", | |||
"members", | |||
"start_day", | "start_day", | ||
"start_month", | "start_month", | ||
"start_year", | "start_year", | ||
" | "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 |