Jump to content

Template:Software: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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
 
(12 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{Software
{{Software
|Picture=
|Name=
|Name=
|Version=
|Version=
Line 13: Line 14:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"  
</noinclude><includeonly>{|class="wikitable" align="right"
! <span style="font-size: larger;">{{PAGENAME}}</span>
! colspan=2|{{PAGENAME}}
|-
|-
! Name
|colspan=2|<center>[[File:{{{Picture}}}|128px]]</center>
|-
| '''Name'''
| {{{Name|}}}
| {{{Name|}}}
|-
|-
! Version
| '''Version'''
| {{{Version|}}}
| {{{Version|}}}
|-
|-
! Vendor
| '''Vendor'''
| {{{Vendor|}}}
| {{{Vendor|}}}
|-
|-
! Author
| '''Author'''
| {{{Author|}}}
| {{{Author|}}}
|-
|-
! Licence
| '''Licence'''
| {{{Licence|}}}
| {{{Licence|}}}
|-
|-
! WWW
| '''WWW'''
| {{{WWW|}}}
| {{{WWW|}}}
|}
|}
[[Category:Software]]
[[Category:Software]]
</includeonly>
</includeonly>

Latest revision as of 01:08, 4 February 2024

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

{{Software
|Picture=
|Name=
|Version=
|Vendor=
|Author=
|Licence=
|WWW=
}}

Edit the page to see the template text.