Template:Plugin
Template page
More languages
More actions
Plugin metadata template. Declares and stores the Plugins Cargo table. Use on every plugin page under Plugins/.
Parameters:
name- Plugin slug (e.g.
care_scribe). typeboth,be, orfe.org- Maintaining org(s), comma-separated.
statusactive,stable,experimental, ordeprecated.domain_category- Domain grouping (e.g.
Clinical AI,Interoperability). be_repo- URL to backend repository (optional).
fe_repo- URL to frontend repository (optional).
description- One-line description.
config_vars- Comma-separated list of configuration variable names (optional).
{{Plugin
|name=care_scribe
|type=both
|org=10bedicu
|status=active
|domain_category=Clinical AI
|be_repo=https://github.com/10bedicu/care_scribe
|fe_repo=https://github.com/10bedicu/care_scribe_fe
|description=AI Voice Scribe for clinical transcription.
|config_vars=SCRIBE_API_PROVIDER, SCRIBE_OPENAI_API_KEY
}}
This template defines the table "Plugins". View table.