Difference between revisions of "Template:Infobox Defunct company"

From blackwiki
Jump to navigation Jump to search
imported>Zzuuzz
m (Reverted edits by Francis Boyle fan (talk) to last version by Alex537)
imported>Retro00064
(Rebuilding infobox code to make the box look more like Infobox Company. (p.s. I am a novice at editing templates so don't be surprised to find bugs.))
Line 1: Line 1:
{| class="infobox vcard" style="width: 23em; font-size: 90%;"
+
{{infobox
|-
+
| bodyclass  = vcard
! class="fn n org" style="text-align:center; font-size:120%;" colspan="2" | {{{name|{{{company_name|{{PAGENAME}}}}}}}}<!---->
+
| titleclass = fn org
|-
+
| title      = {{{name<includeonly>|{{{company_name|{{PAGENAME}}}}}</includeonly>}}}
{{#if:{{{company_logo|}}}|<tr><td colspan="2" style="text-align: center; padding: 16px 0 16px 0;">{{{company_logo}}}</td></tr>}}
+
| imageclass = logo
|-
+
| image      = {{{logo<includeonly>|{{{company_logo|}}}</includeonly>}}}
! {{#if:{{{slogan|}}}|<tr class="note"><th style="text-align:right;">Slogan</th><td>{{{slogan}}}</td></tr>}}
+
 
|-
+
| label1    = Slogan
! {{#if:{{{type|}}}|<tr class="note"><th style="text-align:right;">[[:Category:Types of companies|Former Type]]</th><td>{{{type<includeonly>|{{{<!--deprecated:-->company_type|}}}</includeonly>}}}</td></tr>}}
+
| class1    = note
|- class="note"
+
| data1      = {{{slogan<includeonly>|</includeonly>}}}
! style="text-align:right;" | Fate
+
| label2    = [[:Category:Types of companies|Former Type]]
| {{{fate}}}
+
| class2    = note
|-
+
| data2      = {{{type<includeonly>|{{{company_type|}}}</includeonly>}}}
! {{#if:{{{Predecessor|}}}|<tr class="note"><th style="text-align:right;">Predecessor</th><td>{{{Predecessor}}}</td></tr>}}
+
| label3    = Fate
|- class="note"
+
| data3      = {{{fate<includeonly>|</includeonly>}}}
! {{#if:{{{successor|}}}|<tr class="note"><th style="text-align:right;">Successor</th><td>{{{successor}}}</td></tr>}}
+
| label4    = Predecessor
|- class="note"
+
| class4    = note
! style="text-align:right;" | Founded
+
| data4      = {{{Predecessor<includeonly>|</includeonly>}}}
| {{{foundation}}}
+
| label5    = Successor
|- class="note"
+
| class5    = note
! style="text-align:right;" | Defunct
+
| data5      = {{{successor<includeonly>|</includeonly>}}}
| {{{defunct}}}
+
| label6    = Founded
|-
+
| data6      = {{{foundation<includeonly>|</includeonly>}}}
! style="text-align:right;" | Location
+
| label7    = Defunct
| <span class="label">{{{location}}}</span>
+
| data7      = {{{defunct<includeonly>|</includeonly>}}}
{{#if:{{{industry|}}}|<tr><th style="text-align:right;">Industry</th><td>{{{industry}}}</td></tr>}} <!--
+
| label8    = Location
--> {{#if:{{{products|}}}|<tr class="note"><th style="text-align:right;">Products</th><td>{{{products}}}</td></tr>}} <!--
+
| data8      = {{{location<includeonly>|</includeonly>}}}
--> {{#if:{{{key_people|}}}|<tr><th style="text-align:right;">Key people</th><td>{{{key_people}}}</td></tr>}} <!--
+
| label9    = [[Industry]]
--> {{#if:{{{num_employees|}}}|<tr><th style="text-align:right;">Peak size</th><td>{{{num_employees}}} employees</td></tr>}} <!--
+
| class9    = note
--> {{#if:{{{parent|}}}|<tr class="note"><th style="text-align:right;">Parent</th><td>{{{parent}}}</td></tr>}} <!--
+
| data9      = {{{industry<includeonly>|</includeonly>}}}
--> {{#if:{{{subsid|}}}|<tr class="note"><th style="text-align:right;">Subsidiary</th><td>{{{subsid}}}</td></tr>}}
+
| label10    = [[Product (business)|Products]]
|}<noinclude>
+
| class10    = note
{{template doc}}
+
| data10    = {{{products<includeonly>|</includeonly>}}}
</noinclude>
+
| label11    = Key people
 +
| class11    = agent
 +
| data11    = {{{key_people<includeonly>|</includeonly>}}}
 +
| label12    = [[Employment|Peak size]]
 +
| class12    = note
 +
| data12    = {{{num_employees<includeonly>|</includeonly>}}} employees
 +
| label13    = [[Holding company|Parent]]
 +
| class13    = note
 +
| data13    = {{{parent<includeonly>|</includeonly>}}}
 +
| label14    = [[Subsidiary|Subsidiaries]]
 +
| class14    = note
 +
| data14    = {{{subsid<includeonly>|</includeonly>}}}
 +
}}<noinclude>{{documentation}}</noinclude>

Revision as of 22:09, 27 September 2008

{{{name}}}
Slogan{{{slogan}}}
Former Type{{{type}}}
Fate{{{fate}}}
Predecessor{{{Predecessor}}}
Successor{{{successor}}}
Founded{{{foundation}}}
Defunct{{{defunct}}}
Location{{{location}}}
Industry{{{industry}}}
Products{{{products}}}
Key people{{{key_people}}}
Peak size{{{num_employees}}} employees
Parent{{{parent}}}
Subsidiaries{{{subsid}}}

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[create]