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

Template:Infobox plugin: Difference between revisions

From MoodleDocs
Infobox plugin
Type {{{type}}}
Set N/A
Downloads {{{entry}}}
Issues {{{tracker}}}
Discussion {{{discussion}}}
Maintainer(s) {{{maintainer}}}
m (rewording)
mNo edit summary
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| style="margin: 0 0 1em 1em; border-collapse: collapse; float: right; width: 350px; font-size: 90%;" border="1"
<div class="sideblock">
{| class="infobox"
|-
|-
! style="text-align: center; padding: 0.2em; background-color: #ccc; font-size: 120%;" colspan="2" | '''[[{{PAGENAME}}]]'''
! '''[[{{PAGENAME}}]]'''
|-
|-
| style="padding: 0.2em;" | Type
| Type
| style="padding: 0.2em;" | {{{type}}}
| {{{type}}}
|-
|-
| style="padding: 0.2em;" | Plugins directory entry
| Set
| style="padding: 0.2em;" | {{{entry}}}
| {{{set|N/A}}}
|-
|-
| style="padding: 0.2em;" | Discussion
| Downloads
| style="padding: 0.2em;" | {{{discussion}}}
| {{{entry}}}
|-
|-
| style="padding: 0.2em;" | Maintainer(s)
| Issues
| style="padding: 0.2em;" | {{{maintainer}}}
| {{{tracker}}}
|-
| Discussion
| {{{discussion}}}
|-
| Maintainer(s)
| {{{maintainer}}}
|-
|-
|}
|}
</div>
<noinclude>
<noinclude>
Copy and complete the following code to obtain an infobox listing details of the plugin:
Copy and complete the following code to obtain an infobox listing details of the plugin:
Line 21: Line 29:
{{Infobox plugin
{{Infobox plugin
|type = Enter the plugin type e.g. activity, block, filter
|type = Enter the plugin type e.g. activity, block, filter
|set = (optional) Enter the plugin's set link
|entry = Enter the plugins directory link
|entry = Enter the plugins directory link
|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]]
|float = (optional) Enter right or left to make the info box float to the respective side.
}}
}}
</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 plugins 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:Plugin]].</noinclude>
<includeonly>[[Category:Contributed code]]</includeonly>
<includeonly>[[Category:Plugin]]</includeonly>

Latest revision as of 16:24, 11 March 2016

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
|set = (optional) Enter the plugin's set link
|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 plugins forum.

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