Template:Infobox Company: Difference between revisions
Appearance
No edit summary |
m fix slogan |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width:250px; border:1px solid # | {| class="infobox" style="width:250px; border: 1px solid var(--border-color-subtle,#c8ccd1); background: var(--background-color-interactive-subtle,#f8f9fa); float:right; clear:right; margin:0 0 1em 1em;" | ||
! colspan="2" style="background:# | ! colspan="2" style="background:var(--border-color-subtle,#c8ccd1); text-align:center;" | {{{name|Some Random Company}}} | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{logo| | | colspan="2" style="text-align:center;" | [[File:{{{logo|file.png}}}|200px]] | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{banner| | | colspan="2" style="text-align:center;" | [[File:{{{banner|file.png}}}|200px]] | ||
|- | |||
! Slogan | |||
| {{{slogan|''-''}}} | |||
|- | |- | ||
! Owner(s) | ! Owner(s) | ||
| {{{owners| | | {{{owners|''Person (Role)'', ''Person 2 (Role 2)''}}} | ||
|- | |||
! Member(s) | |||
| {{{members|''No public members''}}} | |||
|- | |- | ||
! Locations | ! Locations | ||
| {{{locations| | | {{{locations|''Nations and/or Regions''}}} | ||
|- | |- | ||
! Subsidiaries | ! Subsidiaries | ||
| {{{subsidiaries| | | {{{subsidiaries|''None''}}} | ||
|- | |- | ||
! Founded | ! Founded | ||
| {{{founded| | | {{{founded|''Foundation date, DD/MM/YYYY''}}} | ||
|- | |- | ||
! Company Type | ! Company Type | ||
| {{{type| | | {{{type|''Type''}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 31: | Line 37: | ||
"logo": {"label": "Logo image", "type": "wiki-file-name", "required": true}, | "logo": {"label": "Logo image", "type": "wiki-file-name", "required": true}, | ||
"banner": {"label": "Banner", "type": "wiki-file-name"}, | "banner": {"label": "Banner", "type": "wiki-file-name"}, | ||
"slogan": {"label": "Slogan", "type": "string"}, | |||
"owners": {"label": "Owners", "type": "string", "required": true}, | "owners": {"label": "Owners", "type": "string", "required": true}, | ||
"members": {"label": "Member(s)", "type": "string", "required": true}, | |||
"locations": {"label": "Locations", "type": "string", "required": true}, | "locations": {"label": "Locations", "type": "string", "required": true}, | ||
"subsidiaries": {"label": "Subsidiaries", "type": "string"}, | "subsidiaries": {"label": "Subsidiaries", "type": "string"}, | ||
Latest revision as of 21:24, 22 July 2026
Infobox for CRSS Companies.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Company name | name | no description | String | required |
| Logo image | logo | no description | File | required |
| Banner | banner | no description | File | optional |
| Slogan | slogan | no description | String | optional |
| Owners | owners | no description | String | required |
| Member(s) | members | no description | String | required |
| Locations | locations | no description | String | required |
| Subsidiaries | subsidiaries | no description | String | optional |
| Founding date | founded | no description | String | optional |
| Company type | type | no description | String | required |