Template:Infobox Software: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
{{!}} colspan="2" style="text-align: center;" {{!}}{{{screenshot|}}}<br />{{{caption}}}}}
{{!}} colspan="2" style="text-align: center;" {{!}}{{{screenshot|}}}<br />{{{caption}}}}}
{{#if:{{{developer|}}}|
{{#if:{{{developer|}}}|
<tr><th>[[Software maintenance|Maintainer]]:</th><td>{{{developer|}}}</td></tr>
{{!}}[[Software maintenance|Maintainer]]:{{!}}{{{developer|}}}}}
}}{{#if:{{{latest_release_version|}}}|
{{#if:{{{latest_release_version|}}}|
<tr><th>[[Software release|Latest release]]:</th><td>{{{latest_release_version|}}} / {{{latest_release_date|}}}</td></tr>
{{!}}[[Software release|Latest release]]:||{{{latest_release_version|}}} / {{{latest_release_date|}}}}}
}}{{#if:{{{latest_preview_version|}}}|
{{#if:{{{latest_preview_version|}}}|
<tr><th>[[Software release|Preview release]]:</th><td>{{{latest_preview_version|}}} / {{{latest_preview_date|}}}</td></tr>
<tr><th>[[Software release|Preview release]]:</th><td>{{{latest_preview_version|}}} / {{{latest_preview_date|}}}</td></tr>
}}{{#if:{{{operating_system|}}}|
}}{{#if:{{{operating_system|}}}|
Line 48: Line 48:
</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''':  
 
* 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 < ... ([[User:DSchneider|DSchneider]] 19:19, 20 July 2006 (MEST)).
[[Category:Templates|Software]]
[[Category:Templates|Software]]


</noinclude>
</noinclude>

Revision as of 19:19, 20 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:

  • 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 > instead of < ... (DSchneider 19:19, 20 July 2006 (MEST)).