Template:Tool

The educational technology and digital learning wiki
Jump to navigation Jump to search

This template simplifies the creation of articles about software tools. When inserted in a page, it creates a table with much helpful information. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. This template was copied from http://www.w3.org/2001/sw/wiki/Template:Tool on 11:22, 25 August 2011 (CEST)

To use this template, insert the following at the beginning of your user page. All fields except for the name and the homepage are optional and should be omitted if no data is given.

{{Tool
 | Name=The full name of the tool, defaults to pagename
 | Homepage=URL of the tool's main home page, without "http://"
 | Homepage label=Short text for homepage, if URL is too long

 | ProgrammingLanguage1=programming language #1 that can be used with this tool; 
     possible values: C, C++, C-sharp, LISP, Prolog, Python, PHP, Java, Javascript, 
     Go, .Net, Flex, ActionScript, Tcl, Perl, Ruby, Haskell, Fortran, Scala, Obj-C
 | ...
 | ProgrammingLangauge20=programming language #20 that can be used with this tool

 | SWTechnology1=Relevant SW Technology (RDF, RDFS, etc) #1; 
     possible values: RDF, RDFS, OWL, RDFa, SKOS, SPARQL, 
     POWDER, GRDDL, RIF
 | ...
 | SWTechnology10=Relevant SW Technology (RDF, RDFS, etc) #10

 | Category1=Relevant Tool Category #1; 
     see Category:Tool for current categories
 | ...
 | Category20=Relevant Tool Category #10
 | SeeAlso=Possible other site to refer to (eg, on semanticweb.org), without "http://"
 | PublicMailingList=URI of a public mailing list archive, without "http://"
 | PreferredProjectURI=URI of the project (eg, the URI of a doap:Project instance), 
     which gives primary source of project when dereferenced, without "http://" 
 | DOAPFile=Possible URI of a DOAP description, without "http://"
 | Institution=Company, University, etc, whose product this tool is
}}

The order of the fields is not relevant, but the itemized entries (SWTechnology1, SWTechnology2, etc) should be used in this order (the order of their values is irrelevant, ie, SWTechnology1=C and SWTechnology2=Python is the same as SWTechnology1=Python and SWTechnoloy2=C). The template should be given as the first thing on a page.