Das Projekt “JuraWiki” wurde archiviert. Es ist weiterhin online, jedoch nicht mehr aktiv. Man kann also keine Seiten mehr bearbeiten und sich nicht mehr einloggen (außer man ist Mitglied der TrustedEditorGroup) oder sich neu registrieren. Alle Informationen, die Sie hier finden, sind also potenziell veraltet.



/!\ The ImageLink macro is gone since MoinMoin 1.6.1.

It was replaced by better link/transclusion markup. The migration scripts converted all old content from 1.5 to the new syntax of 1.6, including replacing usage of ImageLink macro by builtin new syntax. You can still get it from MacroMarket if you insist on using it. If you used MoinMoin 1.6.0 and your users have added ImageLink macro calls to the content of your wiki, please use full text search to locate them and replace them as you see below:

Old way:

<<ImageLink(image,target[,width=width[,height=height]][,alt=alttag])>>

New way:

[[target|{{image|alt|width=123 height=456}}]]

You see, this is a quite natural way: