Difference between revisions of "Template:CH-8rCompInfo"

From Crystal Path
Jump to navigationJump to search
(Created page with '{|{{InfoBox-MainFormat}} |- <!--Name and Company Type Module--> {{#if:{{{name|}}}| {{Infobox-NameTitle |name={{{name}}} |type={{{type}}} }} }} <noinclude> ==Usa…')
 
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
   }}
 
   }}
 
}}
 
}}
 +
|-
 +
<!--Image and Caption Module-->
 +
{{#if:{{{image|}}}|
 +
  {{InfoBox-ImageCaption
 +
      |image={{{image}}}
 +
      |caption={{{caption}}}
 +
  }}
 +
}}
 +
|-
 +
<!--Company Information-->
 +
{{#if:{{{year|}}}|
 +
  {{InfoBox-CompanyInfo
 +
      |year={{{year}}}
 +
      |comphead={{{comphead}}}
 +
      |products={{{products}}}
 +
  }}
 +
}}
 +
|}
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
{{CH-8rCharInfo
+
{{CH-8rCompInfo
 
| name =  
 
| name =  
 
| type =  
 
| type =  
 
| image =  
 
| image =  
 
| caption =  
 
| caption =  
 +
<!--Personnel Information-->
 +
| year =
 +
| comphead =
 +
| products =
 
}}
 
}}
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 11:09, 31 December 2010

Usage

{{CH-8rCompInfo
| name = 
| type = 
| image = 
| caption = 
<!--Personnel Information-->
| year = 
| comphead = 
| products = 
}}