Help:Interwiki links: Difference between revisions

m
Fixed link to mozbug.
(an encyclopedia article is definitely not a place to discuss this)
 
m (Fixed link to mozbug.)
 
Line 43: Line 43:
REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
('kdebug','http://bugs.kde.org/show_bug.cgi?id=$1',1),
('kdebug','http://bugs.kde.org/show_bug.cgi?id=$1',1),
('mozbug','http://bugzilla.mozilla.org/show_bug.cgi?$1',1),
('mozbug','http://bugzilla.mozilla.org/show_bug.cgi?id=$1',1),
('gentoobug','http://bugs.gentoo.org/show_bug.cgi?$1',1);
('gentoobug','http://bugs.gentoo.org/show_bug.cgi?$1',1);
</nowiki></pre>
</nowiki></pre>
1

edit