Template:Tool
From Public AI Wiki
This template is used to define a tool in the Public AI system.
Parameters
- 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
{{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...
}}