|
|
(7 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;" | {{PAGENAME}}
| |
| {{#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|}}} |
| {{!}} '''Author'''
| | |- |
| {{!}} {{{Author}}} |
| | | '''Download''' || {{{Download|}}} |
| }}{{#if: {{{Vendor<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>
| |
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.