Category:Pages using duplicate arguments in template calls

From HorizonXI Wiki
Revision as of 21:54, 6 September 2024 by Bufftrubbish0 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This tag appears in a page when an single argument is present multiple times in the same template. This can alter the page on the user side, as such an error would cause the most recent instance of the argument to show instead of the intended one, and so is recommended that you remove any instance of it.

For example, here is a template that would cause the tag to appear (use Edit to see the code):

{{Used In
| guild points value = | guild points value = {{Guild Points Value|1200|1200}}
| resale price = {{Resale Price|1337}}
}} 

And here is what it looks like with the tag fixed:

{{Used In
| guild points value = {{Guild Points Value|1200|1200}}
| resale price = {{Resale Price|1337}}
}} 


This page should not lead to anything. If it does, something has gone wrong.

Pages in category "Pages using duplicate arguments in template calls"

This category contains only the following page.