-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Filters used on the Moodle.org forums.

Filters used on the Moodle.org forums: Difference between revisions

From MoodleDocs
(→‎Contributed filters: Moodle Docs auto-linking example)
m (Text replacement - "class="nicetable"" to "class="wikitable"")
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Filters}}
The [http://moodle.org/mod/forum/index.php?id=5 Moodle.org forums] have a number of [[Filters|filters]] to make it easier to talk about Moodle. This page lists them.
The [http://moodle.org/mod/forum/index.php?id=5 Moodle.org forums] have a number of [[Filters|filters]] to make it easier to talk about Moodle. This page lists them.


==Standard filters==
==Standard filters==


*Activity names auto-linking
* [[Email protection filter|Email protection]]
*Database auto-linking - Automatically links to plugins listed in the [http://moodle.org/mod/data/view.php?id=6009 Modules and plugins database] when they are mentioned by name.
* [[Display emoticons as images filter|Display emoticons as images]]
*Glossary auto-linking - Automatically links to things defined in the [http://moodle.org/mod/glossary/view.php?id=851 Glossary of common terms] when the term is mentioned.
* [[Convert URLs into links filter|Convert URLs into links]]
*Email protection
* [[Glossary auto-linking filter|Glossary auto-linking]] - Automatically links to things defined in the [http://moodle.org/mod/glossary/view.php?id=851 Glossary of common terms] when the term is mentioned.
*[[Multi language content]]
*[[Multi language content]]
*[[Multimedia plugins]] (with default settings i.e. all media format filters except .swf are enabled).
*[[Multimedia plugins]] (with default settings i.e. all media format filters except .swf are enabled).
*[[TeX filter]]
*[[MathJax filter|MathJax]]
*[[Algebra filter]]
 
Filters which are off, but available
* [[Activity names auto-linking filter|Activity names auto-linking]]
* [[Database auto-linking filter|Database auto-linking]]


==Contributed filters==
==Contributed filters==


*Tracker issue auto-linking - Automatically links to [http://tracker.moodle.org/ tracker] issues when you type the issue number e.g. MDL-1234.
===Tracker issue auto-linking===
*Moodle Docs auto-linking - Automatically links to a page in the documentation wiki when you type the page title enclosed in double square brackets.
 
For example, to link to https://docs.moodle.org/en/Development:Overview type
Automatically links to [http://tracker.moodle.org/ tracker] issues when you type the issue number e.g. MDL-1234.
  <nowiki>[[Development:Overview]]</nowiki>
 
===Moodle Docs auto-linking===
 
Automatically links to a page in the user documentation wiki (most recent version) when you type the page title enclosed in double square brackets.
 
For example, to link to https://docs.moodle.org/en/Philosophy type
<nowiki>[[Philosophy]]</nowiki>
 
To link to a page in the developer docs, add an extra pipe "|" divider followed by dev.
 
For example, to link to https://docs.moodle.org/dev/Plugins type
  <nowiki>[[Plugins||dev]]</nowiki>
or
or
  <nowiki>[[Development:Overview|An overview of the Moodle development process]]</nowiki>
  <nowiki>[[Plugins|Plugins developer documentation|dev]]</nowiki>
 
To link to a page in a documentation wiki in another language, add an extra pipe "|" divider followed by the language code.
To link to a page in a documentation wiki in another language, add an extra pipe "|" divider followed by the language code.


Line 26: Line 42:
or
or
  <nowiki>[[Los 10 mitos de Moodle|Top 10 Moodle Myths in Spanish|es]]</nowiki>
  <nowiki>[[Los 10 mitos de Moodle|Top 10 Moodle Myths in Spanish|es]]</nowiki>
===Auto-linking phrases===
{| class="wikitable"
|-
! Phrase
! Link
|-
| Moodle Roadmap
| https://docs.moodle.org/dev/Roadmap
|-
| Moodle Themes
| http://moodle.org/themes
|-
| Moodle Tracker
| http://tracker.moodle.org/
|-
| Moodle jobs
| http://moodle.org/jobs
|-
| Moodle books
| http://moodle.org/books
|-
| Plugins directory
| http://moodle.org/plugins/
|}
===More contrib filters===
*[[Code syntax highlighting]]
*[[Code syntax highlighting]]
*CVS auto-linking - Automatically links to a file's history in CVS, when you type the file path prefixed by "cvs:" e.g. [http://moodle.cvs.sourceforge.net/moodle/moodle/lang/en_utf8/role.php cvs:/moodle/lang/en_utf8/role.php].


[[Category:Filter]]
[[Category:Moodle.org]]


[[ja:Moodle.orgフォーラムで使用されているフィルタ]]
[[ja:Moodle.orgフォーラムで使用されているフィルタ]]

Latest revision as of 13:25, 14 July 2021

The Moodle.org forums have a number of filters to make it easier to talk about Moodle. This page lists them.

Standard filters

Filters which are off, but available

Contributed filters

Tracker issue auto-linking

Automatically links to tracker issues when you type the issue number e.g. MDL-1234.

Moodle Docs auto-linking

Automatically links to a page in the user documentation wiki (most recent version) when you type the page title enclosed in double square brackets.

For example, to link to https://docs.moodle.org/en/Philosophy type

[[Philosophy]]

To link to a page in the developer docs, add an extra pipe "|" divider followed by dev.

For example, to link to https://docs.moodle.org/dev/Plugins type

[[Plugins||dev]]

or

[[Plugins|Plugins developer documentation|dev]]

To link to a page in a documentation wiki in another language, add an extra pipe "|" divider followed by the language code.

For example, to link to https://docs.moodle.org/es/Los_10_mitos_de_Moodle type

[[Los 10 mitos de Moodle||es]]

or

[[Los 10 mitos de Moodle|Top 10 Moodle Myths in Spanish|es]]

Auto-linking phrases

Phrase Link
Moodle Roadmap https://docs.moodle.org/dev/Roadmap
Moodle Themes http://moodle.org/themes
Moodle Tracker http://tracker.moodle.org/
Moodle jobs http://moodle.org/jobs
Moodle books http://moodle.org/books
Plugins directory http://moodle.org/plugins/

More contrib filters