When a template has "arguments" (ie. values you provide to it separated with "|") it refers to those arguments in the template code by number, so the first argument would be:
If you want to specify a default value (ie. if no one provides a first argument, use this value), you add it after a "|" inside that code:
Code:
{{{1|default value}}}
In this case the "- dropped" had gotten outside of where it should be:
I fixed it
[You must be logged in to view images. Log in or Register.]