Difference between revisions of "Template:Tool data"

From GMOD
Jump to: navigation, search
m
m
Line 27: Line 27:
 
  | #default = inactive
 
  | #default = inactive
 
}}
 
}}
 +
{{#if:{{{licence|}}}|{{#arraymap:{{{licence|}}}|,|x|{{#switch:{{{x}}}
 +
|GPL2=[http://opensource.org/licenses/GPL-2.0 <abbr title="Gnu General Public License, version 2.0">GPL 2.0</abbr>]
 +
|GPL3=[http://opensource.org/licenses/GPL-3.0 <abbr title="Gnu General Public License, version 3.0">GPL 3.0</abbr>]
 +
|LGPL=[http://opensource.org/licenses/LGPL-3.0 <abbr title="Gnu Lesser General Public License, version 3.0">LGPL 3.0</abbr>]
 +
|Artistic License=[http://opensource.org/licenses/artistic-license-2.0 Artistic License 2.0]
 +
|#default={{{x}}}
 +
}} }}
 
<div class="compBoxHdr">Resources</div>
 
<div class="compBoxHdr">Resources</div>
 
{{#ask: [[linktopic::{{PAGENAME}}]] [[linkurl::+]] [[linktype::website]]
 
{{#ask: [[linktopic::{{PAGENAME}}]] [[linkurl::+]] [[linktype::website]]

Revision as of 19:54, 26 November 2013


This page contains the boilerplate template that should be populated to create a new GMOD tool. Edit the template to see the formatting.

To create a new tool, please use the form Form:Tool data.

It should be called in the following format:

New version

{{ Tool data
|name=
|full name=
|status=
|dev=
|support=
|type=
|platform=
|about=
|gmod date=
|release date=
|open source=
|licence=
|language=
|input=
|output=
|audience=
|logo=
|screenshot=
<!-- contact details -->
|mail=
|contact email=
<!-- stuff -->
|papers=
|presentations=
|tutorials=
<!-- non-semantic -->
|dl= // text about downloads
|dl src= // text about source download
|req=
|install=
|config=
|doc=
|dev ppl=
|dev status=
|dl tracking=
|logo info=
|see also=
|extra=
}}