https://bugzilla.wikimedia.org/show_bug.cgi?id=30042
Van de Bugger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Van de Bugger <[email protected]> 2011-07-27 18:28:32 UTC --- Hi guys, I see you start thinking about quite complicated stuff like using parser functions and templates within an input field... Please wait for a moment. I think usage of these complicated constructs is very limited, it will be needed in very rare cases. In 99% of cases input field serves for entering simple strings like "John, Dow" or "1100 Fox Drive", or "yellow". Let us implement very strict rules: characters {|} (and, probably, []) are rejected. This strict rule will be a "right thing" in 99% of cases. Then, if someone requests allowing complicated stuff (like using parser functions or templates), it can be implemented by a parameter, e. g. {{{field|Name|input type=text|validate=off}}} -- 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
