CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 19:26:05 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20110812153751
location: https://web.archive.org/web/20110812153751/https://wiki.python.org/moin/HelpOnMacros/ImageLink
server-timing: captures_list;dur=0.606710, exclusion.robots;dur=0.019256, exclusion.robots.policy;dur=0.009015, esindex;dur=0.011567, cdx.remote;dur=61.234441, LoadShardBlock;dur=426.946661, PetaboxLoader3.resolve;dur=164.734924, PetaboxLoader3.datanode;dur=245.356748
x-app-server: wwwb-app218
x-ts: 302
x-tr: 513
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 19 Jul 2025 19:26:06 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 12 Aug 2011 15:37:51 GMT
x-archive-orig-server: Apache/2.2.16 (Debian)
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-set-cookie: MOIN_SESSION_80_ROOT_moin=edae99e63a87c938f3f3c8c2e07de8aba97e39be; expires=Fri, 12-Aug-2011 16:37:00 GMT; Max-Age=3600; Path=/
x-archive-orig-content-length: 9537
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 12 Aug 2011 15:37:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 12 Aug 2011 15:37:51 GMT", ; rel="memento"; datetime="Fri, 12 Aug 2011 15:37:51 GMT", ; rel="last memento"; datetime="Fri, 12 Aug 2011 15:37:51 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WPO-20110812142605-crawl438/WPO-20110812153624-01756.warc.gz
server-timing: captures_list;dur=0.636017, exclusion.robots;dur=0.024987, exclusion.robots.policy;dur=0.012498, esindex;dur=0.013631, cdx.remote;dur=11.987709, LoadShardBlock;dur=151.096446, PetaboxLoader3.datanode;dur=147.706317, load_resource;dur=98.301215, PetaboxLoader3.resolve;dur=42.545283
x-app-server: wwwb-app218
x-ts: 200
x-tr: 316
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
HelpOnMacros/ImageLink - PythonInfo Wiki
/EmbedObject /ImageLink /Include /MailTo /MonthCalendar |
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:
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}}