Template:Infobox plugin: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
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
|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:40, 2 October 2012

Infobox plugin
Type {{{type}}}
Downloads {{{entry}}}
Issues http://tracker.moodle.org/browse/CONTRIB/component/{{{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 component number in the tracker CONTRIB project
|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.