Modify ↓
Opened 19 years ago
Closed 9 years ago
#1138 closed enhancement (worksforme)
Allow multiple boxes
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | NewsFlashMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
A neat enhancement would be the possibility of having multiple boxes in one page.
[[NewsFlashStart]] First green box [[NewsFlashEnd]] [[NewsFlashStart]] Then a pale blue box 15px below [[NewsFlashEnd]] [[NewsFlashStart]] Then another 15px below [[NewsFlashEnd]]
Thanks!
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
| Summary: | Multiple boxes → Allow multiple boxes |
|---|
comment:2 Changed 11 years ago by
| Owner: | Noah Kantrowitz deleted |
|---|
comment:3 Changed 9 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
You can use more than once on a page when using as a WikiProcessor.
{{{#!NewsFlash
One
}}}
{{{#!NewsFlash
Two
}}}
One
Two
Note: See
TracTickets for help on using
tickets.



I'd like to do something similar, but including the PageOutline and TracNavMacro inline in the sidebar, but haven't yet figured out how to accomplish this.