Template:Infobox Software: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
removed a newline... |
m Error in argument description |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
<pre> | <pre> | ||
name = name of | name = name of product | ||
image = name of wiki image link, you might want to use a screenshot or whatever | image = name of wiki image link, you might want to use a screenshot or whatever | ||
imgwidth = size of image (default 250px) | |||
caption = | |||
type = operating system, database, etc. | type = operating system, database, etc. | ||
creator = or developers as appropriate | creator = or developers as appropriate | ||
| Line 10: | Line 12: | ||
year introduced = | year introduced = | ||
year discontinued = | year discontinued = | ||
previous version = previous version | |||
next version = next version | |||
current version = current version | current version = current version | ||
</pre> | </pre> | ||
| Line 20: | Line 24: | ||
|- | |- | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
{{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|250px| ]]<br>{{{caption}}} }} | {{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|{{{imgwidth|250px}}}| ]]<br>{{{caption}}} }} | ||
|- | |- | ||
| Line 37: | Line 41: | ||
! Platform: | ! Platform: | ||
{{!}} {{{platform}}} }} | {{!}} {{{platform}}} }} | ||
|- | |||
{{#if: {{{previous version|}}} | | |||
! Previous Version: | |||
{{!}} {{{previous version}}} }} | |||
|- | |||
{{#if: {{{next version|}}} | | |||
! Next Version: | |||
{{!}} {{{next version}}} }} | |||
|- | |- | ||
| Line 45: | Line 59: | ||
{{#if: {{{year introduced|}}} | | {{#if: {{{year introduced|}}} | | ||
! | ! Date Released: | ||
{{!}} {{{year introduced}}} }} | {{!}} {{{year introduced}}} }} | ||
|- | |- | ||
{{#if: {{{year discontinued|}}} | | {{#if: {{{year discontinued|}}} | | ||
! | ! Date Discontinued: | ||
{{!}} {{{year discontinued}}} }} | {{!}} {{{year discontinued}}} }} | ||
|- | |- | ||
| Line 56: | Line 70: | ||
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | | colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
Latest revision as of 11:11, 10 March 2024
This template is for software distributions
name = name of product image = name of wiki image link, you might want to use a screenshot or whatever imgwidth = size of image (default 250px) caption = type = operating system, database, etc. creator = or developers as appropriate platform = maybe cross-platform year introduced = year discontinued = previous version = previous version next version = next version current version = current version