This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
namespaces [2018-05-07 20:16] Michaelsy [Interwiki Links] Accentuation of the main article |
namespaces [2019-01-10 20:05] (current) platform [Namespaces] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Namespaces ====== | ||
- | A namespace is similar to a directory or folder, while pages are similar to files. | ||
- | In [[DokuWiki]] you can use namespaces to categorize your pages. For names of namespaces the same restrictions hold as for [[pagename|pagenames]]. | ||
- | |||
- | A default DokuWiki installation comes with the built-in namespaces: //wiki// and //playground//. | ||
===== Creating Namespaces ===== | ===== Creating Namespaces ===== | ||
Line 33: | Line 28: | ||
Links relative to the current namespace may also begin with either "." or ".:" (".." or "..:" for parent namespace). | Links relative to the current namespace may also begin with either "." or ".:" (".." or "..:" for parent namespace). | ||
+ | |||
+ | ===== Referring Images ===== | ||
+ | |||
+ | Regarding referring of namespaces, images and other media files are handled like wiki pages. That means, the following refers to an image that belongs to the current namespace: | ||
+ | <code> | ||
+ | {{image.jpg}} | ||
+ | </code> | ||
+ | |||
+ | |||
===== Deleting namespaces ===== | ===== Deleting namespaces ===== |