Help:External links: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m fix typo |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
To create a link to a page outside wiki, navigate to that page and copy its html address. Then put it in your document and precede and follow it with a single square bracket (one [ and one ]). You can rename the link by putting a space after the html string, then typing what you'd like it to say. | To create a link to a page outside wiki, navigate to that page and copy its html address. Then put it in your document and precede and follow it with a single square bracket (one [ and one ]). You can rename the link by putting a space after the html string, then typing what you'd like it to say. | ||
:Examples: | :Examples: | ||
::This is what a link to the <nowiki>[http://wiki.antir.sca.org/index.php?title=Main_Page]</nowiki> | ::This is what a link to the Main Page would look like in the editor: <nowiki>[http://wiki.antir.sca.org/index.php?title=Main_Page]</nowiki> | ||
::This is what a link to the <nowiki>[http://wiki.antir.sca.org/index.php?title=Main_Page Start]</nowiki> | :::This is what the above link will look like on the page: [http://wiki.antir.sca.org/index.php?title=Main_Page] | ||
::This is what a link to the Main Page look like in the editor if I wanted to rename it to Start: <nowiki>[http://wiki.antir.sca.org/index.php?title=Main_Page Start]</nowiki> | |||
:::This is what the above link will look like on the page: [http://wiki.antir.sca.org/index.php?title=Main_Page Start] |
Latest revision as of 12:51, 19 January 2009
To create a link to a page outside wiki, navigate to that page and copy its html address. Then put it in your document and precede and follow it with a single square bracket (one [ and one ]). You can rename the link by putting a space after the html string, then typing what you'd like it to say.
- Examples:
- This is what a link to the Main Page would look like in the editor: [http://wiki.antir.sca.org/index.php?title=Main_Page]
- This is what the above link will look like on the page: [1]
- This is what a link to the Main Page look like in the editor if I wanted to rename it to Start: [http://wiki.antir.sca.org/index.php?title=Main_Page Start]
- This is what the above link will look like on the page: Start
- This is what a link to the Main Page would look like in the editor: [http://wiki.antir.sca.org/index.php?title=Main_Page]