Interwiki: Difference between revisions

1,978 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
(ability to check for page existence on other wikis / sites with HTTP)
(→‎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)
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
**a [[human health]] wiki dealing with the complexity of the human body, mind and social health and the economic view of it ([[human capital]]) so that any claim of
**a [[human health]] wiki dealing with the complexity of the human body, mind and social health and the economic view of it ([[human capital]]) so that any claim of


== See also: ==
== Interwiki of this wiki ==
* [[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 )
<pre>
MariaDB> select * from interwiki;
+------------+------------------------------------------------------+----------+----------+--------+-----------+
| iw_prefix  | iw_url                                              | iw_local | iw_trans | iw_api | iw_wikiid |
+------------+------------------------------------------------------+----------+----------+--------+-----------+
| w          | https://www.wikipedia.org/wiki/$1                    |        0 |        0 |        |          |
| m          | https://meta.wikimedia.org/wiki/$1                  |        0 |        0 |        |          |
| meta      | https://meta.wikimedia.org/wiki/$1                  |        0 |        0 |        |          |
| simple    | https://simple.wikipedia.org/wiki/$1                |        0 |        0 |        |          |
| Wiktionary | https://wiktionary.org/wiki/$1                      |        0 |        0 |        |          |
| WikiBooks  | https://wikibooks.org/wiki/$1                        |        0 |        0 |        |          |
| wikidata  | https://www.wikidata.org/wiki/$1                    |        0 |        0 |        |          |
| mw        | https://www.mediawiki.org/wiki/$1                    |        0 |        0 |        |          |
| rfc        | https://tools.ietf.org/html/rfc$1                    |        0 |        0 |        |          |
| 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>
 
== See also ==
* 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