Interwiki: Difference between revisions

727 bytes added ,  23 February 2018
→‎Interwiki of this wiki: updated the interwiki to use HTTPS for interwiki links to WMF wikis and added this development wiki (develop) and the test wiki to interwiki
(Interwiki of this wiki)
(→‎Interwiki of this wiki: updated the interwiki to use HTTPS for interwiki links to WMF wikis and added this development wiki (develop) and the test wiki to interwiki)
 
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:
== Interwiki of this wiki ==
== Interwiki of this wiki ==
<pre>
<pre>
mysql> select * from interwiki;
MariaDB> select * from interwiki;
+------------+-------------------------------------+----------+----------+--------+-----------+
+------------+------------------------------------------------------+----------+----------+--------+-----------+
| iw_prefix  | iw_url                             | iw_local | iw_trans | iw_api | iw_wikiid |
| iw_prefix  | iw_url                                               | iw_local | iw_trans | iw_api | iw_wikiid |
+------------+-------------------------------------+----------+----------+--------+-----------+
+------------+------------------------------------------------------+----------+----------+--------+-----------+
| w          | http://www.wikipedia.org/wiki/$1   |        0 |        0 |        |          |
| w          | https://www.wikipedia.org/wiki/$1                   |        0 |        0 |        |          |
| m          | http://meta.wikimedia.org/wiki/$1   |        0 |        0 |        |          |
| m          | https://meta.wikimedia.org/wiki/$1                   |        0 |        0 |        |          |
| meta      | http://meta.wikimedia.org/wiki/$1   |        0 |        0 |        |          |
| meta      | https://meta.wikimedia.org/wiki/$1                   |        0 |        0 |        |          |
| simple    | http://simple.wikipedia.org/wiki/$1 |        0 |        0 |        |          |
| simple    | https://simple.wikipedia.org/wiki/$1                 |        0 |        0 |        |          |
| Wiktionary | http://wiktionary.org/wiki/$1       |        0 |        0 |        |          |
| Wiktionary | https://wiktionary.org/wiki/$1                       |        0 |        0 |        |          |
| WikiBooks  | http://wikibooks.org/wiki/$1        |        0 |        0 |        |          |
| WikiBooks  | https://wikibooks.org/wiki/$1                       |       0 |        0 |        |          |
| lsb        | http://let.sysops.be/wiki/$1        |        0 |        0 |        |          |
| wikidata  | https://www.wikidata.org/wiki/$1                    |        0 |        0 |        |          |
| mw        | http://www.mediawiki.org/wiki/$1   |        0 |        0 |        |          |
| mw        | https://www.mediawiki.org/wiki/$1                   |        0 |       0 |        |          |
+------------+-------------------------------------+----------+----------+--------+-----------+
| rfc        | https://tools.ietf.org/html/rfc$1                    |        0 |        0 |        |          |
8 rows in set (0.00 sec)
| pmid      | https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract |        0 |        0 |        |          |
| smw        | https://www.semantic-mediawiki.org/wiki/$1           |        0 |        0 |        |          |
| test      | http://test.consumerium.org/wiki/$1                  |        1 |        1 |        |          |
| develop    | http://develop.consumerium.org/wiki/$1              |        1 |        1 |        |          |
+------------+------------------------------------------------------+----------+----------+--------+-----------+
13 rows in set (0.00 sec)
 
</pre>
</pre>


== See also ==
== See also ==
* [[MediaWiki/Extensions#Interwiki|Interwiki MediaWiki extension]] - [[mw:Extension:Interwiki]]- an extension to allow selected people manipulate the interwiki table of an wiki onwiki ( not needing SQL )
* The [[mw:Extension:Interwiki]] adds the "Special:Interwiki" page to MediaWiki, to view and edit the interwiki table, and a log of any actions made with it.
* [[mw:Extension:BADI_Pages_Created_Links]] - Allows display of links in toolbox to other wiki or wiki-like sites whereby '''links are colored differently''' depending on whether the '''page''' there '''has been created yet or not'''. Status determined by response code or Last-Modified HTTP HEAD requests.
* [[mw:Extension:BADI_Pages_Created_Links]] - Allows display of links in toolbox to other wiki or wiki-like sites whereby '''links are colored differently''' depending on whether the '''page''' there '''has been created yet or not'''. Status determined by response code or Last-Modified HTTP HEAD requests.
9,842

edits