Nested Template Default Not Used
If you have a template with nested parameter default values like so:
Code:
{{{name|{{{default1|{{{default2|{{{default3|inherited default}}}}}}}}}}}}
The computed values of the nested parameters will not be inherited by the wrapping parameters as default values.
Fixed in 3.0.5.