Interwiki: Difference between revisions

    (→‎Interwiki of this wiki: added <nowiki>wikidata:Article name</nowiki> + there were two interwikis not listed here)
    (→‎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)
     
    Line 17: Line 17:
    == Interwiki of this wiki ==
    == Interwiki of this wiki ==
    <pre>
    <pre>
    mysql> select * from interwiki;
    MariaDB> select * from interwiki;
    +------------+------------------------------------------------------+----------+----------+--------+-----------+
    +------------+------------------------------------------------------+----------+----------+--------+-----------+
    | w          | http://www.wikipedia.org/wiki/$1                     |        0 |        0 |        |          |
    | iw_prefix  | iw_url                                              | iw_local | iw_trans | iw_api | iw_wikiid |
    | m          | http://meta.wikimedia.org/wiki/$1                   |        0 |        0 |        |          |
    +------------+------------------------------------------------------+----------+----------+--------+-----------+
    | meta      | http://meta.wikimedia.org/wiki/$1                   |        0 |        0 |        |          |
    | w          | https://www.wikipedia.org/wiki/$1                   |        0 |        0 |        |          |
    | simple    | http://simple.wikipedia.org/wiki/$1                 |        0 |        0 |        |          |
    | m          | https://meta.wikimedia.org/wiki/$1                   |        0 |        0 |        |          |
    | Wiktionary | http://wiktionary.org/wiki/$1                       |        0 |        0 |        |          |
    | meta      | https://meta.wikimedia.org/wiki/$1                   |        0 |        0 |        |          |
    | WikiBooks  | http://wikibooks.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 |        |          |
    | 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 |        |          |
    | rfc        | https://tools.ietf.org/html/rfc$1                    |        0 |        0 |        |          |
    | pmid      | https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract |        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)


    8 rows in set (0.00 sec)
    </pre>
    </pre>