Template:Software: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> Software template. It should be called in the following format: <pre> {{Software |Name= |Version= |Vendor= |Author= |Licence= |WWW= }} </pre> Edit the page to see..." |
No edit summary |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Software | {{Software | ||
| | |Picture=NA.png | ||
|Version= | |Version= | ||
|Vendor= | |Vendor= | ||
|Author= | |Author= | ||
| | |License= | ||
| | |Download= | ||
|Website= | |||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly>{|class="wikitable" align="right" | </noinclude><includeonly> | ||
{|class="wikitable" align="right" width="310" | |||
! colspan=2|{{PAGENAME}} | ! colspan=2|{{PAGENAME}} | ||
|- | |- | ||
| | |colspan=2|[[File:{{{Picture}}}|300px]] | ||
| {{{ | |||
|- | |- | ||
| Version | | '''Version''' | ||
| {{{Version|}}} | | {{{Version|}}} | ||
|- | |- | ||
| Vendor | | '''Vendor''' | ||
| {{{Vendor|}}} | | {{{Vendor|}}} | ||
|- | |- | ||
| Author | | '''Author''' | ||
| {{{Author|}}} | | {{{Author|}}} | ||
|- | |- | ||
| | | '''License''' | ||
| {{{ | | {{{License|}}} | ||
|- | |- | ||
| | | '''Download''' | ||
| {{{ | | {{{Download|}}} | ||
|- | |||
| '''Website''' | |||
| {{{Website|}}} | |||
|} | |} | ||
</includeonly> | </includeonly> |
Latest revision as of 17:47, 10 April 2021
Software template. It should be called in the following format:
{{Software |Picture=NA.png |Version= |Vendor= |Author= |License= |Download= |Website= }}
Edit the page to see the template text.