mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Revert "MDL-26392, nwiki and creole format wiki pages should support file attachments"
This reverts commit 0c5e812ba7
because UI is going to be reimplemented.
This commit is contained in:
parent
97b4297e13
commit
23c799459d
6 changed files with 109 additions and 82 deletions
|
@ -68,16 +68,12 @@ To create a new page, type the new page name enclosed in double square brackets,
|
|||
$string['formatcreole'] = 'Creole format';
|
||||
$string['formatcreole_help'] = 'Creole is a common wiki markup language with an edit toolbar for inserting appropriate markup.
|
||||
|
||||
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].
|
||||
|
||||
To insert image, attach the image files in file manager, then reference the file name using creole markup language.';
|
||||
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].';
|
||||
$string['formatcreole_link'] = 'mod/wiki/creole';
|
||||
$string['formatnwiki'] = 'NWiki format';
|
||||
$string['formatnwiki_help'] = 'Nwiki is the Mediawiki-like markup language used in the contributed Nwiki module.
|
||||
|
||||
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].
|
||||
|
||||
To insert image, attach the image files in file manager, then reference the file name using nwiki markup language.';
|
||||
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].';
|
||||
$string['formatnwiki_link'] = 'mod/wiki/nwiki';
|
||||
$string['history'] = 'History';
|
||||
$string['history_help'] = 'The history lists links to previous versions of the page.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue