https://bugzilla.wikimedia.org/show_bug.cgi?id=36535
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2012-05-05 19:00:14 UTC --- No, because with |Override Chapter= you have pass the parameter to the subtemplate and than the default value of a parameter is never used. use {{#if:{{{Override Chapter|}}}|{{{Override Chapter}}}|c. {{{Chapter Num}}}}} in the subtemplate, than the content of Override Chapter is checked against blank and when blank your default value is used. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
