Template:Plugin: Difference between revisions
Template page
More languages
More actions
Content deleted Content added
Automated edit (via create-page on MediaWiki MCP Server) |
Add development cycle banner to Template:Plugin (via update-page on MediaWiki MCP Server) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 64: | Line 64: | ||
<div class="ohc-sidebar__items"> |
<div class="ohc-sidebar__items"> |
||
<span class="ohc-sidebar__item">[{{{be_repo}}} Repository]</span> |
<span class="ohc-sidebar__item">[{{{be_repo}}} Repository]</span> |
||
{{#if:{{{config_vars|}}}|<span class="ohc-sidebar__item">Config: {{{config_vars}}}</span>}} |
{{#if:{{{config_vars|}}}|<span class="ohc-sidebar__item">Config vars: {{{config_vars}}}</span>}} |
||
</div></div> |
</div></div> |
||
}} |
}} |
||
| 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). 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.