Help - Wiki-Linking
 
About wiki-linking
 

Wiki-Linking allows you to use simplified markup to link to other pages based on titles such as [[Introduction]] rather than using more verbose html tags and copy-pasting urls such as <a href="http://segue.example.edu/view/html/node/12345">Introduction</a>.

Segue's wiki-link uses a syntax similar to MediaWiki's.

Links within Segue
 
Links within a site
 

Put square-brackets around the title of a section, page, or content block to make a link to it. To link to a page called Introduction, you would use:

[[Introduction]]

To display alternate text, use the 'pipe' character after the name followed by the text to display:

[[Introduction|the introduction to my site]]
Links to another site
 

Linking to a page in another site is similar to linking to one in the same site, but with the addition of 'site:placeholder-name ' to the before the page title. To link to a page called Introduction in another site called 'chem101', you would use:

[[site:chem101 Introduction]]

To display alternate text, use the 'pipe' character after the name followed by the text to display:

[[site:chem101 Introduction|An introduction to chemistry]]
Links to a 'node' id
 

Sometimes a site will have several pages or content blocks with the same title and you may wish to link to a particular one. In this case, you can use the 'node' id of the page or content block to link specifically to it. You can find the 'node id' as the 'node' parameter for the address of that page:

http://segue.example.edu/view/html/node/123456/
http://segue.example.edu/?module=view&action=html&node=123456

To link to a page with id '123456', you would use the following. The current title will be used as the link-text.

[[node:123456]]

To display alternate text, use the 'pipe' character after the name followed by the text to display:

[[node:123456|The introduction to my site]]
External links
 

You can also use wiki-markup to link to full URLs. Linking to full URLs uses only one square-bracket:

[http://www.example.com/index.html]

To display alternate text, use a space after the name followed by the text to display:

[http://www.example.com/index.html Another web site]
Other forms of wiki-markup
 

Segue also provides text-templates for embedding videos, maps, and other media. See the help page on text-templates for more information.