Interwiki: Difference between revisions

1,251 bytes added ,  10 September 2016
Interwiki of this wiki
(ability to check for page existence on other wikis / sites with HTTP)
(Interwiki of this wiki)
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 ==
<pre>
mysql> select * from interwiki;
+------------+-------------------------------------+----------+----------+--------+-----------+
| iw_prefix  | iw_url                              | iw_local | iw_trans | iw_api | iw_wikiid |
+------------+-------------------------------------+----------+----------+--------+-----------+
| w          | http://www.wikipedia.org/wiki/$1    |        0 |        0 |        |          |
| m          | http://meta.wikimedia.org/wiki/$1  |        0 |        0 |        |          |
| meta      | http://meta.wikimedia.org/wiki/$1  |        0 |        0 |        |          |
| simple    | http://simple.wikipedia.org/wiki/$1 |        0 |        0 |        |          |
| Wiktionary | http://wiktionary.org/wiki/$1      |        0 |        0 |        |          |
| WikiBooks  | http://wikibooks.org/wiki/$1        |        0 |        0 |        |          |
| lsb        | http://let.sysops.be/wiki/$1        |        0 |        0 |        |          |
| mw        | http://www.mediawiki.org/wiki/$1    |        0 |        0 |        |          |
+------------+-------------------------------------+----------+----------+--------+-----------+
8 rows in set (0.00 sec)
</pre>
 
== 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 )
* [[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 )
* [[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