Le seguenti 91 parole non sono state trovate nel dizionario di 1275 termini (includendo 1275 LocalSpellingWords) e sono evidenziate qui sotto:
alt   alttag   around   below   better   builtin   but   by   calls   can   Contents   converted   course   deficiencies   distribution   does   done   for   from   full   get   gone   height   How   if   If   image   images   including   insist   instead   just   label   links   locate   Macro   macro   make   migration   natural   Navigation   New   new   old   Old   on   overlooked   params   please   Problem   quite   rather   release   removed   replace   replaced   replacing   scripts   see   should   showing   siblings   some   Starting   still   stop   syntax   Table   target   text   this   thus   to   transcluding   transclusion   up   usage   use   used   users   using   usually   want   way   We   well   when   width   with   work   write  

Nascondi questo messaggio
Italiano English
Locked History Actions

HelpOnMacros/ImageLink



The ImageLink macro was used to work around some link markup deficiencies in MoinMoin up version 1.5.x.

Starting with 1.6.0, 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.

Problem: this does not stop wiki users using the ImageLink macro, thus it was removed from the distribution archive for release 1.6.1 (you can still get it from MacroMarket if you insist on using it). We should have done this for 1.6.0 of course, but well, it was overlooked. If you used moin 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:

  • usually you write [[target|text]] when you want to use some text label

  • if you rather want an image "label", you just use the image markup instead of the text
  • the markup for showing (transcluding) an image is {{image|alt|params}}