Toolserver:Template:Tool

From mediawiki.org

This page was moved from the Toolserver wiki.
Toolserver has been replaced by Toolforge. As such, the instructions here may no longer work, but may still be of historical interest.
Please help by updating examples, links, template links, etc. If a page is still relevant, move it to a normal title and leave a redirect.

Manual on MediaWiki Tools
Toolserver:Template:Tool
Release status: unknown
Author(s) [[Toolserver:User:{{{user}}}|{{{user}}}]]
License No license specified
Download https://svn.toolserver.org/svnroot/{{{user}}}/
https://toolserver.org/~{{{user}}}/{{{address}}}

Template Documentation[edit]

Template for displaying info about tool and categorizing automatically tool under [[Toolserver:Category:Tools by <user>]].

{{Tool
 | user              = 
 | address           = 
 | source code       = 
 | svn               = 
 | title             = 
 | image             = 
 | image width       = 
 | image description = 
 | author            = 
 | author display    = 
 | type              = 
 | version           = 
 | last update       = 
 | tags              = 
 | sort              = 
 | expired = 
}}
Attribute Mandatory Description Example
user yes http://toolserver.org/~[user] part, can contain capital letters Tool address: http://toolserver.org/~johndoe/mytool

User name in toolserver wiki: JohnDoe
Value for this attribute: JohnDoe

address yes http://toolserver.org/~user/[address] part Tool address: http://toolserver.org/~johndoe/mytool

Value for this attribute: mytool

url yes Custom url instead of being based on "user" and "address"
sourcecode no http://toolserver.org/~user/[address] part Tool address: http://toolserver.org/~johndoe/viewsource

Value for this attribute: viewsource

svn no https://svn.toolserver.org/svnroot/user/[address] part SVN address: https://svn.toolserver.org/svnroot/johndoe/mytool

Value for this attribute: mytool

title no Freestyle name for tool, default is {{PAGENAME}} John Doe's MyTool
image no Tool screen capture etc. mytool_sc.jpg
image width no Image width, default is 250px 250px
image description no Image description MyTool
author no Should be filled only if username in toolserver wiki not same as used in toolserver address Tool address: http://tools.wikimedia.de/~johndoe/mytool

User name in toolserver wiki: John Doe
Value for this attribute: John Doe (username in toolserver wiki)

author display no Display name for author JD
type no Tool type Edit counter
version no Tool version 1.0
last update no Last update date for tool, use ISO-formatted (yyyy-mm-dd) date 2007-10-17
tags no Tool tags categories, links, images
sort no Sorting key for categories, default the same value as specified for 'title' yaec.php

Toolserver:Category:Templates