Template:SoftwareInfo: Difference between revisions

m
(Created page with "<includeonly> {| class="wikitable" style="width:70%; text-align:left;" |+ '''Software Information''' |- ! Name | {{{Name|}}} |- ! Developer | {{{Developer|}}} |- ! Initial Release | {{{Release|}}} |- ! Latest Version | {{{Version|}}} |- ! Operating System | {{{OS|}}} |- ! License | {{{License|}}} |- ! Website | [{{{Website|}}} Official site] |} </includeonly> <noinclude> == Usage == To use this template on a software page, add: <pre> {{SoftwareInfo | Name = ExampleApp |...")
 
 
Line 11: Line 11:
! Initial Release
! Initial Release
| {{{Release|}}}
| {{{Release|}}}
|-
! Latest Version
| {{{Version|}}}
|-
|-
! Operating System
! Operating System
| {{{OS|}}}
| {{{OS|}}}
|-
! License
| {{{License|}}}
|-
! Website
| [{{{Website|}}} Official site]
|}
|}
</includeonly>
</includeonly>
Line 34: Line 25:
| Developer = Example Corp
| Developer = Example Corp
| Release = 2010
| Release = 2010
| Version = 2.3.1
| OS = Windows, Linux, macOS
| OS = Windows, Linux, macOS
| License = GPLv3
| Website = https://example.com
}}
}}
</pre>
</pre>
Line 46: Line 34:
"Developer": {},
"Developer": {},
"Release": {},
"Release": {},
"Version": {},
"OS": {}
"OS": {},
"License": {},
"Website": {}
},
},
"description": "Add a few metadata for a software to put on top of the page"
"description": "Add a few metadata for a software to put on top of the page"
}
}
</templatedata></noinclude>
</templatedata></noinclude>