|
|
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 |
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.).
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||