#10022 closed enhancement (worksforme)
Add a caption parameter to the Image macro
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.12dev |
Severity: | normal | Keywords: | bitesized |
Cc: | Mikael Relbe | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be nice if a caption could be passed to the Image
macro and added above or below the image.
Further enhancements could include:
- An anchor on the caption.
- Option for automatic generation of
Figure N:
prefixes for all of the captions on the page.
Attachments (0)
Change History (7)
comment:1 by , 14 years ago
Keywords: | bitesized added |
---|---|
Milestone: | → unscheduled |
comment:2 by , 13 years ago
Supported!
A caption would improve the general look of the entire wiki-page, making it more inviting to read.
follow-up: 5 comment:3 by , 12 years ago
Abandoned plugin that implements this feature: th:TracFigureMacro.
comment:4 by , 12 years ago
Also, see #!imagebox
WikiProcessor from TH:WikiExtrasPlugin.
The idea of generating ids and anchors is interesting and could probably share a few mechanisms with the footnotes (also: a related macros for creating a list of figures).
comment:5 by , 12 years ago
Replying to Ryan J Ollos <ryano@…>:
Abandoned plugin that implements this feature: th:TracFigureMacro.
Now hosted in a fossil repository trac-figure … Nice ;-)
comment:6 by , 12 years ago
Cc: | added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Replying to Ryan J Ollos <ryano@…>:
It would be nice if a caption could be passed to the
Image
macro and added above or below the image.Further enhancements could include: […]
I think the ImageBox from TH:WikiExtrasPlugin is ideally suited for this.
Mikael: so what about preparing a TracDev/Proposals for integration of this plugin into tracopt/wiki/
;-) We could work out there the little details that need to be addressed for this to happen.
comment:7 by , 12 years ago
Milestone: | unscheduled |
---|
PatchWelcome.