Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Organisation: Difference between revisions

Template page
More languages
No edit summary
No edit summary
Line 16: Line 16:
|  data4  = {{{org_type|}}}
|  data4  = {{{org_type|}}}


| label5  = Formed
| label5   = Field
data5   = {{#if:{{{start_year|}}}{{{start_month|}}}{{{start_day|}}}
|  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}}}}}}}


| label6   = Dissolved
| label7   = Dissolved
data6   = {{#if:{{{stop_year|}}}{{{stop_month|}}}{{{stop_day|}}}
data7   = {{#if:{{{stop_year|}}}{{{stop_month|}}}{{{stop_day|}}}
             | {{Wikipedia:Start_date_and_age|{{{stop_year}}}|{{#switch:{{#sub:{{lc:{{{start_month}}}}}|0|3}}
             | {{#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:{{{start_month}}}|2}}
               | {{padleft:{{{stop_month}}}|2}}
               }}|{{{stop_day|}}}}}
               }}.{{{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|}}


| label7  = Headquarters
| header19= Supplementary Info
|  data7  = {{headquarters|}}


| label8  = Coördinates
| label20 = Owner
data8  = {{#if:{{{xcoord|}}}|X = {{{xcoord|}}} <br /> Y = {{{ycoord|}}} <br /> Z = {{{zcoord|}}}|}}
data20 = {{owner|}}


| label9  = Region Served
| label21 = Parent Organisation
data9  = {{region|}}
data21 = {{parent|}}


| label10 = Purpose
| label22 = [[Wikipedia:Subsidiaries]]
data10 = {{org_purpose|}}
data22 = {{subsidiaries|}}


| header11= Historical
| label23 = Remarks
|  data23 = {{remarks|}}
}}
}}
[[Category:Organisations]]</includeonly>
[[Category:Organisations]]</includeonly>
Line 78: Line 113:
},
},
"image": {
"image": {
"label": "Picture",
"label": "Logo or picture",
"description": "A picture that best embodies the organisation",
"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"
},
"location": {
"label": "Headquarters",
"description": "The location of the organisation's headquarters or the region, in which it operates",
"required": true,
"type": "string",
"aliases": [
"headquarters"
],
"example": "OBlock"
},
},
"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
},
},
"leader": {},
"stop_year": {
"org_type": {},
"label": "Year of Closure",
"stop_year": {},
"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",
"location",
"headquarters",
"members",
"members",
"leader",
"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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Org namename

The name of the organisation

Stringrequired
Logo or pictureimage

The logo of the organisation or a picture that best embodies the organisation

Filerequired
Image captioncaption

A description for the provided picture

Lineoptional
The Leaderleader

The person, who is responsible for all/most decision making within the organisation

Page nameoptional
Founding daystart_day

The day, on which the organisation was created

Numberrequired
Founding monthstart_month

The month, on which the organisation was created (numeric or short name like Jan, Mar, etc.)

Linerequired
Founding yearstart_year

The year, when the organisation was created

Numberrequired
Founderfounder

The person who created the organisation

Page namerequired
Headquartersheadquarters

The location of the organisation's headquarters or the region, in which it operates

Example
OBlock
Stringrequired
Membersmembers

List of people, who take part in, cofounded or work for the organisation

Example
[[User:SiOtter|SiOtter]], [[User:Xeon|Xeon]]
Stringoptional
Typeorg_type

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
Page namerequired
Year of Closurestop_year

The year, when the organisation seized to exist

Numberoptional
Closure Monthstop_month

The month, in which the organisation closed

Stringoptional
Day of Closurestop_day

The day of the month, when the organisation closed

Numberoptional
xcoordxcoord

no description

Unknownoptional
ycoordycoord

no description

Unknownoptional
zcoordzcoord

no description

Unknownoptional
org_fieldorg_field

no description

Unknownoptional