Template:Infobox software: Difference between revisions
Appearance
Knowlepedia (talk | contribs) Created page with "<includeonly> {| class="infobox" style="width:300px; font-size:90%; line-height:1.5em; border:1px solid #aaa; background:#f9f9f9; float:right; clear:right; margin:0 0 1em 1em;" |+ style="font-weight:bold; background:#cedff2; color:#000; padding:8px;" | {{{name|{{PAGENAME}}}}} |- ! Developer | {{{developer|—}}} |- ! Initial release | {{{released|—}}} |- ! Stable release | {{{latest release|—}}} |- ! Operating system | {{{os|—}}} |- ! Platform | {{{platform|—}}}..."  |
Knowlepedia (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="infobox vcard" style="float: right; clear: right; width: 22em; font-size: 90%; line-height: 1.4em; background: #f9f9f9; border: 1px solid #aaa; padding: 5px; margin: 0 1em 1em 0;"> | |||
 <tr> | |||
|- | Â Â <th colspan="2" style="text-align:center; background-color:#ddd; font-size:110%; font-weight:bold;">{{{name|{{PAGENAME}}}}}</th> | ||
 </tr> | |||
 {{#if:{{{logo|}}}|<tr><td colspan="2" style="text-align:center;">[[File:{{{logo}}}|200px|center]]</td></tr>}} | |||
| | Â {{#if:{{{type|}}}|<tr><th scope="row">Type</th><td>{{{type}}}</td></tr>}} | ||
 {{#if:{{{industry|}}}|<tr><th scope="row">Industry</th><td>{{{industry}}}</td></tr>}} | |||
 {{#if:{{{founded|}}}|<tr><th scope="row">Founded</th><td>{{{founded}}}</td></tr>}} | |||
| | Â {{#if:{{{founder|}}}|<tr><th scope="row">Founder</th><td>{{{founder}}}</td></tr>}} | ||
 {{#if:{{{headquarters|}}}|<tr><th scope="row">Headquarters</th><td>{{{headquarters}}}</td></tr>}} | |||
 {{#if:{{{area_served|}}}|<tr><th scope="row">Area served</th><td>{{{area_served}}}</td></tr>}} | |||
| | Â {{#if:{{{key_people|}}}|<tr><th scope="row">Key people</th><td>{{{key_people}}}</td></tr>}} | ||
 {{#if:{{{products|}}}|<tr><th scope="row">Products</th><td>{{{products}}}</td></tr>}} | |||
 {{#if:{{{services|}}}|<tr><th scope="row">Services</th><td>{{{services}}}</td></tr>}} | |||
| | Â {{#if:{{{number_of_employees|}}}|<tr><th scope="row">Employees</th><td>{{{number_of_employees}}}</td></tr | ||
| | |||
| | |||
| | |||
|} | |||
</ | |||
< | |||
{{ | |||
</ |