The processing of page files names is used to ease the navigation between album pages. If the plug-in meets in the text the parameter with the name equal to the template page name bracketed in # then plug-in is processing this parameter the following way:
Example:
Lets assume that the following string is met onClick="return
showImage('#image0#');">
In template description file it is indicated that template has two pages. First
one has the base.html name and second has image.html name. The page currently
processed has name base and index3 :
base3.html. Lets assume that each album page contains 10 images. So plug-in
considers that upon inquiry of the image with 0 index on the page, it is
necessary to replace it with the image with index 30. (3* 10).
![]() |
Indexation of the album pages starts from 0. If the image with index 9 is inquired (the last one on the page 3) then correspondingly will have 39. so the result will be the following: onClick="return showImage('image30.html');"> (for 0 index) |