Template:InfoboxCompany: Difference between revisions
Jparks2112 (talk | contribs) Undid vandalism (can we lock this thread?) Tag: Manual revert |
Fixed an issue where using this in visualeditor, you get the description showing as the example. I made the description an actual description. |
||
| (7 intermediate revisions by 5 users not shown) | |||
| Line 15: | Line 15: | ||
<tr> | <tr> | ||
<th>{{nowrap| | <th>{{nowrap|Legal structure}}</th> | ||
<td>{{{Type}}}</td> | <td>{{{Type}}}</td> | ||
</tr> | </tr> | ||
| Line 40: | Line 40: | ||
| Founded = 2000 | | Founded = 2000 | ||
| Industry = Industrial | | Industry = Industrial | ||
| Official Website = | | Official Website = https://example.com/ | ||
| Logo = QuestionMark.svg | | Logo = QuestionMark.svg | ||
}} | }} | ||
| Line 57: | Line 57: | ||
[[Category:Styling templates]] | [[Category:Styling templates]] | ||
{{Clear}} | {{Clear}} | ||
== Template Data == | == Template Data == | ||
<templatedata> | <templatedata> | ||
| Line 66: | Line 67: | ||
"required": true | "required": true | ||
}, | }, | ||
"Type": { | |||
" | "description": "Type of company ownership", | ||
" | "example": "Public, Private, Government, Subsidiary", | ||
"required": true | "required": true | ||
}, | |||
"Founded": { | "Founded": { | ||
"type": "string", | "type": "string", | ||
| Line 78: | Line 79: | ||
"Industry": { | "Industry": { | ||
"type": "string", | "type": "string", | ||
"description": " | "description": "The industry (or industries) the company is in", | ||
"example": "Electronics, EV's, Esc", | "example": "Electronics, EV's, Esc", | ||
"required": true | "required": true | ||
| Line 93: | Line 94: | ||
"autovalue": "QuestionMark.svg", | "autovalue": "QuestionMark.svg", | ||
"default": "QuestionMark.svg", | "default": "QuestionMark.svg", | ||
"required": true | "required": true | ||
} | } | ||