I've just implemented ticket http://code.pediapress.com/wiki/ticket/ 365 with the effect that the titles of the template exclusion category, the template blacklist and the prefix for "print templates" are now taken from translatable strings (i.e. system messages) in the Collection extension.
That means that the global configuration variables $wgPDFTemplateBlacklist and $wgCollectionTemplateExclusionCategeory are no longer being used. Instead the system messages 'coll- template_blacklist_title' and 'coll-exclusion_category_title' can be adjusted. The (formerly hard-coded) prefix for print templates[1] is now configurable via the system message 'coll-print_template_prefix'. -- Johannes Beigel [1] Print templates can be used to replace regular templates in documents generated by mwlib. If the prefix is 'Print' (formerly the only value, now the default value for English), and a template 'Template:SomeTemplate' is used in an article, the tempalte 'Template:PrintSomeTemplate' is tried to be fetched first, and only if this template does not exist, the original template is used. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
