Lists

Numbered Lists

How to continue a numbered list

It seems to be impossible to tell DokuWiki to start a numbered list with something else than 1. If your list, however, is interrupted by e.g. code, an image or something alike, you can continue numbering by using the WRAP plugin.

PROBLEM

  1. first element
  2. second element

ExtraInfo

ExtraInfo

some additional information to second element, which should not break the numbering

  1. third element

WikiCode

WikiCode

__PROBLEM__
  - first element
  - second element
<hidden ExtraInfo>
some additional information to second element, which should not break the numbering
</hidden>
  - third element

SOLUTION

  1. first element
  2. second element

    ExtraInfo

    ExtraInfo

    some additional information to second element, which should not break the numbering

  3. third element

WikiCode

WikiCode

__SOLUTION__
  - first element
  - second element<WRAP>
<hidden ExtraInfo>
some additional information to second element, which should not break the numbering
</hidden>
</WRAP>
  - third element

Permissions

You have no permissions to edit/upload/delete information

Explanation

Changing information on a DokuWiki is always a sensitive thing. It is for this reason that there is a fine grained access control in the DokuWiki. Essentially, there is a hierarchy of privileges where granting the more specific ones (higher number in our list) includes the more general ones.

  1. None
  2. Read
  3. Edit

For namespaces, there are three additional privileges

  1. Create
  2. Upload
  3. Delete

Note, once you have delete privileges, you are under full control of a namespace. Deleting contents cannot be undone!

Solution

Contact the DokuWiki_admin or the sysadmin

AdminIssues

AdminIssues

If you are not allowed to create the new page, then ask your admin/tutor to grant you at least upload permissions to the studentarea folder

Figure 1: Follow this link to update access permissions