https://bugzilla.wikimedia.org/show_bug.cgi?id=33420
--- Comment #6 from Van de Bugger <[email protected]> 2012-02-14 19:38:41 UTC --- > Which one? It is not yet published. I once mentioned it -- a parser function which provides templates with Validator functionality. For example: > {{ #validate: > | target = type: page; alias: 1; > | text = type: string; alias: 2; default: {{ PAGENAME: {{{ > target }}} }}; > | tooltip = type: string; alias: 3; default: {{ FULLPAGENAME: {{{ > target }}} }}; > | link? = type: boolean; default: yes; > }} After it, in template body {{{ target }}}, {{{ text }}}, {{{ tooltip }}}, {{{ link? }}} are ready to use. Before it was bloacked because it required patched Validator (it uses page type), now I have to fix it a bit -- replace `page' with `title'. And I am not settled down with names yet... > So if the capitalization issue is fixed, does the title addition help you out > or not? If not, please create a new patch that includes the new Criterion and > Manipulation classes which you apparently forgot to add. `Title' type is the almost the same as my `Page' type, only names are differ. I think I can use it. If capitalization is fixed, I believe I can use it. -- 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
