Interwiki: Difference between revisions

    m (Removed lsb. Let Sysops Be hasn't existed for years)
    (→‎Interwiki of this wiki: added <nowiki>wikidata:Article name</nowiki> + there were two interwikis not listed here)
    Line 18: Line 18:
    <pre>
    <pre>
    mysql> select * from interwiki;
    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 |        |          |
    | w          | http://www.wikipedia.org/wiki/$1   |        0 |        0 |        |          |
    | meta      | http://meta.wikimedia.org/wiki/$1                   |        0 |        0 |        |          |
    | m          | http://meta.wikimedia.org/wiki/$1   |        0 |        0 |        |          |
    | simple    | http://simple.wikipedia.org/wiki/$1                 |        0 |        0 |        |          |
    | meta      | http://meta.wikimedia.org/wiki/$1   |        0 |        0 |        |          |
    | Wiktionary | http://wiktionary.org/wiki/$1                       |        0 |        0 |        |          |
    | simple    | http://simple.wikipedia.org/wiki/$1 |        0 |        0 |        |          |
    | WikiBooks  | http://wikibooks.org/wiki/$1                         |       0 |        0 |        |          |
    | Wiktionary | http://wiktionary.org/wiki/$1       |        0 |        0 |        |          |
    | wikidata  | https://www.wikidata.org/wiki/$1                    |        0 |        0 |        |          |
    | WikiBooks  | http://wikibooks.org/wiki/$1        |        0 |        0 |        |          |
    | mw        | http://www.mediawiki.org/wiki/$1                     |        0 |        0 |        |          |
    | mw        | http://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 |        |          |
    +------------+------------------------------------------------------+----------+----------+--------+-----------+
     
    8 rows in set (0.00 sec)
    8 rows in set (0.00 sec)
    </pre>
    </pre>