Category:Pages using duplicate arguments in template calls

From HorizonXI Wiki
Revision as of 10:19, 18 February 2024 by Bufftrubbish0 (talk | contribs)

This tag appears in a page when an single argument is present multiple times in the same template. While this does not alter the page on the user side, this does however obfuscates code reading on the editor side, 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.