https://bugzilla.wikimedia.org/show_bug.cgi?id=34763
--- Comment #9 from T. Gries <[email protected]> 2012-03-03 20:10:42 UTC --- (In reply to comment #7) My main problem with this "bug" is to find a solution to the question "how can I recursively parse (because templates are to be rendered) but one of the template parameters should not be parsed but should be render as supplied. Is there any solution ? recursiveTagParse( "{{MediaWiki:Rss-feed | 1 = 'something [[Wikitext]] to be parsed' | 2 = 'DO-NOT-PARSE-ME-I-AM-SANITIZED-HTML' }}" ); MediaWiki:Rss-feed has for example this content: * {{{1}}} : {{{2}}} I think, this appears to be impossible in the framework and current code structure of the Extension:RSS (not developed by me), which uses a "two template" approach for parsing RSS feed items through a template for allowed item elements and then the template which renderes items into a listed feed. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
