Difference between revisions of "Template:Tool data"

From GMOD
Jump to: navigation, search
m
m
 
(10 intermediate revisions by the same user not shown)
Line 27: Line 27:
 
  | #default = inactive
 
  | #default = inactive
 
}}
 
}}
 +
{{#if:{{{licence|}}}|<div class="compBoxHdr">Licence</div>|<!-- no licence -->{{#ifeq: {{{opensource|}}} | yes |<div class="compBoxHdr">Licence</div>|}}}}
 +
{{#ifeq:{{{open source|}}}|yes|[[File:Osi symbol.png|alt={{{PAGENAME}}} is open source|left|40px|link=http://opensource.org/]]|}}
 +
{{#ifeq:{{{open source|}}}|Yes|[[File:Osi symbol.png|alt={{{PAGENAME}}} is open source|left|40px|link=http://opensource.org/]]|}}
 
{{#if:{{{licence|}}}|
 
{{#if:{{{licence|}}}|
 
+
{{#arraymap:{{{licence|}}}|,|x|{{#switch: x
{{#arraymap:{{{licence|}}}|,|x|{{#switch:{{{x}}}
+
|MIT=[http://opensource.org/licenses/MIT <abbr title="MIT License">MIT</abbr>]
 
|GPL2=[http://opensource.org/licenses/GPL-2.0 <abbr title="Gnu General Public License, version 2.0">GPL 2.0</abbr>]
 
|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>]
 
|GPL3=[http://opensource.org/licenses/GPL-3.0 <abbr title="Gnu General Public License, version 3.0">GPL 3.0</abbr>]
Line 36: Line 39:
 
|#default=x
 
|#default=x
 
}} }} }}
 
}} }} }}
 
 
<div class="compBoxHdr">Resources</div>
 
<div class="compBoxHdr">Resources</div>
 
{{#ask: [[linktopic::{{PAGENAME}}]] [[linkurl::+]] [[linktype::website]]
 
{{#ask: [[linktopic::{{PAGENAME}}]] [[linkurl::+]] [[linktype::website]]
Line 56: Line 58:
 
|template=Typelink
 
|template=Typelink
 
|userparam=Download
 
|userparam=Download
 +
}}{{#ask: [[linktopic::{{PAGENAME}}]] [[linkurl::+]] [[linktype::source code]]
 +
|?linkurl
 +
|?linktitle
 +
|?linktype
 +
|?linkdesc
 +
|?linktopic
 +
|format=ul
 +
|template=Typelink
 +
|userparam=Source code
 
}}{{#ask: [[linktopic::{{PAGENAME}}]] [[linkurl::+]] [[linktype::public server]]
 
}}{{#ask: [[linktopic::{{PAGENAME}}]] [[linkurl::+]] [[linktype::public server]]
 
|?linkurl
 
|?linkurl

Latest revision as of 02:44, 4 December 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=
}}