Template:Infobox Software: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <noinclude> | ||
< | <pre> | ||
name = name | |||
{| | image = wiki image link | ||
type = operating system, database, etc. | |||
creator = or developers | |||
platform = maybe cross-platform | |||
year introduced = | |||
year discontinued = | |||
previous version = previous version | |||
next version = next version | |||
current version = current version | |||
link = weblink | |||
</pre> | |||
</noinclude> | |||
<includeonly>{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%" align="right" | |||
|- | |||
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}''' | |||
|- | |||
{{#if: {{{image|}}} | | |||
{{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|250px| ]]<br>{{{caption}}} }} | |||
|- | |||
{{#if: {{{type|}}} | | |||
! Type: | |||
{{!}} {{{type}}} }} | |||
|- | |- | ||
{{#if: {{{creator|}}} | | |||
! Creator: | |||
{{!}} {{{creator}}} }} | |||
! | |||
|- | |- | ||
{{#if: {{{platform|}}} | | |||
! Platform: | |||
{{!}} {{{platform}}} }} | |||
|- | |||
{{#if: {{{previous version|}}} | | |||
! Previous Version: | |||
{{!}} {{{previous version}}} }} | |||
|- | |||
{{#if: {{{next version|}}} | | |||
! Next Version: | |||
{{!}} {{{next version}}} }} | |||
|- | |||
{{#if: {{{current version|}}} | | |||
! Current Version: | |||
{{!}} {{{current version}}} }} | |||
|- | |||
{{#if: {{{year introduced|}}} | | |||
! Year Introduced: | |||
{{!}} {{{year introduced}}} }} | |||
|- | |||
{{#if: {{{year discontinued|}}} | | |||
! Year Discontinued: | |||
{{!}} {{{year discontinued}}} }} | |||
|- | |||
{{#if: {{{link|}}} | | |||
! Link: | |||
{{!}} {{{link}}} }} | |||
|- | |||
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | |||
|} | |} | ||
[[Category:Software]] | |||
</ | </includeonly> |
Latest revision as of 19:46, 11 November 2018
name = name image = wiki image link type = operating system, database, etc. creator = or developers platform = maybe cross-platform year introduced = year discontinued = previous version = previous version next version = next version current version = current version link = weblink