Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Creole format.

Creole format: Difference between revisions

From MoodleDocs
(New page: {{Wiki}}{{Moodle 2.0}} TODO: Write Creole format help Category:Wiki Category:Moodle 2.0)
 
mNo edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Wiki}}{{Moodle 2.0}}
{{Wiki}}
Creole is a common wiki markup language for which a small edit toolbar is available in Moodle.


TODO: Write Creole format help
==Creole syntax examples==
Emphasized text:


[[Category:Wiki]]
//emphasized// (e.g., italics)
[[Category:Moodle 2.0]]
**strongly emphasized** (e.g., bold)
 
Lists:
 
* Bullet list
* Second item
** Sub item
 
# Numbered list
# Second item
## Sub item
 
Links:
 
<nowiki>Link to [[wikipage]]</nowiki>
<nowiki>[[link_address|link text]]</nowiki>
 
Headings: (closing equals signs are optional)
 
= Extra-large heading
== Large heading
=== Medium heading
==== Small heading
 
Linebreaks:
 
Force\\linebreak
 
Horizontal Line:
 
----
 
Images:
 
<nowiki>{{Image.jpg|title}}</nowiki>
 
Tables:
 
|= |= table |= header |
| a | table | row |
| b | table | row |
 
No markup:
 
{{{
This text will //not// be **formatted**.
}}}
 
==See also==
 
* [https://en.wikipedia.org/wiki/Creole_%28markup%29 Creole (markup) - Wikipedia]
 
[[es:Formato caló (creole)]]
[[de:Creole-Syntax]]

Latest revision as of 20:44, 25 November 2018


Creole is a common wiki markup language for which a small edit toolbar is available in Moodle.

Creole syntax examples

Emphasized text:

//emphasized// (e.g., italics)

**strongly emphasized** (e.g., bold)

Lists:

* Bullet list
* Second item
** Sub item
# Numbered list
# Second item
## Sub item

Links:

Link to [[wikipage]]
[[link_address|link text]]

Headings: (closing equals signs are optional)

= Extra-large heading
== Large heading
=== Medium heading
==== Small heading

Linebreaks:

Force\\linebreak

Horizontal Line:

----

Images:

{{Image.jpg|title}}

Tables:

|= |= table |= header |
| a | table | row |
| b | table | row |

No markup:

{{{
This text will //not// be **formatted**.
}}}

See also