Template:Infobox plugin: Difference between revisions
From MoodleDocs
| Infobox plugin | |
|---|---|
| Type | {{{type}}} |
| Set | N/A |
| Downloads | {{{entry}}} |
| Issues | {{{tracker}}} |
| Discussion | {{{discussion}}} |
| Maintainer(s) | {{{maintainer}}} |
No edit summary |
Removed inline styles and coverted to new theme format. MDLSITE-3140 |
||
| Line 1: | Line 1: | ||
<div class="sideblock"> | |||
{| class="infobox" | |||
|- | |- | ||
! | ! '''[[{{PAGENAME}}]]''' | ||
|- | |- | ||
| Type | |||
| {{{type}}} | |||
|- | |- | ||
| Set | |||
| {{{set|N/A}}} | |||
|- | |- | ||
| Downloads | |||
| {{{entry}}} | |||
|- | |- | ||
| Issues | |||
| {{{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: | ||
Revision as of 19:51, 11 June 2014
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 add-ons forum.
This template will also categorize articles that include it as Category:Add-on.