Template:Ph:Parameter default
From Wikipedia, the free encyclopedia
The MediaWiki parameter default function doesn't return the default value for empty parameters, but only for not defined (null) parameters. That is, {{{logo|default.svg}}} does not return "default.svg" if the template was called like this: {{template|logo=}}. The template {{ifempty}} at Wikipedia solves this, it helps using defaults both for empty and null parameters.

