Difference between revisions of "Template:Infobox Software"
From Computer History Wiki
m (Template:Infobox software moved to Template:Infobox Software: consistency) |
m (Error in argument description) |
||
| (8 intermediate revisions by 4 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 | |
platform = maybe cross-platform | platform = maybe cross-platform | ||
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 15: | Line 19: | ||
| − | <includeonly> | + | <includeonly>{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%" align="right" |
| − | {| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%" align="right" | ||
|- | |- | ||
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}''' | | colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}''' | ||
|- | |- | ||
{{#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 29: | Line 32: | ||
|- | |- | ||
| − | {{#if: {{{ | + | {{#if: {{{creator|}}} | |
| − | ! | + | ! Creator: |
| − | {{!}} {{{ | + | {{!}} {{{creator}}} }} |
|- | |- | ||
| Line 38: | Line 41: | ||
! Platform: | ! Platform: | ||
{{!}} {{{platform}}} }} | {{!}} {{{platform}}} }} | ||
| + | |- | ||
| + | |||
| + | {{#if: {{{previous version|}}} | | ||
| + | ! Previous Version: | ||
| + | {{!}} {{{previous version}}} }} | ||
| + | |- | ||
| + | |||
| + | {{#if: {{{next version|}}} | | ||
| + | ! Next Version: | ||
| + | {{!}} {{{next version}}} }} | ||
|- | |- | ||
| Line 46: | 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 57: | 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