wikipediaLink

a picture of myself

Münsterland.org

You can copy and paste the source of the following macro into your own macro edit box.
def wikipediaLink(self, definition, language='de', alt=''):
   from urllib import quote
   url = "http://%s.wikipedia.org/wiki/%s" % (language, quote(definition))
   html = '<a href="%s">%s</a>' % (url, definition)
   return html
February 2007
MoTuWeThFrSaSu
    1 2 3 4
5 6 7 8 91011
12131415161718
19202122232425
262728    
Jan
2007
 Mar
2007

link a wikipedia page


(Donations will be used by the author to buy stuff, fullfill selfish wishes or do other silly recreational things. You have been warned.).
The PyDS is
OSI Certified Open Source Software

Python Powered

© 2007, Georg Bauer