mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
14 lines
711 B
HTML
14 lines
711 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>Writeable.</td></tr>
|
|
</table>
|
|
|