Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Plugin

Template page
Revision as of 15:16, 9 July 2026 by Admin (talk | contribs) (Automated edit (via create-page on MediaWiki MCP Server))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).
type
both, be, or fe.
org
Maintaining org(s), comma-separated.
status
active, stable, experimental, or deprecated.
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.