Template:Software
{{{name}}} |
---|
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
This template has a sandbox (Edit) for editors to experiment.
This template collects all notes of a software together. Some common information is displayed as an infobox. The template was also used by User:TTTBot to extract data for the lists on Software.
Usage
Use only one single instance of this template! Don't add multiple ones on translated pages! You don't have to provide all information but try to gather as much as possible to get a nice overview for different perspectives of your tool (e.g. navigation, development, ... aspects).
{{Software |name = {{subst:PAGENAME}} |status = <!-- one of: active, unmaintained, broken, unfinished --> |license = <!-- GPL;BSD;MIT;free;proprietary --> |price = <!-- 20$;35€;gratis --> |web = <!-- https://www.example.org --> |repo = <!-- https://git.example.org --> |description = <!-- write your own description, don't just copy it from the website --> |author = <!-- who develops the software? --> |platform = <!-- web;win;linux;macos;iphone;android;cross-platform;wm;palm;j2me;j2se --> |code = <!-- C;C++;C#;Python;Java --> |framework = <!-- GTK+;mono;J2ME;OpenGL --> |languages = <!-- DE;EN;MUL --> |languagesurl = <!-- optional URL --> |genre = <!-- display;navi;logger;router;editor;renderer;converter;analyser --> |version = <!-- 1.0 --> |date = <!-- 2010-12-24 --> |screenshot = <!-- xyz.jpg --> |asin = <!-- XXXXXXXXXX --> |bbWorldID = <!-- XXX--> |googlePlayID = <!-- org.example --> |fDroidID = <!-- org.example --> |firefoxMarketplaceID = <!-- XXX--> |huaweiAppGalleryID = <!-- XXXXXXXXXX --> |appleStoreID = <!-- id12344556 --> |macAppStoreID = <!-- id12344556 --> |microsoftAppID = <!-- XXXXXXXXXXXX --> |map = <!-- yes or no --> |tracking = <!-- yes or no --> |monitoring = <!-- yes or no --> |navigating = <!-- yes or no --> |routing = <!-- yes or no --> |mapData = <!-- raster;vector --> |datasource = <!-- online;cache;offline --> |rotateMap = <!-- yes or no --> |3D = <!-- yes or no --> |turnLanes = <!-- yes or no --> |navToPoint = <!-- yes or no --> |findLocation = <!-- yes or no --> |findNearbyPOI = <!-- yes or no --> |predefinedRoute = <!-- yes or no --> |calculateRoute = <!-- yes or no --> |calculateRouteOffline = <!-- yes or no --> |createRouteViaWaypoints = <!-- yes or no --> |profiles = <!-- car;bike;foot;wheelchair --> |turnRestrictions = <!-- yes or no --> |voice = <!-- yes or no --> |keepOnRoad = <!-- yes or no --> |withoutGPS = <!-- yes or no --> |routingProviders = <!-- OpenRouteService;Yours;CloudMade;MapQuest --> |avoidTraffic = <!-- yes or no --> |trafficProvider = <!-- todo --> |customInterval = <!-- yes;no --> |trackFormats = <!-- gpx;kml;nmea;csv;trk;... --> |geotagging = <!-- note;photo;audio --> |fastWayPointAdding = <!-- yes or no --> |uploadGPX = <!-- yes or no --> |sendPosition = <!-- yes;no;sms;mail;www --> |showTrack = <!-- yes or no --> |showExistingTrack = <!-- yes or no --> |showAltitudeDiagram = <!-- yes or no --> |showDOP = <!-- yes or no --> |showSatellites = <!-- yes or no --> |showNMEAlive = <!-- yes or no --> |accessibility = <!-- blind;wheelchair --> |textOnlyUI = <!-- yes or no --> |brailleUI = <!-- yes or no --> |explorerMode = <!-- yes or no --> |publicTransportMode = <!-- yes or no --> |dangerWarnings = <!-- yes or no --> |screenReader = <!-- NVDA;... --> |screenReaderLang = <!-- EN;DE;... --> |addPOI = <!-- yes or no --> |addWay = <!-- yes or no --> |editSource = <!-- online;cache;offline --> |editPOI = <!-- yes or no --> |editTags = <!-- yes or no --> |editGeom = <!-- yes or no --> |editRelations = <!-- yes or no --> |viewNotes = <!-- yes or no --> |editNotes = <!-- yes or no --> |offsetDBsupport = <!-- yes or no --> |uploadOSMData = <!-- yes or no --> |rendererOutputFormats = <!-- svg;pdf;png;... --> |showSpeed = <!-- yes or no --> |showWebsite = <!-- yes or no --> |showPhoneNumber = <!-- yes or no --> |showOpeningHours = <!-- yes or no --> }}
Parameters
General
- |name =
- Display name
- |author =
- Who started this project? Who maintains?
- |web =
- Web address
- |repo = or |svn =
- URL to view or download the source code (for example, a Git, Subversion, or CVS repository)
- |platform =
- list of platforms it runs on
- |code =
- list of languages used
- |framework =
- list of frameworks used
- |status =
- current status of the project
- |languages =
- supported languages (list of valid language codes separated by commas or semicolons, which are then displayed using {{Languagename}}; use "mul" in the list for "multiple languages")
- |languagesurl =
- link to the actual full list of languages supported, described on another page (e.g. a portal page for the software, or a repository)
- |genre =
- main category for this tool. Pick only 1 value.
Value | Explanation |
---|---|
display | The main goal of the software is to display OSM map |
navi | The main goal of the software is navigation through GPS and routing |
logger | The main goal of the software is to record a GPS track |
router | The main goal of the software is to calculate route (not navigation, only computation) |
editor | The main goal of the software is to edit OSM data and upload changes to OSM server |
renderer | The main goal of the software is to render OSM data to tile images |
converter | The main goal of the software is "convert" data? |
analyser | The main goal of the software is to analyse OSM data? For quality assurance? |
- |license =
- what free license or proprietary?
- |price =
- Costs if proprietary. If price is empty, application is for free.
- |version =
- latest version
- |date =
- latest release date
- |screenshot =
- a screenshot (remove line if none)
- |description =
- brief description. What distinguishes this from other tools?
- |asin =
- Amazon Standard Identification Number for the Amazon Appstore for Android
- |bbWorldID =
- BlackBerry World application ID
- |googlePlayID =
- Google Play Store application ID
- |fDroidID =
- F-Droid application ID
- |firefoxMarketplaceID =
- Mozilla Firefox Marketplace application ID
- |huaweiAppGalleryID =
- Huawei AppGallery application ID
- |appleStoreID =
- iTunes App Store application ID
- |macAppStoreID =
- Mac App Store application ID
- |microsoftAppID =
- Microsoft Store Windows application UUID
Features
- |map =
- Can it show a map?
- |tracking =
- Can it record a GPS track?
- |monitoring =
- Can you monitor GPS datas?
- |navigating =
- Can you navigate in a compass like way?
- |routing =
- Can you route along a road network?
Map display
- |mapData =
- Maps drawn using pre-calculated/rasterized images or "on the fly"?
- |datasource =
- Can you store all map data offline? Download a separate file?
- |rotateMap =
- Does it turn the map in driving direction?
- |3D =
- Is there some 3D or 2.5D view?
- |turnLanes =
- Does it support lane guidance?
- |navToPoint =
- Can it guide you to a point somewhere?
- |findLocation =
- Can it search for a street/place?
- |findNearbyPOI =
- Can it discover/display Points of interests?
- |predefinedRoute =
- Can it follow other GPS tracks?
- |calculateRoute =
- Can it calculate a route using routing?
- |calculateRouteOffline =
- Does it need internet to calculate a route?
- |profiles =
- What profiles supported if it makes routing?
- |turnRestrictions =
- Can it deal with turn restrictions
- |voice =
- Can it give you commands with a computer voice?
- |keepOnRoad =
- Can it assist you to keep your vehicle on the calculated route?
- |withoutGPS =
- Does it work even without a GPS?
- |routingProviders =
- What routing service(s) does it use?
- |avoidTraffic =
- Does app optimize route to avoid traffic jams?
- |trafficProvider =
- Traffic data source provider
Track logging
- |customInterval =
- Can you tune the interval manually?
- |trackFormats =
- What formats for storage can you save your GPS track?
- |geotagging =
- Are further Mapping Techniques supported
- |fastWayPointAdding =
- Easy to add a new Waypoint?
- |uploadGPX =
- Can it send tracks directly to OSM?
- |sendPosition =
- Can it send position to others?
Track monitoring
- |showTrack =
- Show your current track?
- |showExistingTrack =
- Can it load existing tracks so you can follow them?
- |showAltitudeDiagram =
- ?
- |showDOP =
- Shows signal quality?
- |showSatellites =
- Displays satellites?
- |showNMEAlive =
- Can you see the raw GPS stream?
Accessibility
- |accessibility =
- Does it help disabled people in some kind?
- |textOnlyUI =
- Text so braille compatible interface?
- |brailleUI =
- A special braille interface?
- |explorerMode =
- Has a exploration modus (tell all objects approaching)?
- |publicTransportMode =
- Supports routing with public transport?
- |dangerWarnings =
- ?
- |screenReader =
- List of supported Screenreaders
- |screenReaderLang =
- And their languages
Editor
- |addPOI =
- Can you add a node?
- |addWay =
- Can you add a way?
- |editSource =
- Can you work offline?
- |editPOI =
- Can you edit a node?
- |editTags =
- Can you edit existing tags?
- |editGeom =
- Can you edit nodes/ways?
- |editRelations =
- Can you edit relations?
- |viewNotes =
- Can you view OSM Notes?
- |editNotes =
- Can you add/comment OSM Notes?
- |offsetDBsupport =
- Does it support the imagery offset DB?
- |uploadOSMData =
- Can you send changes to OSM directly?
Renderer
- |rendererOutputFormats =
- supported output formats
Analysis
- |showSpeed =
- ?
POI Information
- |showWebsite =
- Shows link to the website
- |showPhoneNumber =
- Shows phone number
- |showOpeningHours =
- Shows hours of operation
Todo
- find all software from wiki pages list, categories, renderer, editors, converter,...
- make a Project of the week to check the lists
TemplateData
This template collects all notes of a software together. Some common information is displayed as an infobox.
Parameter | Description | Type | Status | |
---|---|---|---|---|
lang | lang | no description | Unknown | optional |
name | name | Display name
| Unknown | required |
author | author | Who started this project? Who maintains? | Unknown | suggested |
web | web | Web address
| Unknown | suggested |
repo | repo git svn | URL to view or download the source code (for example, a Git, Subversion, or CVS repository) | Unknown | optional |
platform | platform | list of platforms it runs on
| Unknown | suggested |
code | code | list of languages used
| Unknown | optional |
framework | framework | list of frameworks used
| Unknown | optional |
status | status | current status of the project
| Unknown | optional |
languages | languages | supported languages (list of valid language codes separated by commas or semicolons, which are then displayed using {{Languagename}}; use "mul" in the list for "multiple languages")
| Unknown | optional |
languagesurl | languagesurl | link to the actual full list of languages supported, described on another page (e.g. a portal page for the software, or a repository) | Unknown | optional |
genre | genre | main category for this tool
| Unknown | suggested |
license | license | what free license or proprietary?
| Unknown | optional |
price | price | Costs if proprietary. If price is empty, application is for free.
| Unknown | optional |
version | version | latest version
| Unknown | optional |
date | date | latest release date
| Unknown | optional |
screenshot | screenshot | a screenshot
| Unknown | optional |
description | description | brief description. What distinguishes this from other tools?
| Unknown | optional |
asin | asin | Amazon Standard Identification Number for the Amazon Appstore for Android | Unknown | optional |
bbWorldID | bbWorldID | BlackBerry World application ID | Unknown | optional |
googlePlayID | googlePlayID | Google Play Store application ID | Unknown | optional |
fDroidID | fDroidID | F-Droid application ID | Unknown | optional |
firefoxMarketplaceID | firefoxMarketplaceID | Mozilla Firefox Marketplace application ID | Unknown | optional |
huaweiAppGalleryID | huaweiAppGalleryID | Huawei AppGallery application ID | Unknown | optional |
appleStoreID | appleStoreID | iTunes App Store application ID | Unknown | optional |
macAppStoreID | macAppStoreID | Mac App Store application ID | Unknown | optional |
microsoftAppID | microsoftAppID | Microsoft Store Windows application UUID | Unknown | optional |
mapData | mapData | Map display: Maps drawn using pre-calculated/rasterized images or "on the fly"?
| Unknown | optional |
datasource | datasource | Map display: Can you store all map data offline? Download a separate file?
| Unknown | optional |
rotateMap | rotateMap | Map display: Does it turn the map in driving direction? | Unknown | optional |
3D | 3D | Map display: Is there some 3D or 2.5D view? | Unknown | optional |
turnLanes | turnLanes | Does it support lane guidance? | Unknown | optional |
navToPoint | navToPoint | Navigation: Can it guide you to a point somewhere? | Unknown | optional |
findLocation | findLocation | Navigation: Can it search for a street/place? | Unknown | optional |
findNearbyPOI | findNearbyPOI | Navigation: Can it discover/display Points of interests? | Unknown | optional |
predefinedRoute | predefinedRoute | Navigation: Can it follow other GPS tracks? | Unknown | optional |
calculateRoute | calculateRoute | Navigation: Can it calculate a route using routing? | Unknown | optional |
calculateRouteOffline | calculateRouteOffline | Navigation: Does it need internet to calculate a route? | Unknown | optional |
profiles | profiles | Navigation: What profiles supported if it makes routing?
| Unknown | optional |
turnRestrictions | turnRestrictions | Navigation: Can it deal with turn restrictions | Unknown | optional |
voice | voice | Navigation: Can it give you commands with a computer voice? | Unknown | optional |
keepOnRoad | keepOnRoad | Navigation: Can it assist you to keep your vehicle on the calculated route? | Unknown | optional |
withoutGPS | withoutGPS | Navigation: Does it work even without a GPS? | Unknown | optional |
avoidTraffic | avoidTraffic | Does app optimize route to avoid traffic jams? | Unknown | optional |
trafficProvider | trafficProvider | Traffic data source provider | Unknown | optional |
routingProviders | routingProviders | Navigation: What routing service(s) does it use?
| Unknown | optional |
customInterval | customInterval | Track logging: Can you tune the interval manually? | Unknown | optional |
trackFormats | trackFormats | Track logging: What formats for storage can you save your GPS track?
| Unknown | optional |
geotagging | geotagging | Track logging: Are further Mapping Techniques supported
| Unknown | optional |
fastWayPointAdding | fastWayPointAdding | Track logging: Easy to add a new Waypoint? | Unknown | optional |
uploadGPX | uploadGPX | Track logging: Can it send tracks directly to OSM? | Unknown | optional |
sendPosition | sendPosition | Track logging: Can it send position to others?
| Unknown | optional |
showTrack | showTrack | Track monitoring: Show your current track? | Unknown | optional |
showExistingTrack | showExistingTrack | Track monitoring: Can it load existing tracks so you can follow them? | Unknown | optional |
showAltitudeDiagram | showAltitudeDiagram | Track monitoring: ? | Unknown | optional |
showDOP | showDOP | Track monitoring: Shows signal quality? | Unknown | optional |
showSatellites | showSatellites | Track monitoring: Displays satellites? | Unknown | optional |
showNMEAlive | showNMEAlive | Track monitoring: Can you see the raw GPS stream? | Unknown | optional |
accessibility | accessibility | Accessibility: Does it help disabled people in some kind?
| Unknown | optional |
textOnlyUI | textOnlyUI | Accessibility: Text so braille compatible interface? | Unknown | optional |
brailleUI | brailleUI | Accessibility: A special braille interface? | Unknown | optional |
explorerMode | explorerMode | Accessibility: Has a exploration modus (tell all objects approaching)? | Unknown | optional |
publicTransportMode | publicTransportMode | Accessibility: Supports routing with public transport? | Unknown | optional |
dangerWarnings | dangerWarnings | Accessibility: ? | Unknown | optional |
screenReader | screenReader | Accessibility: List of supported Screenreaders
| Unknown | optional |
screenReaderLang | screenReaderLang | Accessibility: And their languages
| Unknown | optional |
addPOI | addPOI | Editor: Can you add a node? | Unknown | optional |
addWay | addWay | Editor: Can you add a way? | Unknown | optional |
editSource | editSource | Editor: Can you work offline?
| Unknown | optional |
editPOI | editPOI | Editor: Can you edit a node? | Unknown | optional |
editTags | editTags | Editor: Can you edit existing tags? | Unknown | optional |
editGeom | editGeom | Editor: Can you edit nodes/ways? | Unknown | optional |
editRelations | editRelations | Editor: Can you edit relations? | Unknown | optional |
viewNotes | viewNotes | Editor: Can you view OSM Notes? | Unknown | optional |
editNotes | editNotes | Editor: Can you add/comment OSM Notes? | Unknown | optional |
offsetDBsupport | offsetDBsupport | Editor: Does it support the imagery offset DB? | Unknown | optional |
uploadOSMData | uploadOSMData | Editor: Can you send changes to OSM directly? | Unknown | optional |
rendererOutputFormats | rendererOutputFormats | Renderer: supported output formats
| Unknown | optional |
showSpeed | showSpeed | Analysis: ? | Unknown | optional |
showPhoneNumber | showPhoneNumber | Shows phone number | Unknown | optional |
showOpeningHours | showOpeningHours | Shows hours of operation | Unknown | optional |
showWebsite | showWebsite | Shows link to the website | Unknown | optional |
See also
- Subtemplates:
- Translations of heading labels: author, website, source code, version, install, licence, gratis (free of charge), platform(s), programming language(s), (human) language(s)
- Template:List for formatting the enumerated lists below
- Enumeration of platforms, and naming/classification for each enumerated platform
- Enumeration of programming languages, and naming/classification for each enumerated programming language
- Enumeration of licenses, and naming/classification for each enumerated license
- Enumeration of (human) languages supported by the user interface of applications
- Talk:Software/Mobile phones#Cleanup Request - initial discussion that lead to this template's creation