This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
namespaces [2017-11-11 21:22] 181.57.246.102 |
namespaces [2019-01-10 20:05] (current) platform [Namespaces] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== DECLARACION DE APLICABILIDAD ====== | ||
- | XXXX | ||
- | |||
- | A default DokuWiki installation comes with the built-in namespaces: //wiki// and //playground//. | ||
- | ===== 5. Politica del SGISI ===== | + | ===== Creating Namespaces ===== |
You don't need to create namespaces separately; simply create pages with colons in the [[pagename]]. | You don't need to create namespaces separately; simply create pages with colons in the [[pagename]]. | ||
Line 11: | Line 7: | ||
All namespaces used in your pagename that don't exist already will be created by DokuWiki automatically. | All namespaces used in your pagename that don't exist already will be created by DokuWiki automatically. | ||
- | A namespace can be created in the media manager after having selected a file on the local computer and adding a ''name:'' (of namespace wanted) just before the media file name and then clicking ''upload''. This will create on the fly the namespace (folder) for the file media, visible after a refresh of the windows. | + | A namespace can be created in the media manager after having selected a file on the local computer and adding a ''name:'' (of namespace wanted) just before the media file name and then clicking ''upload''. This will create on the fly the namespace (folder) for the file media, visible after a refresh of the windows. |
In DokuWiki pages are created as in every other wiki. Simply create a link to a non existing page, follow this link, and click on Create this page. See also [[.:page#create_a_page|Adding pages]]. | In DokuWiki pages are created as in every other wiki. Simply create a link to a non existing page, follow this link, and click on Create this page. See also [[.:page#create_a_page|Adding pages]]. | ||
Line 32: | 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 ===== | ||
Line 85: | Line 90: | ||
The pages are checked in that order and whatever page is found first will be linked to. [[config:autoplural|Autoplural]] linking is not done for those links. | The pages are checked in that order and whatever page is found first will be linked to. [[config:autoplural|Autoplural]] linking is not done for those links. | ||
- | DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. | + | ===== Interwiki Links ===== |
- | For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]]. | + | |
+ | DokuWiki supports Interwiki links. These are quick links to other Wikis. | ||
+ | For example: [[wp>Wiki]] is a link to Wikipedia's page about Wikis. → Main article: [[doku>Interwiki]] |