Hi friends!
Imagine that I have a page that is a storage of images. Let's say, with animals photos.
Then, in my articles about animals, I want to display the correspondent image to the animal in the page title.
So I thought in using a variable (like %%title%%) in the link of the image required, and include that link in a template… something like this:
[[image storage_page/%%title%%.jpg]]
or
[[image http://www.url.com/%%title%%.jpg]]
If so, automatically the images with a name similar than the page title are displayed. If the title of the page is Lion, then a photo named lion.jpg would be displayed.
Do you think that is possible?
Carlos Pereira