Actions

Category

Pages using duplicate arguments in template calls

Pages listed on this page should be revisited as there is a problem in the content, as the same argument is used more than once in a template.

An example would be if there are two instances of "guest_stars =" in the same template like seen below:

{{story

| guest_stars =
: '''Character #1'''

| guest_stars =
: '''Character #2'''

}}

If that is the case only Character #2 will show up under guest stars in that particular story.

In order to figure out which argument that is duplicated in a template chose edit for the page in question and then instead of "Save page" press "Show preview" and a warning will appear at the top of the page which in this case would say: "Warning: [PAGENAME] is calling Template:Story with more than one value for the "guest_stars" parameter. Only the last value provided will be used."

Then take a look at the text in the page and remove the duplicate argument. If both arguments have text listed (a character in this case) make sure to move that text to the argument that is kept.