Template:SoftwareInfo: Difference between revisions
Jump to navigation
Jump to search
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;..." |
mNo edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <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]] | |||
{{!}} - | |||
|- | |- | ||
}} | }} | ||
| '''Version''' || {{{Version|}}} | |||
|- | |||
| '''Vendor''' || {{{Vendor|}}} | |||
|- | |- | ||
| '''Author''' || {{{Author|}}} | |||
|- | |||
| '''License''' || {{{License|}}} | |||
|- | |||
| '''Download''' || {{{Download|}}} | |||
|- | |||
| '''Website''' || {{{Website|}}} | |||
|} | |||
</includeonly> | |||
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.