mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 03:53:49 +01:00
14 lines
712 B
HTML
14 lines
712 B
HTML
<p align="center"><b>Set Page Flags</b></p>
|
|
<p>Flags are assigned to a wiki page and allow to change the type or behavior.</p>
|
|
|
|
<p>Flag description:</p>
|
|
<table border="1" width="100%"><tbody>
|
|
<tr><td valign="top" width="25%">TXT</td><td>The page contains text.</td></tr>
|
|
<tr><td valign="top" width="25%">BIN</td><td>The page contains binary data.</td></tr>
|
|
<tr><td valign="top" width="25%">OFF</td><td>The page is disabled.</td></tr>
|
|
<tr><td valign="top" width="25%">HTM</td><td>Allow HTML for this page (the general Wiki setting precedes this flag).</td></tr>
|
|
<tr><td valign="top" width="25%">RO</td><td>Read Only.</td></tr>
|
|
<tr><td valign="top" width="25%">WR</td><td>Writable.</td></tr>
|
|
</table>
|
|
|