This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Help:Linking to Other Wikis"

From OdleWiki
m (Added section for d12 Manuals)
(Added section for d12 Workflow)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
''Linking to WikiPedia''
+
== Linking to WikiPedia ==
  
 
You can easily create links to articles on the English verison of Wikipedia by using the the <code>wpen</code> interwiki prefix:
 
You can easily create links to articles on the English verison of Wikipedia by using the the <code>wpen</code> interwiki prefix:
Line 17: Line 17:
 
will create this link: [[wpen:Castles | Castles on Wikipedia]]
 
will create this link: [[wpen:Castles | Castles on Wikipedia]]
  
''Linking to Other Wikis''
+
== Linking to Other Wikis ==
  
'''d12 Web Design and Development Support Manuals'''
+
=== d12 Web Design and Development Support Manuals ===
  
 
You can link to any page on the d12 Manuals by using the <code>d12man</code> interwiki prefix. For example this code:
 
You can link to any page on the d12 Manuals by using the <code>d12man</code> interwiki prefix. For example this code:
Line 28: Line 28:
  
 
creates this link: [[d12man:Sources of Images | sources of images]]
 
creates this link: [[d12man:Sources of Images | sources of images]]
 +
 +
=== d12 Web Design and Development Work Flow ===
 +
 +
You can link to any workflow by using the <code>d12wf</code> interwiki prefix. For example, this code:
 +
 +
<pre>
 +
[[d12wf:public:button_makers | Button Makers]]
 +
</pre>
 +
 +
creates this link: [[d12wf:public:button_makers | Button Makers]]
 +
 +
''Note:'' Many of the workflow pages are only accessible to logged-in users.

Latest revision as of 17:35, 3 July 2017

Linking to WikiPedia

You can easily create links to articles on the English verison of Wikipedia by using the the wpen interwiki prefix:

[[wpen:Castles]]

will create this link: wpen:Castles

To create a custom title, add the title after a pipe symbol. This code:

[[wpen:Castles | Castles on Wikipedia]]

will create this link: Castles on Wikipedia

Linking to Other Wikis

d12 Web Design and Development Support Manuals

You can link to any page on the d12 Manuals by using the d12man interwiki prefix. For example this code:

[[d12man:Sources of Images | sources of images]]

creates this link: sources of images

d12 Web Design and Development Work Flow

You can link to any workflow by using the d12wf interwiki prefix. For example, this code:

[[d12wf:public:button_makers | Button Makers]]

creates this link: Button Makers

Note: Many of the workflow pages are only accessible to logged-in users.