DokuWiki

It's better when it's simple

User Tools

Site Tools


namespaces

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
namespaces [2017-07-27 07:59] – old revision restored (2017-07-26 11:01) werner.flammenamespaces [2024-02-26 11:56] – [Interwiki Links] 185.213.83.34
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 11: Line 5:
 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 DokuWikipages 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]].
  
-^  Examples:  ^^ +^  Examples:                                                                                                                                                                                                                                                                                                                                                                      || 
-|example\\ .example\\ .:example|refers to the page "example" in the **current** namespace.| +| example\\ .example\\ .:example          | refers to the page "example" in the **current** namespace.                                                                                                                                                                                                                                                                             
-|:example|refers to the page "example" in the **root** namespace.| +| :example                                | refers to the page "example" in the **root** namespace.                                                                                                                                                                                                                                                                                
-|..example\\ ..:example\\ .:..:example|refers to the page "example" in the **parent** namespace| +| ..example\\ ..:example\\ .:..:example   | refers to the page "example" in the **parent** namespace                                                                                                                                                                                                                                                                               
-|wiki:example|refers to the page "example" in the namespace "wiki". The namespace "wiki" is located **beneath the root** namespace.| +| wiki:example                            | refers to the page "example" in the namespace "wiki". The namespace "wiki" is located **beneath the root** namespace.                                                                                                                                                                                                                  
-|ns1:ns2:example\\ :ns1:ns2:example|refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beneath the root** namespace.| +| ns1:ns2:example\\ :ns1:ns2:example      | refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beneath the root** namespace.                                                                                                                                                                
-|.ns1:ns2:example\\ .:ns1:ns2:example|refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beneath the current** namespace.| +| .ns1:ns2:example\\ .:ns1:ns2:example    | refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beneath the current** namespace.                                                                                                                                                             
-|..ns1:ns2:example\\ ..:ns1:ns2:example|refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beside the current** namespace (i.e. both ns1 and the current namespace are beneath the same parent namespace, wherever according to the root namespace this parent may be located itself).| +| ..ns1:ns2:example\\ ..:ns1:ns2:example  | refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beside the current** namespace (i.e. both ns1 and the current namespace are beneath the same parent namespace, wherever according to the root namespace this parent may be located itself).  
-|.ns1:ns2:\\ .:ns1:ns2:|refers to the page "start" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located beneath the current namespace.\\ \\ (The default page can be named something other than "startby adjusting the [[config:startpage]] configuration setting.)+| .ns1:ns2:\\ .:ns1:ns2:                  | refers to start page of the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located beneath the current namespace.\\ \\ Please refer to [[#Namespace Default Linking]] below how the start page is determined | 
 +| ~example\\ ~:example                    | refers to the page "example", using the current page as a namespace. Eg. if used on the page "foo:bar", the link will refer to "foo:bar:example"This is an effective way of creating sub-namespaces from existing pages.                                                                                                             |
  
 :!: Gotcha: The syntax for relative and absolute internal links is non-unique and complex relative to directory and filename conventions. :!: Gotcha: The syntax for relative and absolute internal links is non-unique and complex relative to directory and filename conventions.
  
-Paths are absolute if and only if they begin with "/". 
  
 Links are absolute if and only if they have a ":" prefix or have no prefix but do have intermediate (or suffix) ":" Links are absolute if and only if they have a ":" prefix or have no prefix but do have intermediate (or suffix) ":"
  
 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 72: Line 75:
 ===== Namespace Default Linking ===== ===== Namespace Default Linking =====
  
-It is possible to link to the default file of a namespace by ending the linkid +It is possible to link to the default page of a namespace by ending the linkid 
-with a colon: %%[[foo:bar:]]%%. Which page the link links to is dependent on the +with a colon: ''%%[[foo:bar:]]%%''. Which page the link links to is dependent on the 
-existence of certain named files. For %%[[foo:bar:]]%% the following pages are+existence of certain named files. For ''%%[[foo:bar:]]%%'' the following pages are
 checked: checked:
  
Line 85: Line 88:
 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.
  
- +See [[config:startpage]] to learn about configuring the startpage name (defaults to ''start'')
-DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis+<p>&nbsp;</p> 
-For example this is link to Wikipedia's page about Wikis[[wp>Wiki]].+<p><img src="https://philippinesangeles.com/wp-content/uploads/2024/02/daftartogelterbaik-850x510.jpg" alt="NANA4D Bandar Situs Toto Terpercaya Bonus Terbaik Dan Pelayanan Responsif" /></p> 
 +<p>Pelayanan pelanggan yang responsif adalah salah satu kunci paling utama sekali untuk pengalaman berjudi yang menyenangkan dan tanpa masalah. Dan NANA4D, sebagai main toto, dikenal karena pelayanannya yang sangat responsif. Artikel ini akan membahas bagaimana NANA4D mengutamakan pelayanan pelanggan dan memberikan pengalaman berjudi online yang lebih baik. Oleh sebab itu NANA4D memiliki tim pelayanan pelanggan yang terdiri dari profesional berpengalaman. Dan pastinya mereka tidak hanya memahami industri perjudian online, tetapi juga memiliki dedikasi untuk memberikan bantuan dan solusi terbaik kepada setiap pemain. Salah satu keunggulan NANA4D adalah dukungan pelanggan yang tersedia 24 jam. Semua pemain dapat menghubungi tim dukungan kapan saja, baik itu untuk pertanyaan umum, bantuan teknis, atau informasi tentang promosi terbaru. Pastinya NANA4D menyediakan berbagai cara mudah untuk menghubungi tim dukungan, termasuk live chat, whatsapp, email, dan nomor telepon yang dapat dihubungi. Dengan itu ketika pemain mengalami masalah atau memiliki pertanyaan, NANA4D bertujuan untuk memberikan resolusi dengan cepat. Dan tim dukungan berkomitmen untuk menanggapi setiap permintaan atau keluhan dengan efisiensi dan keprofesionalan.</p> 
 +<p>Tim pelayanan pelanggan NANA4D memiliki pemahaman yang mendalam tentang kebutuhan dan keinginan pemain. NANA4D senantiasa terbuka terhadap feedback dari pemain. Evaluasi konstan terhadap layanan pelanggan membantu NANA4D untuk terus memperbaiki dan meningkatkan kualitas pelayanannya. Dalam dunia perjudian online yang dinamis, NANA4D selalu siap menghadapi perubahan. Tentunya tim pelayanan pelanggan terus memantau perkembangan industri untuk memberikan layanan yang tetap relevan dan sesuai dengan harapan pemain.&nbsp;Dengan tim yang profesional, dukungan 24 jam, dan kesigapan terhadap perubahan, NANA4D memastikan bahwa pemain merasa didukung dan dihargai setiap saat. Ayo bergabunglah dengan NANA4D dan rasakan perbedaannya dalam pelayanan pelanggan yang paling responsif di dunia perjudian online. Mungkin itu saja pembahasan saya mengenai&nbsp;main toto, penting bagi anda bergabung dengan main toto agar aman dan nyaman dalam bermain. Dan juga kelebihan lainnya seperti menyajikan permainan main toto yang adil dan transparan. Nah, tunggu apa lagi ayo gabung dan bermain di NANA4D yang memberikan pengalaman main togel paling mengesankan dan menarik.</p> 
 +<p>Link Terkait :</p> 
 +<p><strong><href="https://eneriknits.com/">AGEN TOGEL 4D</a></strong></p> 
 +<p><strong><a href="https://gagdad.com/">SITUS TOGEL 4D</a></strong></p> 
 +<p><strong><a href="https://carclenx.com/wp-content/togel-4d/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://tadalafilcialisonline.com/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://vipgirlsinpakistan.com/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://bookofraonlinegame.com/">SITUS TOTO</a></strong></p> 
 +<p><strong><a href="https://langsunggas.com/situs-toto/">SITUS TOTO</a></strong></p> 
 +<p><strong><a href="https://nana4d-trusted.com/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://dijitalsafahat.com/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://nana4d-toto.com/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://thedutifulcat.com/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://devopsrun.com/">BO TOGEL</a></strong></p> 
 +<p><strong><a href="https://revz.io/-/nana4d/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://buildingmaterialsnepal.com/-/nana4d/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://langsunggas.com/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://hanoufq8.com/-/nana4d/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://ebookfree.net/wp-content/uploads/login-nana4d/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://www.behalinternational.com/-/nana4d/">NANA4D</a></strong></p> 
 +<p><strong><a href="https://map-dz.com/-/situs-toto/">SITUS TOTO</a></strong></p> 
 +<p><strong><a href="https://map-dz.com/-/link-toto/">SITUS TOTO</a></strong></p> 
 +<p><strong><a href="https://pub-7b1bfc01c7034f2291d5e82de5c14f52.r2.dev/index.html">SLOT DEMO</a></strong></p> 
 +<p><strong><a href="https://pub-38c256fc0b60483987d4d7c2fd04d49e.r2.dev/index.html">NANA4D</a></strong></p> 
 +<p><strong><a href="https://roseweel.com/">SLOT DEMO</a></strong></p> 
 +<p><strong><a href="https://mastengslotdemo.xyz/">SLOT DEMO</a></strong></p> 
 +<p><a href="https://suryaaksara.umpwr.ac.id/slot-demo/"><strong>SLOT DEMO</strong></a></p> 
 +<p><a href="https://pub-960c92f8a56a4684a6145eb538300636.r2.dev/index.html"><strong><strong>SLOT DEMO</strong></strong></a></p> 
 +<p><a href="https://pmat.umpwr.ac.id/toto-4d/"><strong><strong>MAIN TOTO</strong></strong></a></p> 
 +<p><a href="https://pub-a8208ffe20b64271b9482d58ed68aee7.r2.dev/mobile.html"><strong><strong>MAIN TOTO</strong></strong></a></p> 
 +<p><a href="https://www.quantumvisionsystemreview.com/"><strong>ROKOKBET</strong></a></p>
namespaces.txt · Last modified: 2024-04-18 14:58 by 136.226.109.24

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki