Jump to content

Template:Infobox Software: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "<onlyinclude> <div class="infobox float-right" id="vorlage-infobox-Software" summary="Infobox Software" style="border:1px solid lightsteelblue; padding:5px; width:25em; marg..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
<noinclude>
   <div class="infobox float-right" id="vorlage-infobox-Software" summary="Infobox Software" style="border:1px solid lightsteelblue; padding:5px; width:25em; margin:0 0 0.5em 1em; font-size:85%; background:#F9F9F9;">
<pre>
    <div style="background:lightsteelblue; margin-bottom:2px; text-align:center; font-size:118%; font-weight:bold; width:100%;"> {{#if: {{{Name|}}}|{{{Name}}}|{{PAGENAME}} }} </div>
name                =  name
{| style="width:100%; margin:0; text-align:left;"
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}}} }}
|-  
|-  
!colspan="2"| {{#if:{{{Vendor-Param|}}} | Vendor {{!!}} {{{Vendor-Param}}} }}
 
|-
{{#if: {{{creator|}}} |
!colspan="2"| {{#if:{{{Licence-Param|}}} | Licence {{!!}} {{{Licence-Param}}} }}
! Creator:
|-
{{!}} {{{creator}}} }}
!colspan="2"| {{#if:{{{LVersion-Param|}}} | Last Version {{!!}} {{{LVersion-Param}}} }}
|-
!colspan="2"| {{#if:{{{Link-Param|}}} | Link {{!!}} {{{Link-Param}}} }}
|-  
|-  
{{#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|}}}
|}
|}
  </div>
[[Category:Software]]
</onlyinclude>
</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