Wiki talk:Changes to database
From Vermont Area Group of Unix Enthusiasts
Interwiki howto
To generate the Wiki table of Interwiki links, I use this MySQL query (with --silent and --raw options for the CLI).
select concat("|-\n| ", iw_prefix, "\n| ", iw_url, "") as "|-\n! Prefix\n! URL"
from mw_interwiki;
If people want more Interwiki prefixes -- I know I could use a few too -- propose them at Wiki talk:Interwiki. --Ashawley 11:54, 14 April 2009 (EDT)

