Plugin para crear una Galería de Imágenes
| ||||||||
| Changed: | ||||||||
| < < |
%ALBUM%=
| |||||||
| > > |
%ALBUM% | |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
%IMAGEGALLERY%
| |||||||
| > > |
%IMAGEGALLERY% | |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="small" }%
| |||||||
| > > |
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="small" }% | |||||||
|
| ||||||||
Plugin para crear una Galería de Imágenes
| ||||||||
| Changed: | ||||||||
| < < |
%MAGEGALLERY% o si se prefiere %ALBUM%
| |||||||
| > > |
%IMAGEGALLERY% o si se prefiere %ALBUM%
| |||||||
%ALBUM%=
| ||||||||
| |||||||||||
| Changed: | |||||||||||
| < < |
TWiki Image Gallery Plugin | ||||||||||
| > > |
Plugin para crear una Galería de Imágenes
| ||||||||||
| Changed: | |||||||||||
| < < |
Pages containing %IMAGEGALLERY% variables are expanded at view time, providing a thumbnailed image gallery for those images attached to a wiki page. Thumbnails are created automatically and subsequently cached. Display is simple ( trivial--probably not really good enough, although each picture is surrounded by a span with a class of imgGallery )
<span class="imgGallery"><a href="$imageurl"><img src="$thumburl" title="$sizeK: $comment"/></a></span>$n
VariablesVariables are recognized and replaced in the format strings: format, rowstart, rowinside, rowend, rowinsideempty, rowendempty
Examples | ||||||||||
| > > |
%ALBUM%=
| ||||||||||
%IMAGEGALLERY%
| |||||||||||
| Line: 49 to 14 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="small" }%
| |||||||||||
| Deleted: | |||||||||||
| < < |
%IMAGEGALLERY{ web="Saneasylum" topic="ArtworkGallery" size="x50" }%
Generates a table with 4 rows, images are centerd and with a tooltip. Below each image is a simple description line with a image number.
%IMAGEGALLERY{columns="4" rowstart="| " rowinside=" | " rowend=" |$n" rowinsideempty=" |" rowendempty=" |$n"
format="<span class='imgGallery'><a href='$imageurl'><img src='$thumburl' title='$tooltip'/></a></span><br/>$imgnr: $comment"}%
%IMAGEGALLERY{format=" * <span class='imgGallery'><a href='$imageurl'><img src='$thumburl' title='$tooltip'/></a></span> $wikiusername $date$n"}%
Format the Images as a list, images have tool tips and customized date.
%IMAGEGALLERY{format=" * <span class='imgGallery'><a href='$imageurl'><img src='$thumburl' title='$tooltip'/></a></span> $wikiusername $date{$year$mo$day-$hour:$min:$sec}$n"}%
ImageGalleryPlugin Settings | ||||||||||
| Changed: | |||||||||||
| < < |
Plugin settings are stored as preferences variables. To reference
a plugin setting write %<plugin>_<setting>%, i.e. %IMAGEGALLERYPLUGIN_SHORTDESCRIPTION%
| ||||||||||
| > > |
| ||||||||||
| Changed: | |||||||||||
| < < |
| ||||||||||
| > > |
Configuración
| ||||||||||
| |||||||||||
| Changed: | |||||||||||
| < < |
| ||||||||||
| > > |
| ||||||||||
| |||||||||||
| Changed: | |||||||||||
| < < |
| ||||||||||
| > > |
| ||||||||||
| |||||||||||
| Changed: | |||||||||||
| < < |
| ||||||||||
| > > |
| ||||||||||
| Changed: | |||||||||||
| < < |
| ||||||||||
| > > |
| ||||||||||
| |||||||||||
| Changed: | |||||||||||
| < < |
Plugin Installation Instructions
Plugin Info | ||||||||||
| > > |
Información del Plugin | ||||||||||
| |||||||||||
| Line: 128 to 61 | |||||||||||
|
Related Topics: TWikiPreferences, TWikiPlugins
-- WillNorris? - 1 Aug 2003 | |||||||||||
| Added: | |||||||||||
| > > |
|||||||||||
| |||||||||||
| Added: | |||||||||||
| > > |
| ||||||||||
TWiki Image Gallery Plugin | ||||||||
| Line: 7 to 7 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Added: | ||||||||
| > > |
<span class="imgGallery"><a href="$imageurl"><img src="$thumburl" title="$sizeK: $comment"/></a></span>$n
VariablesVariables are recognized and replaced in the format strings: format, rowstart, rowinside, rowend, rowinsideempty, rowendempty
| |||||||
| Changed: | ||||||||
| < < |
Examples: | |||||||
| > > |
Examples | |||||||
| Changed: | ||||||||
| < < |
%IMAGEGALLERY%
| |||||||
| > > |
%IMAGEGALLERY%
| |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="small" }%
| |||||||
| > > |
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="small" }%
| |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
%IMAGEGALLERY{ web="Saneasylum" topic="ArtworkGallery" size="x50" }%
| |||||||
| > > |
%IMAGEGALLERY{ web="Saneasylum" topic="ArtworkGallery" size="x50" }%
| |||||||
| Added: | ||||||||
| > > |
Generates a table with 4 rows, images are centerd and with a tooltip. Below each image is a simple description line with a image number.
%IMAGEGALLERY{columns="4" rowstart="| " rowinside=" | " rowend=" |$n" rowinsideempty=" |" rowendempty=" |$n"
format="<span class='imgGallery'><a href='$imageurl'><img src='$thumburl' title='$tooltip'/></a></span><br/>$imgnr: $comment"}%
%IMAGEGALLERY{format=" * <span class='imgGallery'><a href='$imageurl'><img src='$thumburl' title='$tooltip'/></a></span> $wikiusername $date$n"}%
Format the Images as a list, images have tool tips and customized date.
%IMAGEGALLERY{format=" * <span class='imgGallery'><a href='$imageurl'><img src='$thumburl' title='$tooltip'/></a></span> $wikiusername $date{$year$mo$day-$hour:$min:$sec}$n"}%
| |||||||
ImageGalleryPlugin SettingsPlugin settings are stored as preferences variables. To reference | ||||||||
| Line: 36 to 90 | ||||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Plugin Installation Instructions | ||||||||
| Line: 56 to 113 | ||||||||
Plugin Info
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
TWiki Image Gallery Plugin | |||||||||||||
| Changed: | |||||||||||||
| < < |
This plugin offers image galleries... Pages containing %IMAGEGALLERY{"???"}% variables are expanded at view time.
| ||||||||||||
| > > |
Pages containing %IMAGEGALLERY% variables are expanded at view time, providing a thumbnailed image gallery for those images attached to a wiki page. Thumbnails are created automatically and subsequently cached. Display is simple ( trivial--probably not really good enough, although each picture is surrounded by a span with a class of imgGallery )
| ||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
Example: | ||||||||||||
| > > |
Examples: | ||||||||||||
| Changed: | |||||||||||||
| < < |
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="medium" }%
| ||||||||||||
| > > |
%IMAGEGALLERY%
| ||||||||||||
| Changed: | |||||||||||||
| < < |
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="10x10" }%
| ||||||||||||
| > > |
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="small" }%
| ||||||||||||
%IMAGEGALLERY{ web="Saneasylum" topic="ArtworkGallery" size="x50" }%
| |||||||||||||
| Line: 22 to 22 | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ImageGalleryPlugin SettingsPlugin settings are stored as preferences variables. To reference | |||||||||||||
| Changed: | |||||||||||||
| < < |
a plugin setting write %<plugin>_<setting>%, i.e. %SPREADSHEETPLUGIN_SHORTDESCRIPTION%
| ||||||||||||
| > > |
a plugin setting write %<plugin>_<setting>%, i.e. %IMAGEGALLERYPLUGIN_SHORTDESCRIPTION%
| ||||||||||||
| |||||||||||||
| Line: 32 to 32 | |||||||||||||
| |||||||||||||
| Added: | |||||||||||||
| > > |
| ||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
| ||||||||||||
| > > |
| ||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
| ||||||||||||
| > > |
| ||||||||||||
| |||||||||||||
| Line: 50 to 51 | |||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
|||||||||||||
| > > |
| ||||||||||||
Plugin Info | |||||||||||||
| Changed: | |||||||||||||
| < < |
| ||||||||||||
| > > |
| ||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
| ||||||||||||
| > > |
| ||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
-- WillNorris? - 08 Mar 2002 | ||||||||||||
| > > |
-- WillNorris? - 1 Aug 2003
| ||||||||||||
| Line: 1 to 1 | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||||||||||||||||||||||
| > > |
TWiki Image Gallery PluginThis plugin offers image galleries... Pages containing%IMAGEGALLERY{"???"}% variables are expanded at view time.
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="medium" }%
%IMAGEGALLERY{ web="%WEB%" topic="%TOPIC%" size="10x10" }%
%IMAGEGALLERY{ web="Saneasylum" topic="ArtworkGallery" size="x50" }%
ImageGalleryPlugin SettingsPlugin settings are stored as preferences variables. To reference a plugin setting write%<plugin>_<setting>%, i.e. %SPREADSHEETPLUGIN_SHORTDESCRIPTION%
Plugin Installation Instructions
Plugin Info
| |||||||||||||||||||||||||||