Difference between revisions of "Form:Tool data"

From GMOD
Jump to: navigation, search
m (Adding extra information to form)
m (Updating form)
Line 10: Line 10:
 
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
 
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
 
{{{for template|Tool data}}}
 
{{{for template|Tool data}}}
 +
 +
==The Basics==
 +
 
{| class="formtable"
 
{| class="formtable"
 
! Name:
 
! Name:
| {{{field|name}}}
+
| {{{field|name|input type=text}}}
 
|-
 
|-
 
! Full name
 
! Full name
 
| if name is an abbreviation, acronym, etc.
 
| if name is an abbreviation, acronym, etc.
  
{{{field|full name}}}
+
{{{field|full name|input type=text}}}
 
|-
 
|-
 
! Status:
 
! Status:
Line 29: Line 32:
 
|-
 
|-
 
! Tool classification or features:
 
! Tool classification or features:
| {{{field|type}}}
+
| {{{field|type|input type=textarea}}}
 
|-
 
|-
 
! Platform:
 
! Platform:
| {{{field|platform}}}
+
| {{{field|platform|input type=checkboxes|values=linux, unix, os x, windows, web|mandatory}}}
 +
|-
 +
! Brief description:
 +
| {{{field|about|mandatory}}}
 
|-
 
|-
 
! Open source:
 
! Open source:
 
| {{{field|open source|mandatory}}}
 
| {{{field|open source|mandatory}}}
 
|-
 
|-
! Brief description:
+
! Software licence:
| {{{field|about|mandatory}}}
+
| {{{field|licence}}}
 
|-
 
|-
 
! Input formats:
 
! Input formats:
Line 45: Line 51:
 
! Output formats:
 
! Output formats:
 
| {{{field|output|input type=textarea}}}
 
| {{{field|output|input type=textarea}}}
|-
 
! Software licence:
 
| {{{field|licence}}}
 
 
|-
 
|-
 
! Programming language(s)
 
! Programming language(s)
 
| {{{field|language}}}
 
| {{{field|language}}}
 +
|-
 +
! Intended usage
 +
| {{{field|audience}}}
 
|-
 
|-
 
! First public release
 
! First public release
 
| {{{field|release date}}}
 
| {{{field|release date}}}
 +
|}
 +
 +
 +
==Files==
 +
 +
{| class="formtable"
 +
! Logo (file name)
 +
| enter the name of the file on the GMOD wiki, e.g. CoolAppLogo.png
 +
 +
{{{field|logo}}}
 
|-
 
|-
! Reference for citations:
+
! Screenshot(s)
| {{{field|ref}}}
+
| {{{field|screenshot}}}
|-
+
|}
 +
 
 +
==Contact details==
 +
 
 +
{| class="formtable"
 
! Contact email
 
! Contact email
 
| {{{field|contact|mandatory}}}
 
| {{{field|contact|mandatory}}}
 
|-
 
|-
! Brief description of component
+
! Mailing list(s)
| {{{field|about|input type=textarea}}}
+
| {{{field|mail}}}
 +
|}
 +
 
 +
 
 +
==Links==
 +
 
 +
{|class="formtable"
 +
! Website
 +
| {{{field|home}}}
 
|-
 
|-
 +
! Download text
 +
| If there is not a simple download URL for downloading the tool, please enter download instructions here. Download URLs can be entered in the 'Links' section below.
 +
 +
{{{field|dl|input type=textarea}}}
 +
|-
 +
! Download source code text
 +
| If there is not a simple download URL for downloading the source code for the tool, please enter download instructions here. URLs can be entered in the 'Links' section below.
 +
 +
{{{field|dl src|input type=textarea}}}
 +
|-
 +
! Download URL
 +
| {{{field|dl url}}}
 +
|-
 +
! Source code URL
 +
| {{{field|dl src url}}}
 +
|-
 +
! Wild URLs
 +
| {{{field|wild urls}}}
 +
|-
 +
! Demo server
 +
| {{{field|demo server}}}
 +
|-
 +
! Public server
 +
! {{{field|public server}}}
 +
|}
 +
 +
 +
==Materials==
 +
 +
{|class="formtable"
 +
! Publications
 +
| {{{field|papers|input type=textarea}}}
 +
|-
 +
! Presentations
 +
| {{{field|presentations|input type=textarea}}}
 +
|-
 +
! Tutorials
 +
| {{{field|tutorials|input type=textarea}}}
 +
|}
 +
 +
 +
==Extra Textual Goodies==
 +
 +
{|class="formtable"
 
! Any introductory text for users
 
! Any introductory text for users
 
| {{{field|getting started preamble|input type=textarea}}}
 
| {{{field|getting started preamble|input type=textarea}}}
Line 78: Line 150:
 
! Documentation
 
! Documentation
 
| {{{field|doc|input type=textarea}}}
 
| {{{field|doc|input type=textarea}}}
 +
|-
 +
! Development team
 +
| {{{field|dev ppl|input type=textarea}}}
 +
|-
 +
! Development status
 +
| {{{field|dev ppl|input type=textarea}}}
 +
|-
 +
! Download/usage tracking
 +
| {{{field|dl tracking|input type=textarea}}}
 +
|-
 +
! Logo info
 +
| {{{field|logo info}}}
 +
|-
 +
! See also
 +
| Any extra information, links, etc.
 +
 +
{{{field|see also|input type=textarea}}}
 +
|-
 +
! Extra items for component box
 +
| {{{field|extra}}}
 
|}
 
|}
 +
 +
 
{{{end template}}}
 
{{{end template}}}
  
Line 86: Line 180:
  
 
{{{for template|SemanticLink|label=Links|multiple}}}
 
{{{for template|SemanticLink|label=Links|multiple}}}
'''URL''' {{{field|linkurl|mandatory}}}
+
 
'''Title''' {{{field|linktitle}}}
+
'''URL''' {{{field|linkurl|mandatory|input type=text}}}
'''Link type (e.g. download; tutorial; demo)''' {{{field|linktype}}}
+
 
'''Description''' {{{field|linkdesc}}}
+
'''Title''' {{{field|linktitle|input type=text}}}
 +
 
 +
'''Link type (e.g. download; tutorial; demo)''' {{{field|linktype}}}
 +
 
 +
'''Description''' {{{field|linkdesc}}}
 
{{{end template}}}
 
{{{end template}}}
  
 
{{{for template|InteroperableComponent|label=Interoperable components|multiple}}}
 
{{{for template|InteroperableComponent|label=Interoperable components|multiple}}}
'''Type of interaction''' {{{field|description}}}
+
'''Type of interaction''' {{{field|relationship}}}
'''Component''' {{{field|integrates with|mandatory}}}
+
 
 +
'''Component''' {{{field|object|mandatory}}}
 
{{{end template}}}
 
{{{end template}}}
  
 +
{{{info|page name=File:<FileInfo[File name]>}}}
 +
{{{for template|FileInfo|label=Upload a related file|multiple}}}
 +
{| class="formtable"
 +
! File name:
 +
| {{{field|File name|mandatory|uploadable}}} (Required)
 +
|-
 +
! File type (e.g. logo; screenshot; tutorial; etc.):
 +
| {{{field|file type}}}
 +
|-
 +
! Description
 +
| {{{field|file desc}}}
 +
|}
 +
{{{end template}}}
  
 
{{{standard input|summary}}}
 
{{{standard input|summary}}}

Revision as of 15:37, 3 October 2013

This is the "Tool data" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.