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: Difference between revisions

Template page
Content deleted Content added
Trigger cargo table creation (via update-page on MediaWiki MCP Server)
Add development cycle banner to Template:Plugin (via update-page on MediaWiki MCP Server)
 
Line 74: Line 74:
</div></div>
</div></div>
}}
}}
</div>
<div style="clear: both; margin-top: 1em; padding: 0.5em 1em; background: #f0f5ff; border: 1px solid #c8d8f0; border-radius: 4px; font-size: 0.9em;">
'''Development:''' All plugins follow the [[Contributing/Plugin development cycle|Plugin development cycle]]. Ensure the repository has a <code>develop</code> branch — feature and fix branches merge there after review.
</div></includeonly>
</div></includeonly>

Latest revision as of 15:36, 9 July 2026

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.