Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Infobox plugin.

Template:Infobox plugin: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 24: Line 24:
|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]]
|float = (optional) Enter right or left to make the info box float to the respective side.
}}
}}
</pre>
</pre>

Revision as of 15:08, 2 October 2012

Infobox plugin
Type {{{type}}}
Plugins directory entry {{{entry}}}
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
|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.