Category:Pages using duplicate arguments in template calls
From HorizonXI Wiki
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. This page should not lead to anything. If it does, something has gone wrong.
For example, here is a template that would cause the tag to appear and how it looks on the user side:
{{Used In | guild points value = | guild points value = {{Guild Points Value|1200|1200}} | resale price = {{Resale Price|1337}} }}
Guild Points Value: 1,200 / 1,200 (1 items) |
Resale Price: ~1,337 gil |
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}} }}
Guild Points Value: 1,200 / 1,200 (1 items) |
Resale Price: ~1,337 gil |
This category currently contains no pages or media.