Difference between revisions of "How to make an inter-wiki link"

From CCoWS Wiki
Jump to: navigation, search
(New page: There are four linked wikis here: * EcoViz Public] (E) * [[EP:Main PageEcoViz Private (EP) * SEP Public (S) * SEP Private (SP) To create ...)
 
 
Line 1: Line 1:
 
There are four linked wikis here:
 
There are four linked wikis here:
  
* [[E:Main Page|EcoViz Public] (E)
+
* [[E:Main Page|EcoViz Public]] (E)
 
* [[EP:Main PageEcoViz Private]] (EP)
 
* [[EP:Main PageEcoViz Private]] (EP)
 
* [[S:Main Page|SEP Public]] (S)
 
* [[S:Main Page|SEP Public]] (S)
Line 8: Line 8:
 
To create a normal link to a page called 'Test', use:
 
To create a normal link to a page called 'Test', use:
  
  [[Test]]
+
  <nowiki>[[Test]]</nowiki>
  
 
which appears like this: [[Test]]
 
which appears like this: [[Test]]
Line 14: Line 14:
 
To create a normal link to a page, but with different text to the name of the page, use:
 
To create a normal link to a page, but with different text to the name of the page, use:
  
  [[Test|Different text]]
+
  <nowiki>[[Test|Different text]]</nowiki>
  
 
which appears like this: [[Test|Different text]]  
 
which appears like this: [[Test|Different text]]  
Line 20: Line 20:
 
To create an inter-wiki link, prefix the page name with one of the letter codes above, e.g:
 
To create an inter-wiki link, prefix the page name with one of the letter codes above, e.g:
  
  [[EP:Test|This link goes to the EcoViz Private Wiki]].
+
  <nowiki>[[EP:Test|This link goes to the EcoViz Private Wiki]]</nowiki>
  
 
which appears like this: [[EP:Test|This link goes to the EcoViz Private Wiki]]
 
which appears like this: [[EP:Test|This link goes to the EcoViz Private Wiki]]

Latest revision as of 14:01, 27 February 2009

There are four linked wikis here:

To create a normal link to a page called 'Test', use:

[[Test]]

which appears like this: Test

To create a normal link to a page, but with different text to the name of the page, use:

[[Test|Different text]]

which appears like this: Different text

To create an inter-wiki link, prefix the page name with one of the letter codes above, e.g:

[[EP:Test|This link goes to the EcoViz Private Wiki]]

which appears like this: This link goes to the EcoViz Private Wiki