More actions
imported>Oracle9 No edit summary |
No edit summary |
||
Line 58: | Line 58: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"title1": { | |||
"aliases": [ | |||
"title1" | |||
], | |||
"label": "Name", | |||
"description": "Corporation's name.", | |||
"type": "string" | |||
}, | |||
"image1": { | |||
"aliases": [ | |||
"image1" | |||
], | |||
"label": "Logo", | |||
"type": "wiki-file-name" | |||
}, | |||
"image2": { | |||
"aliases": [ | |||
"image2" | |||
], | |||
"label": "Image 2", | |||
"description": "Can be used for picture of headquarters, etc.", | |||
"type": "wiki-file-name" | |||
}, | |||
"founders": { | |||
"aliases": [ | |||
"founders" | |||
], | |||
"label": "Founder(s)", | |||
"type": "string" | |||
}, | |||
"founded_on": { | |||
"aliases": [ | |||
"founded_on" | |||
], | |||
"label": "Founded on", | |||
"type": "date" | |||
}, | |||
"motto": { | |||
"aliases": [ | |||
"motto" | |||
], | |||
"label": "Motto", | |||
"type": "string" | |||
}, | |||
"number_of_employees": { | |||
"aliases": [ | |||
"number_of_employees" | |||
], | |||
"label": "Number of employees", | |||
"type": "string" | |||
}, | |||
"current_owner": { | |||
"aliases": [ | |||
"current_owner" | |||
], | |||
"label": "Key People", | |||
"description": "CEOs, CFOs, other leaders...", | |||
"type": "string" | |||
}, | |||
"industry": { | |||
"aliases": [ | |||
"industry" | |||
], | |||
"label": "Industry", | |||
"description": "What industry/industries does the corporation partake in?", | |||
"example": "robotics, pharmaceuticals, agriculture", | |||
"type": "string" | |||
}, | |||
"parent_corp(s)": { | |||
"aliases": [ | |||
"parent_corp(s)" | |||
], | |||
"label": "Parent Corp(s)", | |||
"description": "Is the corporation owned by another corp?", | |||
"type": "string" | |||
}, | |||
"child_corp(s)": { | |||
"aliases": [ | |||
"child_corp(s)" | |||
], | |||
"label": "Child Corp(s)", | |||
"type": "string" | |||
}, | |||
"allies": { | |||
"aliases": [ | |||
"allies" | |||
], | |||
"label": "Allies", | |||
"type": "string" | |||
}, | |||
"Enemies": { | |||
"aliases": [ | |||
"enemies" | |||
], | |||
"label": "Enemies", | |||
"type": "string" | |||
}, | |||
"website": { | |||
"aliases": [ | |||
"website" | |||
], | |||
"label": "Website", | |||
"type": "url" | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> |
Revision as of 15:48, 23 July 2023
Example usage:
{{Corp-infobox |title1=Example |image1=Example |caption1=Example |corporation_name=Example |founded_by=Example |ceo=Example |child_corps=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | title1 title1 | Corporation's name. | String | optional |
Logo | image1 image1 | no description | File | optional |
Image 2 | image2 image2 | Can be used for picture of headquarters, etc. | File | optional |
Founder(s) | founders founders | no description | String | optional |
Founded on | founded_on founded_on | no description | Date | optional |
Motto | motto motto | no description | String | optional |
Number of employees | number_of_employees number_of_employees | no description | String | optional |
Key People | current_owner current_owner | CEOs, CFOs, other leaders... | String | optional |
Industry | industry industry | What industry/industries does the corporation partake in?
| String | optional |
Parent Corp(s) | parent_corp(s) parent_corp(s) | Is the corporation owned by another corp? | String | optional |
Child Corp(s) | child_corp(s) child_corp(s) | no description | String | optional |
Allies | allies allies | no description | String | optional |
Enemies | Enemies enemies | no description | String | optional |
Website | website website | no description | URL | optional |