Difference between revisions of "Help:Contents"
From Aussie Arcade Wiki
Jump to navigationJump to searchm |
m |
||
Line 14: | Line 14: | ||
===== Internal Links ===== | ===== Internal Links ===== | ||
<table border="1" cellspacing="0" bordercolordark="white" bordercolorlight="black" cellpadding="4"> | |||
<tr> | |||
<th bgcolor="#CCCCCC" width="40%">Description</th> | |||
<th bgcolor="#CCCCCC" width="40%">You type</th> | |||
<th bgcolor="#CCCCCC" width="20%">You get</th> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link</td> | |||
<td width="40%">[[Main Page]]</td> | |||
<td width="20%">Main Page</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Piped link</td> | |||
<td width="40%"> | |||
[[Main Page|different text]] | |||
</td> | |||
<td width="20%">different text</td> | |||
</tr> | |||
<tr> | |||
<td width="40%"><span id="linktrail"></span>Word-ending links, following so called "linktrail rules" localised per each language</td> | |||
<td width="40%"> | |||
[[Help]]s | |||
[[Help]]ing | |||
[[Help]]ers | |||
[[Help]]almostanylettersyoulikehere | |||
</td> | |||
<td width="20%"> | |||
<p>Helps</p> | |||
<p>Helping</p> | |||
<p>Helpers</p> | |||
<p>Helpanylettersyoulikehere</p> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Avoiding word-ending links</td> | |||
<td width="40%"> | |||
[[Help]]<nowiki />ful advice | |||
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3 | |||
</td> | |||
<td width="20%"> | |||
<p>Helpful advice</p> | |||
<p>GPLv3</p> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Redirect</td> | |||
<td width="40%"> | |||
#REDIRECT [[Main Page]] | |||
</td> | |||
<td width="20%">→ Main Page</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to an anchor</td> | |||
<td width="40%"> | |||
[[#See also]] | |||
<p>Section headings and the top of the page are automatically anchored.</p> | |||
</td> | |||
<td width="20%">#See also</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to an anchor from different text</td> | |||
<td width="40%"> | |||
[[#See also|different text]] | |||
</td> | |||
<td width="20%">different text</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Setting an internal link anchor</td> | |||
<td width="40%"> | |||
<div id="NameOfAnchorHere">optional text</div> | |||
<p>Omit the "optional text" for invisible anchor.</p> | |||
</td> | |||
<td width="20%"> | |||
<div id="NameOfAnchorHere">optional text</div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to an anchor at another page</td> | |||
<td width="40%"> | |||
[[Help:Images#Supported media types for images]] | |||
</td> | |||
<td width="20%">Help:Images#Supported media types for images</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to the current page's talk page</td> | |||
<td width="40%"> | |||
[[{{TALKPAGENAME}}|Discussion]] | |||
</td> | |||
<td width="20%">Discussion</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to a subpage</td> | |||
<td width="40%"> | |||
[[/example]] | |||
<p>Shortcut for [[Help:Links/example|/example]]</p> | |||
</td> | |||
<td width="20%">/example</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to a subpage without the leading slash</td> | |||
<td width="40%"> | |||
[[/example/]] | |||
<p>Shortcut for [[Help:Links/example|example]].</p> | |||
</td> | |||
<td width="20%">example</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to a category page</td> | |||
<td width="40%"> | |||
[[:Category:Help]] | |||
</td> | |||
<td width="20%">Category:Help</td> | |||
</tr> | |||
<tr> | |||
<td width="40%">Internal link to an image or a file of other types</td> | |||
<td width="40%"> | |||
[[media:example.jpg]] | |||
[[media:example.pdf]] | |||
</td> | |||
<td width="20%">media:example.jpg<p>media:example.pdf</p> | |||
</td> | |||
</tr> | |||
</table> | |||
===== External Links ===== | ===== External Links ===== |
Revision as of 09:08, 10 August 2012
Basics
How do I create a new page?
There are several ways to create a new page:
- Create a link to the page on another page, then click on the red link which appears
- Browse to the intended location of the page, e.g. www.example.com/index.php?title=New_page and click on the edit link.
On some wikis, a failed search for a page will contain a link which allows you to edit that page.
Creating Links
Internal Links
Description | You type | You get |
---|---|---|
Internal link | Main Page | Main Page |
Piped link |
different text |
different text |
Word-ending links, following so called "linktrail rules" localised per each language |
Helps Helping Helpers Helpanylettersyoulikehere |
|
Avoiding word-ending links |
Help<nowiki />ful advice GPL<nowiki />v3 |
Helpful advice GPLv3 |
Redirect |
#REDIRECT Main Page
|
→ Main Page |
Internal link to an anchor |
Section headings and the top of the page are automatically anchored. |
#See also |
Internal link to an anchor from different text | different text | |
Setting an internal link anchor |
<div id="NameOfAnchorHere">optional text</div> Omit the "optional text" for invisible anchor. |
optional text
|
Internal link to an anchor at another page | Help:Images#Supported media types for images | |
Internal link to the current page's talk page |
Discussion |
Discussion |
Internal link to a subpage |
Shortcut for /example |
/example |
Internal link to a subpage without the leading slash |
Shortcut for example. |
example |
Internal link to a category page |
Category:Help |
Category:Help |
Internal link to an image or a file of other types |
media:example.jpg
|
media:example.jpg media:example.pdf |
External Links
Description | You Type | You Get |
External Link |
http://aussiearcade.com.au |
http://aussiearcade.com.au |
External link with different label |
[http://aussiearcade.com.au www.aussiearcade.com.au] |
www.aussiearcade.com.au |
Numbered external link | [http://aussiearcade.com.au] | [1] |
External links with file icons | [http://en.wikipedia.org/wiki/.avi video] [http://en.wikipedia.org/wiki/.ogg sound] [http://en.wikipedia.org/wiki/.pdf document] | video sound document |
Mailto link | [mailto:info@example.org email me] | email me |
Mailto named with subject line and body | [mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] | info |