moodle/lang/en_utf8/help/wiki/setpageflags.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>