Category:Pages using duplicate arguments in template calls: Difference between revisions

From HorizonXI Wiki
(Added explanation and how to fix it)
 
mNo edit summary
Line 1: Line 1:
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 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.
This page should not lead to anything. If it does, something has gone wrong.



Revision as of 10:17, 18 February 2024

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)
Used in Quest: [[|]]
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)
Used in Quest: [[|]]
Resale Price: ~1,337 gil

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

This category contains only the following page.