Help:Intersite linking
From AcornWiki
Interwiki links are links to pages of other projects, using a prefixed internal link style.
Interwiki links make it possible, to link to other Acorn IT Group sites as well as pages at other wikis (like Wikipedia, Wikibooks, Wikinews, etc.)
A link like [[Wikipedia:Main Page]] will appear like this: Wikipedia:Main Page and redirect you to Wikipedia's Main Page.
Contents |
Interwiki links to other sites and projects
Acorn IT Group divisions
| Site | Prefix | Direction | Usage example |
| AcornWiki | aw | http://acornitgroup.com/wiki/$1 | [[aw:Human resources|Human resources]] |
| Allogro | alo | http://www.allogro.com/$1 | [[alo:component/option,com_contact/Itemid,3/|contact Allogro]] |
| ClientKeepers Services | cks | http://clientkeepers.com/$1 | |
| FarStriders Design | fsd | http://farstriders.com/$1 | |
| IP6 Advisers | ip6 | http://ip6advisers.com/$1 | |
| NevaCal | nvc | http://www.nevacal.com/$1 | |
| Sacramento Online Services | son | http://sacramentoonlineservices.com/$1 |
Acorn IT Group business units
| Site | Prefix | Direction | Usage example |
| DataCodes.INFO Project | dci | http://datacodes.info/content/ | |
| DataCodes.INFO Project Discussion forums |
dcp | http://datacodes.info/discuss/ | |
| Golden State Auction | gsa | http://goldenstateauction.com/$1 | |
| NoteLister Service | nls | http://notelister.com/$1 | |
| Silver State Auction | ssa | http://silverstateauction.com/$1 |
Related sites
Note: These sites and their content are not official Acorn IT Group sites, and may present views or statements that are not shared by the company. These links are provided simply to make it easier to link to information on these sites, not to endorse the information contained therein.
| Site | Prefix | Direction | Usage example |
| Furth and Fortune Blog | ffb | http://willmurray.name/blog/$1 | |
| GoMurray.com | gom | http://gomurray.com/$1 | |
| Will Murray's site | mur | http://willmurray.name/$1 | |
| Sacramento Online Services Client sites |
mys | http://my.sac-on.com/$1 |
Wikimedia projects
Several Wikimedia-Projects (and others) are ready for interwiki linking by default, so you can use them easily.
Note: These sites and their content are not official Acorn IT Group sites, and may present views or statements that are not shared by the company. These links are provided simply to make it easier to link to information on these sites, not to endorse the information contained therein.
| Prefix | Shortcut | Direction | Usage example |
| commons | c | http://commons.wikimedia.org/wiki/ | [[commons:MediaWiki]] |
| mediazilla | http://bugzilla.wikipedia.org/ | [[mediazilla:1209]] |
|
| meta | m | http://meta.wikimedia.org/wiki/ | [[meta:Main Page]] |
| mediawiki | mw | http://www.mediawiki.org/wiki/ | [[mw:Help:Contents]] |
| wikibooks | b | http://en.wikibooks.org/wiki/ | [[wikibooks:Main Page]] |
| wikimedia | http://wikimediafoundation.org/wiki/ | [[wikimedia:Main Page]] |
|
| wikinews | n | http://en.wikinews.org/wiki/ | [[wikinews:Main Page]] |
| wikiquote | q | http://en.wikiquote.org/wiki/ | [[wikiquote:Main Page]] |
| wikisource | s | http://sources.wikipedia.org/wiki/ | [[wikisource:Main Page]] |
| wikispecies | http://species.wikipedia.org/wiki/ | [[wikispecies:Main Page]] |
|
| wiktionary | wikt | http://en.wiktionary.org/wiki/ | [[wiktionary:Main Page]] |
Adding more
Other sites to which we frequently link can be added by a Sysop by editing the database.
The Sysop will go to the database table interwiki and add a new line (usually done with phpMyAdmin):
iw_prefix: choose a prefix, which is used for interwiki linking, e.g. "Wikipedia" or "wp" for linking to Wikipediaiw_url: enter the project's URL (e.g.,http://en.wikipedia.org/wiki/$1for Wikipedia). Don't forget the$1as it is replaced with the article's name to which you are linking (e.g.,[[Wikipedia:Main Page]]links tohttp://en.wikipedia.org/wiki/Main_Page).iw_local: if 1, your wiki will redirect even external links of the form iw_prefix:title, not only those from its own pages. you need this if you want to use the redirect functionality from outside your wiki or other wikis use your transwiki functions for nested transwiki links (like http://en.wikipedia.org/wiki/fr:Accueil)iw_trans: "transwiki transclusion" - set to 1 if you want to use pages from the other wiki as templates. You will also need to set $wgEnableScaryTranscluding = true in your LocalSettings.php

