Template:Infobox Software: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
mNo edit summary
 
(15 intermediate revisions by the same user not shown)
Line 2: Line 2:
|+ style="font-size: 130%; font-weight: bold;" | {{{name}}}
|+ style="font-size: 130%; font-weight: bold;" | {{{name}}}
! colspan="2" style="text-align: center" | {{{logo|}}}
! colspan="2" style="text-align: center" | {{{logo|}}}
 
|-
{{#if:{{{screenshot|}}}|
{{#if:{{{screenshot|}}}|
<tr><td colspan="2" style="text-align: center;">{{{screenshot|}}}<br />{{{caption}}}</td></tr>
{{!}} colspan="2" style="text-align: center;" {{!}}{{{screenshot|}}}<br />{{{caption}}}}}
}}{{#if:{{{developer|}}}|
|-
<tr><th>[[Software maintenance|Maintainer]]:</th><td>{{{developer|}}}</td></tr>
{{#if:{{{developer|}}}|
}}{{#if:{{{latest_release_version|}}}|
{{!}} [[Software maintenance|Maintainer]]:
<tr><th>[[Software release|Latest release]]:</th><td>{{{latest_release_version|}}} / {{{latest_release_date|}}}</td></tr>
{{!}} {{{developer}}}}}
}}{{#if:{{{latest_preview_version|}}}|
|-
<tr><th>[[Software release|Preview release]]:</th><td>{{{latest_preview_version|}}} / {{{latest_preview_date|}}}</td></tr>
{{#if:{{{latest_release_version|}}}|
}}{{#if:{{{operating_system|}}}|
{{!}} [[Software release|Latest release]]:
<tr><th>[[Operating system|OS]]:</th><td>{{{operating_system}}}</td></tr>
{{!}} {{{latest_release_version}}} / {{{latest_release_date|}}}}}
}}{{#if:{{{platform|}}}|
|-
<tr><th>[[Platform (computing)|Platform]]:</th><td>{{{platform|}}}</td></tr>
{{#if:{{{latest_preview_version|}}}|
}}
{{!}} [[Software release|Preview release]]:
{{!}} {{{latest_preview_version|}}} / {{{latest_preview_date|}}}}}
|-
{{#if:{{{operating_system|}}}|
{{!}} [[Operating system|OS]]:
{{!}} {{{operating_system}}}}}
|-
{{#if:{{{platform|}}}|
{{!}} [[Platform (computing)|Platform]]:
{{!}} {{{platform}}}}}
|-  
|-  
! Use:
! Use:
|{{{genre|}}}{{{use|}}}
|{{{genre|}}} {{{use|}}}
|-
{{#if:{{{license|}}}|
{{#if:{{{license|}}}|
<tr><th>[[Software license|License]]:</th><td>{{{license}}}</td></tr>|
{{!}} '''[[Software license|License]]:'''
{{#if:{{{licence|}}}|
{{!}} {{{license}}}}}
<tr><th>[[Software license|Licence]]:</th><td>{{{licence}}}</td></tr>
}}}}
|-  
|-  
! [[Website]]:
! [[Website]]:
Line 48: Line 56:
</pre>
</pre>
|}
|}
'''Note''': Use either ''license'' (American English) or ''licence'' (Commonwealth English), only when using this template, not both - select the one which matches the content of the article the template is used in.
'''Notes''':
 
* DOES NOT FULLY WORK YET (needs some tuning and fixing)
* Use either ''license'' (American English) or ''licence'' (Commonwealth English), only when using this template, not both - select the one which matches the content of the article the template is used in.
* This template was found on Wikipedia, but I had to replace the HTML tags by wiki table instructions, else I got things like &amp;gt; instead of > ... ([[User:DSchneider|DSchneider]] 19:19, 20 July 2006 (MEST)).
[[Category:Templates|Software]]
[[Category:Templates|Software]]


</noinclude>
</noinclude>

Latest revision as of 10:34, 21 July 2006

{{{name}}}
Use:
Website: {{{website}}}

Usage

{{Infobox Software
| name = 
| logo = 
| screenshot = 
| caption = 
| developer = 
| latest_release_version = 
| latest_release_date = 
| latest_preview_version = 
| latest_preview_date = 
| operating_system = 
| platform = 
| genre = 
| license = 
| website = 
}}

Notes:

  • DOES NOT FULLY WORK YET (needs some tuning and fixing)
  • Use either license (American English) or licence (Commonwealth English), only when using this template, not both - select the one which matches the content of the article the template is used in.
  • This template was found on Wikipedia, but I had to replace the HTML tags by wiki table instructions, else I got things like &gt; instead of > ... (DSchneider 19:19, 20 July 2006 (MEST)).