[Trac-tickets] [The Trac Project] #2313: creating (screenshot) galleries

The Trac Project noreply at edgewall.com
Sun Nov 6 10:07:22 CST 2005


#2313: creating (screenshot) galleries
-----------------------------------------------------+----------------------
 Reporter:  mark at openmailadmin.org                   |       Owner:  jonas
     Type:  defect                                   |      Status:  new  
 Priority:  normal                                   |   Milestone:       
Component:  wiki                                     |     Version:  0.9  
 Severity:  normal                                   |   Keywords:  image, gallery, wiki, mediawiki, nested  |  
-----------------------------------------------------+----------------------
 Trac is very handy for managing development projects. Yet it lacks some
 utility to create '''screenshot galleries'''.

 The new "Image"-macro cannot be used to create such galleries, as nested
 macros are not supported. Thus you cannot write something like that to
 achieve an gallery-entry:
 {{{
 [http://somewhere/img/fullsize.jpg [[Image(thumbnail.jpg)]]]
 [ArticleAboutThisImg]
 }}}

 Using HTML you are to directly link articles in the Wiki, which is very
 unelegant.

 Therefore Trac misses something analog to Mediawiki's "gallery"-tag:
 http://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial#New_MediaWiki_.3Cgallery.3E_tag

 Syntax might be as follows:
 {{{
 [[ImageWithLink( <image>, <sizeofthumbnail>, <ArticleAboutThisImg)]]
 }}}
 Which then could be put in an ordinary table.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2313>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list