Author: alarm
Description:
Currently template and template argument parsing is incomplete and inconsistent - based on regular expresions and
workarounds (for example, workaround not to treat '|' in links as parameter separator). This may cause problems, some known
problems are:
- template cannot be included as parameter for another template ( {{a|{{b}}|c}} )
- if any argument value is ommioted, prepared template is ugly if it uses another template passing some arguments to that
template (having template A which uses template B - {{B|a={{{a}}}|b={{{b}}}|c=c}} and not passing value for 'a' will be treat {{B|a=
{{{a}} as call to another template and '}|b={{{b}}}|c=c}}' will be left unnparsed)
Version: unspecified
Severity: normal