Note: You are currently viewing documentation for Moodle 2.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
(category change)
Line 32: Line 32:
</pre>
</pre>


Note: If there is not yet a discussion thread about the plugin, please create one in the [http://moodle.org/mod/forum/view.php?id=44 Contributed plugins forum].
Note: If there is not yet a discussion thread about the plugin, please create one in the [http://moodle.org/mod/forum/view.php?id=44 General add-ons forum].


This template will also categorize articles that include it as [[:Category:Contributed code]].</noinclude>
This template will also categorize articles that include it as [[:Category:Add-on]].</noinclude>
<includeonly>[[Category:Contributed code]]</includeonly>
<includeonly>[[Category:Add-on]]</includeonly>

Revision as of 15:26, 12 November 2013

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 General add-ons forum.

This template will also categorize articles that include it as Category:Add-on.