Jump to content

Sandbox: Difference between revisions

From ICANNWiki
No edit summary
Replaced content with "feel free to experiment on this page"
Line 1: Line 1:
Maybe move these examples to the template page?
feel free to experiment on this page
: Sure, but shall we get the [[Template:CompanyInfo|CompanyInfo Template]] looking great first?
 
== Normal Box ==
{{CompanyInfo|
| logo            = ExampleLogo.png
| type            = Privately Held, Public, etc.
| industry        = industry here
| founded        = place here (year here)
| founder        = name of founder here
| headquarters  = address
| keypeople    = names with titles
| products        = list
| employees      = TEST
| sales            = $X (year)
| website          = http://Example.com
}}
 
{{Clear}}
 
== With only 1 field ==
{{CompanyInfo|
| employees      = TEST
}}
 
{{Clear}}
 
== With some fields blank ==
{{CompanyInfo|
| logo            = ExampleLogo.png
| type            = Privately Held, Public, etc.
| industry        = industry here
| founded        = place here (year here)
| founder        = name of founder here
| headquarters  =
| keypeople    =
| products        = list
| employees      = TEST
| sales            = $X (year)
| website          = http://Example.com
}}
 
{{Clear}}

Revision as of 23:18, 27 October 2010

feel free to experiment on this page