Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Plugin documentation: Difference between revisions

From MoodleDocs
(→‎I need help!: wiki admin work)
(page improvements thanks to suggestions in dev chat http://moodle.org/local/chatlogs/index.php?conversationid=11094#c382373)
Line 1: Line 1:
{{Work in progress}}
{{Work in progress}}


Plugin developers, maintainers and users are welcome to write documentation about their plugin in the [https://docs.moodle.org English user docs].
 
Plugin developers, maintainers and users are welcome to include documentation about their plugin in the [https://docs.moodle.org English Moodle Docs]. Of course it is fine to have documentation elsewhere, such as the Github wiki, however one advantage of including documentation in the English Moodle Docs is that 'Moodle Docs for this page' links in Moodle (when logged in as a teacher or admin) can lead directly to your plugin documentation (as explained in [[:en:Header and footer]]).
 


==Where should the documentation go?==
==Where should the documentation go?==
Line 14: Line 16:
==What should the documentation include?==
==What should the documentation include?==


The documentation should include
[[File:infobox plugin.png|thumb|Example infobox: Stamp collection module]]
'''*New*''': Copy and complete the following template code to obtain an infobox listing details of the plugin:
<pre  style="width:40em">
{{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]]
}}
</pre>


* A link to the plugin in the [http://moodle.org/plugins Moodle plugins directory]
Note: If there is not yet a discussion thread about your plugin, please create one in the [http://moodle.org/mod/forum/view.php?id=44 Contributed plugins forum].
* A link to a forum or discussion thread where questions about it can be answered. If there is not yet any discussion thread about the plugin, a link to the [http://moodle.org/mod/forum/view.php?id=44 Contributed plugins forum] should be included.
* <code><nowiki>[[Category:Contributed code]]</nowiki></code> typed at the bottom of the page


The documentation may also include
The documentation may also include
Line 24: Line 33:
* A features overview with screenshots
* A features overview with screenshots
* Installation instructions
* Installation instructions
Plugin documentation examples: [[:en:Stamp collection module]], [[:en:Profile switches]]


==Which version of the user docs should the documentation be added to?==
==Which version of the user docs should the documentation be added to?==
Line 38: Line 49:


* [[:en:Help:Editing|Wiki editing help]]
* [[:en:Help:Editing|Wiki editing help]]
* MDL-34035 A way to have more help links relative to wwwroot


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 07:12, 24 September 2012

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.


Plugin developers, maintainers and users are welcome to include documentation about their plugin in the English Moodle Docs. Of course it is fine to have documentation elsewhere, such as the Github wiki, however one advantage of including documentation in the English Moodle Docs is that 'Moodle Docs for this page' links in Moodle (when logged in as a teacher or admin) can lead directly to your plugin documentation (as explained in en:Header and footer).


Where should the documentation go?

A new page may be created in the docs wiki by

  • EITHER typing in the browser address bar: https://docs.moodle.org/en/Plugin_name (where Plugin name is the name of the plugin in the plugins directory)
  • OR browsing to a page in Moodle for the plugin and then following the 'Moodle Docs for this page' link.

If you decide later that you want to change the name of the page or create redirects to the page, please email Helen (helen@moodle.org).

What should the documentation include?

Example infobox: Stamp collection module

*New*: Copy and complete the following template 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]]
}}

Note: If there is not yet a discussion thread about your plugin, please create one in the Contributed plugins forum.

The documentation may also include

  • A features overview with screenshots
  • Installation instructions

Plugin documentation examples: en:Stamp collection module, en:Profile switches

Which version of the user docs should the documentation be added to?

Plugin documentation should be added to the most recent version wiki in which the plugin works, for example if the plugin works in Moodle 2.3, it should be added to the Moodle 2.3 docs wiki.

Please note that, as part of the 2011 docs wiki clean-up, documentation pages for older plugins (in the old modules and plugins database) were deleted from the newer version wikis. However, the documentation is still available in the Moodle 1.9 docs wiki. When a plugin developer updates their code, if the original documentation page was deleted it can be recreated in a newer version wikis.

I need help!

If any of the above sounds too complicated, please don't worry - just email Moodle Docs wiki admin Helen (helen@moodle.org) who will be happy to help you :-) (Restoring and redirecting pages etc. are quick and easy for a wiki admin to do!)

See also