Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| doc:links [2026/03/31 14:18] – [Internal links] Simon Grant | doc:links [2026/04/04 18:58] (current) – Simon Grant | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| The one on the left is for internal links – that is, links to other pages in **this** wiki – and the one on the right for external links. | The one on the left is for internal links – that is, links to other pages in **this** wiki – and the one on the right for external links. | ||
| - | ==== Internal links to other pages in the wiki ==== | + | ==== Internal links to other pages in this wiki ==== |
| We recommend this as the way to link to existing pages, because of the help that is provided when you click on the internal link icon. A 'Link Wizard' | We recommend this as the way to link to existing pages, because of the help that is provided when you click on the internal link icon. A 'Link Wizard' | ||
| Line 27: | Line 27: | ||
| To create an internal link, you put the [[namespace]] and the page name you want to link to in double square brackets. For example, if you want to link to the page on Alpacas, writing `[[alps: | To create an internal link, you put the [[namespace]] and the page name you want to link to in double square brackets. For example, if you want to link to the page on Alpacas, writing `[[alps: | ||
| - | Some page names vary slightly from what is displayed in the page title. So, for instance, the page with the title " | + | Some page names vary slightly from what is displayed in the page title. So, for instance, the page with the title " |
| | | ||
| The way this works, needing to include the namespace, can be a bit tricky, and is why we recommend using the Wizard as above. | The way this works, needing to include the namespace, can be a bit tricky, and is why we recommend using the Wizard as above. | ||
| Line 33: | Line 33: | ||
| ==== External links ==== | ==== External links ==== | ||
| - An example of the general case is `[[https:// | - An example of the general case is `[[https:// | ||
| - | - For a few particular cases, especially Wikipedia, there is a nice short cut. | + | - For a few particular cases, there is a nice short cut. |
| - | - For instance, `[[wp> | + | - For Wikipedia, `[[wp> |
| - | - We don' | + | - We try not to support Big Tech, but if you really want a Google search, it can be done as `[[google> |
| - You can refer to DokuWiki' | - You can refer to DokuWiki' | ||
| Line 47: | Line 47: | ||
| You can use the same idea as in DokuWiki, but with Markdown syntax, like this: | You can use the same idea as in DokuWiki, but with Markdown syntax, like this: | ||
| - | * `[Low-impact | + | * `[Low-impact |
| * `[](alps: | * `[](alps: | ||
| Line 53: | Line 53: | ||
| Using the above example here is is `[P2P Foundation wiki](https:// | Using the above example here is is `[P2P Foundation wiki](https:// | ||
| - | However, the DokuWiki short cuts, to Wikipedia, Google, etc., are not available in Markdown. | + | DokuWiki short cuts, to Wikipedia, Google, etc., are also available in Markdown, with a few more characters. |
| + | |||
| + | `[Commons on Wikipedia](wp> | ||
| ---- | ---- | ||
| Line 70: | Line 72: | ||
| ==== External links ==== | ==== External links ==== | ||
| - | In general, external links are shown in green, with a globe icon in front of them, unlike internal links that have no extra icon. There is no obvious indication whether the URL linked to has a page or not. You just have to try it and see: if it's not there, you might get a ' | + | In general, external links are shown in green, with a globe icon in front of them, unlike internal links that have no extra icon. There is no obvious indication whether the URL linked to has a page or not. You just have to try it and see: if it's not there, you might get a ' |
| - | When you create an external link, there is no mechanism for creating a backlink, so it's practically impossible to see that you have linked to it. | + | When you create an external link, there is no mechanism for creating a backlink, so it's practically impossible to see from the other page that you have linked to it. |
| ---- | ---- | ||