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
Created page with "<includeonly>{{Infobox | name = | title = {{{name|}}} | image = {{{image|}}} | caption = {{{caption|}}} | header1 = Arrangement | label1 = Organiser | data1 = {{{organiser|}}} | label2 = Event date | data2 = {{#if:{{{event_year|}}}{{{event_month|}}}{{{event_day|}}} | {{#formatdate:{{{event_day}}}.{{#switch:{{#sub:{{lc:{{{event_month}}}}}|0|3}} | jan = 01 | feb = 02 | mar = 03..."
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
| caption  = {{{caption|}}}
| caption  = {{{caption|}}}


| header1  = Arrangement
| header1  = Status


| label1   = Organiser
| label2   = Leadership
data1   = {{{organiser|}}}
data2   = {{{leader|}}}


| label2   = Event date
| label3   = Members
data2   = {{#if:{{{event_year|}}}{{{event_month|}}}{{{event_day|}}}
data3  = {{{members|}}}
             | {{#formatdate:{{{event_day}}}.{{#switch:{{#sub:{{lc:{{{event_month}}}}}|0|3}}
 
| label4  = Type
|  data4  = {{{org_type|}}}
 
| 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}}
               | jan = 01
               | jan = 01
               | feb = 02
               | feb = 02
Line 25: Line 34:
               | nov = 11
               | nov = 11
               | dec = 12
               | dec = 12
               | {{padleft:{{{event_month}}}|2}}
               | {{padleft:{{{start_month}}}|2}}
               }}.{{{event_year}}}}}}}
               }}.{{{start_year}}}}}}}
| label3  = Location
|  data3  = {{{location|}}}


| header4 = Results
| label7  = Dissolved
|  data7  = {{#if:{{{stop_year|}}}{{{stop_month|}}}{{{stop_day|}}}
            | {{#formatdate:{{{stop_day}}}.{{#switch:{{#sub:{{lc:{{{stop_month}}}}}|0|3}}
              | jan = 01
              | feb = 02
              | mar = 03
              | apr = 04
              | may = 05
              | jun = 06
              | jul = 07
              | aug = 08
              | sep = 09
              | oct = 10
              | nov = 11
              | dec = 12
              | {{padleft:{{{stop_month}}}|2}}
              }}.{{{stop_year}}}}}}}
 
| label8  = Headquarters
|  data8  = {{{headquarters|}}}
 
| label9  = Coördinates
|  data9  = {{#if:{{{xcoord|}}}|X = {{{xcoord|}}} <br /> Y = {{{ycoord|}}} <br /> Z = {{{zcoord|}}}|}}


| label5  = Participants
| label10 = Region Served
data5  = {{{participants|}}}
data10 = {{{region|}}}


| label6  = Duration
| label11 = Purpose
data6  = {{{duration|}}}
data11 = {{{org_purpose|}}}


| label7  = Winner
| header12= Historical Info
|  data7  = {{{winner|}}}
| label8  = Winners
|  data8  = {{{winners|}}}


| label9  = Prize
| label13 = Founder
data9  = {{{prize|}}}
data13 = {{{founder|}}}


| label10 = Casualties
| label14 = Founded at
data10 = {{{casualties|}}}
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:Events]]</includeonly>
[[Category:Organisations]]</includeonly>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 55: Line 107:
"params": {
"params": {
"name": {
"name": {
"label": "Org name",
"label": "Organisation name",
"description": "The name of the organisation",
"description": "The name of the organisation",
"type": "wiki-page-name",
"type": "string",
"required": true
"required": true
},
},
"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 70: 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": "string"
"type": "wiki-page-name",
"required": true
},
},
"members": {
"members": {
Line 107: Line 153:
"type": "string",
"type": "string",
"required": true
"required": true
},
"leader": {
"label": "Leader",
"description": "The person, who is responsible for all/most decision making within the organisation",
"type": "wiki-page-name",
"suggested": true
},
"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
},
"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 that has existed on Moxiecraft",
"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",
"stop_year",
"stop_month",
"stop_day",
"org_field",
"org_purpose",
"founder",
"founder",
"location",
"founding_location",
"members"
"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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Organisation 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
Leaderleader

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

Page namesuggested
Ownerowner

The person, who owns the organisation. Leave blank if it's the same as the leader

Page nameoptional
Membersmembers

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

Example
[[User:SiOtter|SiOtter]], [[User:Xeon|Xeon]]
Stringrequired
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
Headquartersheadquarters

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

Example
OBlock
Page namerequired
Headquarters X-Coördinate xcoord

no description

Numberrequired
Headquarters Y-Coördinate ycoord

no description

Numberrequired
Headquarters Z-Coördinate zcoord

no description

Numberrequired
Region of Operationregion

The region of Terrafirma, that the organisation operates in

Example
Spawn metropolitan area
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
Fieldorg_field

The field, that the organisation works in; the specific and/or unique thing that is special about the organisation

Example
Reselling of dungeon items
Stringsuggested
Purposeorg_purpose

The reason this organisation was created

Example
Reforestation
Stringoptional
Founderfounder

The person who created the organisation

Page namerequired
Founding Locationfounding_location

The place, where the organisation was born

Page nameoptional
Predecessorpredecessor

The organisation that preceded the current one

Page nameoptional
Merged intomerger

Name of an organisation, that the one described was merged into

Page nameoptional
Successorsuccessor

The organisation, that succeeded the one being described

Page nameoptional
Parent Organisationparent

The organisation, which is in charge or owns the one being described

Page nameoptional
Subsidiariessubsidiaries

The subsidiaries of the organisation, that is being described.

Stringoptional
Former Namesformer_names

no description

Stringoptional
Additional Remarksremarks

Any extra notes, that should be included about the organisation

Stringoptional