Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Infobox plugin.

Template:Infobox plugin: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 10: Line 10:
|-
|-
| style="padding: 0.2em;" | Issues
| style="padding: 0.2em;" | Issues
| style="padding: 0.2em;" | http://tracker.moodle.org/browse/CONTRIB/component/{{{tracker}}}
| style="padding: 0.2em;" | {{{tracker}}}
|-
|-
| style="padding: 0.2em;" | Discussion
| style="padding: 0.2em;" | Discussion
Line 25: Line 25:
|type = Enter the plugin type e.g. activity, block, filter
|type = Enter the plugin type e.g. activity, block, filter
|entry = Enter the plugins directory link
|entry = Enter the plugins directory link
|tracker = Enter the component number in the tracker CONTRIB project
|tracker = Enter the Tracker CONTRIB component link
|discussion = Enter the link to the forum or discussion thread
|discussion = Enter the link to the forum or discussion thread
|maintainer = [[User:Maintainer name|Maintainer name]]
|maintainer = [[User:Maintainer name|Maintainer name]]

Revision as of 19:41, 2 October 2012

Infobox plugin
Type {{{type}}}
Downloads {{{entry}}}
Issues {{{tracker}}}
Discussion {{{discussion}}}
Maintainer(s) {{{maintainer}}}

Copy and complete the following code to obtain an infobox listing details of the plugin:

{{Infobox plugin
|type = Enter the plugin type e.g. activity, block, filter
|entry = Enter the plugins directory link
|tracker = Enter the Tracker CONTRIB component link
|discussion = Enter the link to the forum or discussion thread
|maintainer = [[User:Maintainer name|Maintainer name]]
|float = (optional) Enter right or left to make the info box float to the respective side.
}}

Note: If there is not yet a discussion thread about the plugin, please create one in the Contributed plugins forum.

This template will also categorize articles that include it as Category:Contributed code.