Changes between Version 21 and Version 22 of ScreenshotsPlugin


Ignore:
Timestamp:
Sep 20, 2008, 8:12:55 PM (16 years ago)
Author:
Radek Bartoň
Comment:

Info about [[ScreenshotsList()]] macro added.

Legend:

Unmodified
Added
Removed
Modified
  • ScreenshotsPlugin

    v21 v22  
    105105 * {{{$width}}} - Original width of image.
    106106 * {{{$height}}} - Original height of image.
     107 * {{{$tags}}} - Comma separated list of screenshot tags.
     108 * {{{$components}}} - Comma separated list of screenshot components.
     109 * {{{$versions}}} - Comma separated list of screenshot versions.
    107110
    108111Example:
     
    113116
    114117For creating image maps you might consider using tools like http://www.maschek.hu/imagemap/imgmap.
     118
     119{{{[[ScreenshotsList()]]}}} macro displays list of all available screenshots on wiki page. Accepts one argument which is template for list items fromatting. Possible variables in this template are:
     120
     121 * {{{$id}}} - ID of image.
     122 * {{{$name}}} - Name of image.
     123 * {{{$author}}} - User name who uploaded image.
     124 * {{{$time}}} - Time when image was uploaded.
     125 * {{{$file}}} - File name of image.
     126 * {{{$description}}} - Detailed description of image.
     127 * {{{$width}}} - Original width of image.
     128 * {{{$height}}} - Original height of image.
     129 * {{{$tags}}} - Comma separated list of screenshot tags.
     130 * {{{$components}}} - Comma separated list of screenshot components.
     131 * {{{$versions}}} - Comma separated list of screenshot versions.
     132
     133Example:
     134
     135{{{
     136 [[ScreenshotsList($name - $description ($widthx$height))]]
     137}}}
    115138
    116139== Notes ==