// examples of image insertions using my little tag // example 1a: plain image (displayed block left) // would produce:
A cartoon of a duck
// example 1b: decorative image (displayed floated right) // would produce:
A cartoon of a duck
// example 1c: gallery image (displayed floated left) // would produce: - - - - - - - - - - - - - - - - - - - - - // example 2a: plain image with caption // would produce:
A cartoon of a duck
A cartoon I drew
// example 2b: plain image with caption that includes HTML // would produce:
A cartoon of a duck
A cartoon I drew of a duck
// example 2c: decorative image with caption // would produce:
A cartoon of a duck
A cartoon I drew
// example 2d: gallery image with caption // would produce: - - - - - - - - - - - - - - - - - - - - - // example 3a: plain image with link to larger image of same file name (although the filetype could be different. In this case the matching image turns out to be a JPEG) // would produce:
A cartoon of a duck
- - - - - - - - - - - - - - - - - - - - - // example 3b: plain image with link to some other URL and link text (this text is optional) // would produce:
A cartoon of a duck