Template:SoftwareBox/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Doc/subpage}} This is a template of {{tl2|SoftwareBox}} that is designed to help create software infoboxes. == Sandbox == The sandbox for this page can be found at the /s...")
 
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Doc/subpage}}
{{Doc/subpage}}
{{shortcut|infobox non-game}}
This is a template of {{tl2|SoftwareBox}} that is designed to help create software infoboxes.
This is a template of {{tl2|SoftwareBox}} that is designed to help create software infoboxes.


Line 22: Line 23:
| distribution =  
| distribution =  
| website =  
| website =  
| download =
| version =


<!-- Operating system(s)-->
<!-- Operating system(s)-->
Line 30: Line 33:


<!-- Target engine(s)-->
<!-- Target engine(s)-->
| goldsrc =
| gldsrc = <!-- "goldsrc" can be also used. -->
| source =  
| source =  
| source2 =  
| source2 =  
Line 81: Line 84:
| Website
| Website
| {{CodeBlock|margin=5px|<nowiki>| website = https://developer.valvesoftware.com </nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| website = https://developer.valvesoftware.com </nowiki>}}
|-
| {{param|download}}
| Download
| {{CodeBlock|margin=5px|<nowiki>| download = https://developer.valvesoftware.com </nowiki>}}
|-
| {{param|version}}
| Version
| {{CodeBlock|margin=5px|<nowiki>| version = 1.0.0.1 </nowiki>}}
|-
|-
! colspan=4 | Operating system(s)
! colspan=4 | Operating system(s)
Line 102: Line 113:
! colspan=4 | Target engine(s)
! colspan=4 | Target engine(s)
|-
|-
| {{param|goldsrc}}
| {{param|gldsrc}}<br>{{param|goldsrc}}
| {{goldsrc|4}}
| {{gldsrc|4}}
| {{CodeBlock|margin=5px|<nowiki>| goldsrc = 1 </nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| gldsrc = 1 </nowiki>}}
|-
|-
| {{param|source}}
| {{param|source}}
Line 125: Line 136:
| distribution = {{param|distribution}}
| distribution = {{param|distribution}}
| website = {{param|website}}
| website = {{param|website}}
| download = {{param|download}}
| version = {{param|version}}
| type = {{param|type}}
| type = {{param|type}}



Latest revision as of 05:54, 5 July 2024

Edit-copy.png
This is a documentation subpage for Template:SoftwareBox.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Shortcut
infobox non-game

This is a template of {{SoftwareBox}} that is designed to help create software infoboxes.

Sandbox

The sandbox for this page can be found at the sandbox subpage.

Testcases

Testcases for this template can be located on the testcases subpage.

Copy and Paste

{{SoftwareBox <!-- Basic info --> | title = | image = <!-- Details --> | developer = | initial_release = | stable_release = | written_in = | type = | distribution = | website = | download = | version = <!-- Operating system(s)--> | windows = | android = | macos = | linux = <!-- Target engine(s)--> | gldsrc = <!-- "goldsrc" can be also used. --> | source = | source2 = }}

Usage & Preview

{{Infobox}}
Parameter Description Example
{{{title}}} Software title
| title = Foo bar
{{{image}}} Logo or screenshot
| image = Software Cover - The Lab
{{{developer}}} User name of the developer
| developer = Test
{{{initial_release}}} Initial release date
| initial_release = Jan 01, 2000
{{{stable_release}}} Stable release date
| stable_release = Jan 01, 2020
{{{written_in}}} Written in (csharp, c++, php, python)
| written_in = csharp
{{{type}}} Type
| type = Mod tool • Map compiler • Map tool
{{{distribution}}} Distribution
| distribution = Freeware
{{{website}}} Website
| website = https://developer.valvesoftware.com
{{{download}}} Download
| download = https://developer.valvesoftware.com
{{{version}}} Version
| version = 1.0.0.1
Operating system(s)
{{{windows}}} Compatible with Windows
| windows = 1
{{{macos}}} Compatible with MacOS
| macos = 1
{{{android}}} Compatible with Android
| android = 1
{{{linux}}} Compatible with Linux
| linux = 1
Target engine(s)
{{{gldsrc}}}
{{{goldsrc}}}
GoldSrc GoldSrc
| gldsrc = 1
{{{source}}} Source Source
| source = 1
{{{source2}}} Source 2 Source 2
| source2 = 1
{{{header}}}
Software Cover - The Lab.jpg
Developer(s)
{{{developer}}}
Initial release
{{{initial_release}}}
Stable release
{{{stable_release}}}
Written in
C#
Operating system
Windows MacOS Android Linux
Type
{{{type}}}
Target engine(s)
GoldSrc Source Source 2
Distribution
{{{distribution}}}
Website
{{{website}}}
Download
{{{download}}}
Version
{{{version}}}
Hierarchy: SoftwareBox /