https://bugzilla.wikimedia.org/show_bug.cgi?id=26533
Ralf Schmitt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #3 from Ralf Schmitt <[email protected]> 2011-08-25 08:55:49 UTC --- There are some reasons why we won't implement that: 1. We'd like to keep it simple. Currently collection pages can be parsed using some simple regular expressions. If we would allow templates, one would need to write a complete template expander in order to parse them (or rely on mediawiki's expander). 2. There's no way I can think of to load and save those books from the collection interface while at the same time keeping calls to templates intact in the general case (when saving a collectionpage). 3. We'd like to able to use template syntax as a way to store additional meta-information about the book, like in: {{saved_book |title=Hadronic Matter |subtitle=An overview |cover-image=Quark structure proton.svg |cover-color= }} at the top of a collectionpage. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
