Help:Links: Difference between revisions
Created page with "{{Construction}} There are five types of hypertext links in MediaWiki: # '''Internal links''' to other pages in the same wiki (commonly called "wikilink..." |
Tags: Mobile edit Mobile web edit |
||
| Line 336: | Line 336: | ||
Any URI you wish to add needs to be first declared through [[mw:Manual:$wgUrlProtocols|$wgUrlProtocols]] by a sysadmin. | Any URI you wish to add needs to be first declared through [[mw:Manual:$wgUrlProtocols|$wgUrlProtocols]] by a sysadmin. | ||
(This example is not enabled on | (This example is not enabled on GeminiStation wiki) | ||
|[skype:echo123 call me] | |[skype:echo123 call me] | ||
|} | |} | ||
| Line 350: | Line 350: | ||
|External link to the current page's edit page | |External link to the current page's edit page | ||
|<pre> | |<pre> | ||
[https:// | [https://wiki.geministation.com/index.php?title=Help:Links&action=edit Edit this page] | ||
[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] | [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] | ||
| Line 357: | Line 357: | ||
See also [[Help:Magic_words#URL_data|Help:Magic_words#URL_data]] and [[#External links|External links]] above. | See also [[Help:Magic_words#URL_data|Help:Magic_words#URL_data]] and [[#External links|External links]] above. | ||
| | | | ||
[https:// | [https://wiki.geministation.com/index.php?title=Help:Links&action=edit Edit this page] | ||
[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] | [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] | ||
| Line 363: | Line 363: | ||
|- | |- | ||
|External link to the current page's edit page, and styled to look like an internal link | |External link to the current page's edit page, and styled to look like an internal link | ||
|<pre><span class="plainlinks">[https:// | |<pre><span class="plainlinks">[https://wiki.geministation.com/index.php?title=Help:Links&action=edit Edit this page]</span></pre> | ||
The [[mw:Plainlinks|plainlinks class]] can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it. | The [[mw:Plainlinks|plainlinks class]] can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it. | ||
|<span class="plainlinks">[https:// | |<span class="plainlinks">[https://wiki.geministation.com/index.php?title=Help:Links&action=edit Edit this page]</span> | ||
|} | |} | ||