Template:Infobox Software: Difference between revisions
Appearance
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..." |
No edit summary |
||
Line 4: | Line 4: | ||
{| style="width:100%; margin:0; text-align:left;" | {| style="width:100%; margin:0; text-align:left;" | ||
|- | |- | ||
!colspan="2"| {{#if:{{{Vendor | !colspan="2"| {{#if:{{{Vendor|}}} | Vendor {{!!}} {{{Vendor}}} }} | ||
|- | |- | ||
!colspan="2"| {{#if:{{{Licence | !colspan="2"| {{#if:{{{Licence|}}} | Licence {{!!}} {{{Licence}}} }} | ||
|- | |- | ||
!colspan="2"| {{#if:{{{LVersion | !colspan="2"| {{#if:{{{LVersion|}}} | Last Version {{!!}} {{{LVersion}}} }} | ||
|- | |- | ||
!colspan="2"| {{#if:{{{Link | !colspan="2"| {{#if:{{{Link|}}} | Link {{!!}} {{{Link}}} }} | ||
|- | |- | ||
|} | |} | ||
</div> | </div> | ||
</onlyinclude> | </onlyinclude> |
Revision as of 20:48, 1 October 2016
{{#if: |{{{Name}}}|Infobox Software }}
{{#if: | Vendor | {{{Vendor}}} }} | |
---|---|---|
{{#if: | Licence | {{{Licence}}} }} | |
{{#if: | Last Version | {{{LVersion}}} }} | |
{{#if: | Link | {{{Link}}} }} |