Interwiki links: Difference between revisions

Created page with "{{Feature |explains= Special:Interwiki |description=shorthand for making links to popular websites or other wikis that have a reliable pattern |notes= |tests= |examples=<nowik..."
 
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Feature
{{Feature
|explains= Special:Interwiki
|image=Interwiki coordination barnstar.svg
|description=shorthand for making links to popular websites or other wikis that have a reliable pattern
|imgdesc=Interwiki
|notes=
|title=
|tests=
|examples=<nowiki>[[google:foo|search for 'foo' on Google]]</nowiki> results in this: [[google:foo|search for 'foo' on Google]]
}}
}}
{{#set:feature description = shorthand for making links to popular websites or other wikis that have a reliable pattern }}
{{#set:feature notes =  }}
{{#set:feature tests =  }}
{{#set:feature examples = [[google:foo|search for 'foo' on Google]] }}


== Interwiki Links ==
== Interwiki Links ==
Line 19: Line 21:


Directly in the database, you can look at the 'interwiki' table:
Directly in the database, you can look at the 'interwiki' table:
<source lang="mysql">SELECT iw_prefix, iw_url FROM interwiki </source>
<syntaxhighlight lang="mysql">SELECT iw_prefix, iw_url FROM interwiki </syntaxhighlight>


[[Category:Wiki]]
[[Category:Wiki]]