Template:Tool

From Public AI Wiki

This template is used to define a tool in the Public AI system.

This template defines the table "Tools". View table.

Parameters[edit | edit source]

  • name - Display name of the tool (defaults to page name)
  • description - Brief description of what the tool does
  • tool_type - Category of tool (e.g., "Crisis Support", "Transit", "Mapping")
  • has_resources - Boolean indicating if tool has locale-specific resources
  • overview - Detailed overview of the tool
  • usage - How to use the tool

Example[edit | edit source]

{{Tool
|name=Suicide Hotline
|description=Crisis support hotlines by country
|tool_type=Crisis Support
|has_resources=true
|overview=Provides access to suicide prevention hotlines...
|usage=Query by country or region...
}}

Registers a tool in the Public AI system.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Tool namename

Display name (defaults to page name)

Stringoptional
Descriptiondescription

no description

Stringrequired
Tool typetool_type

no description

Default
General
Stringoptional
Has resourceshas_resources

no description

Default
false
Stringoptional
Overviewoverview

no description

Contentoptional
Usage instructionsusage

no description

Contentoptional