Template:SoftwareInfo: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
Created page with "<onlyinclude>{| class="wikitable" style="border-spacing:5px; font-size:90%; text-align:left; width:300px" align=right |- !colspan="2" style="font-size:105%; text-align:center;..."
 
Jugbogdan (talk | contribs)
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{| class="wikitable" style="border-spacing:5px; font-size:90%; text-align:left; width:300px" align=right
<noinclude>
Software template.
It should be called in the following format:
<pre>
{{Software
|Picture=
|Version=
|Vendor=
|Author=
|License=
|Download=
|Website=
}}
</pre>
Edit the page to see the template text.
</noinclude><includeonly>
{|class="wikitable" style="border-spacing:5px; font-size:90%; text-align:left; width:300px" align="right"
! colspan=2|{{PAGENAME}}
|-
{{#if: {{{Picture|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{Picture}}}|300px]]
{{!}} -
|-
|-
!colspan="2" style="font-size:105%; text-align:center;" | {{#if: {{{Name<includeonly>|</includeonly>}}} | {{{Name}}} | }}
{{#if: {{{Logo<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} colspan="2" style="text-align:center;" {{!}} {{{Logo}}} |
  {{#if: {{{Picture}}} | <nowiki />
    {{!}}-
    {{!}} colspan="2" style="text-align:center;" {{!}} [[Date:{{{Picture}}}|300px]]
  }}
}}
}}
| '''Version''' || {{{Version|}}}
|-
| '''Vendor''' || {{{Vendor|}}}
|-
|-
!colspan="2" style="font-size:105%; text-align:center;"| Basisdaten
| '''Author''' || {{{Author|}}}
{{#if: {{{Maintainer<includeonly>|</includeonly>}}} | <nowiki />
|-
  {{!}}-
| '''License''' || {{{License|}}}
  {{!}} '''Maintainer'''
|-
  {{!}} {{{Maintainer}}} |
| '''Download''' || {{{Download|}}}
}}{{#if: {{{Vendorr<includeonly>|</includeonly>}}} | <nowiki />
|-
  {{!}}-
| '''Website''' || {{{Website|}}}
  {{!}} '''Vendor'''
|}
  {{!}} {{{Vendor}}} |
</includeonly>
}}{{#if: {{{Year<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} '''Year'''
  {{!}} {{{Year}}} |
}}{{#if: {{{Version<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} '''Version'''
  {{!}} {{{Version}}} |
}}{{#if: {{{Env|}}} | <nowiki />
  {{!}}-
  {{!}} '''Environment'''
  {{!}} {{{Env}}} |
  {{#if: {{{OS<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} '''Operating System'''
  {{!}} {{{OS}}} |
  }}
}}{{#if: {{{Proglang<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} '''Programming language'''
  {{!}} {{{Proglang}}} |
}}{{#if: {{{Category<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} '''Category'''
  {{!}} {{{Category}}}
}}{{#if: {{{Licence<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} '''Licence'''
  {{!}} {{{Licence}}} |
}}{{#if: {{{Website<includeonly>|</includeonly>}}} | <nowiki />
  {{!}}-
  {{!}} colspan="2" style="text-align:center;" {{!}} {{{Website}}} |
}}
|}</onlyinclude>

Latest revision as of 17:04, 8 July 2019

Software template. It should be called in the following format:

{{Software
|Picture=
|Version=
|Vendor=
|Author=
|License=
|Download=
|Website=
}}

Edit the page to see the template text.