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

From HorizonXI Wiki
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
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. 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.


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 (use Edit to see the code):
 
For example, here is a template that would cause the tag to appear and how it looks on the user side:
<pre>{{Used In
<pre>{{Used In
| guild points value = | guild points value = {{Guild Points Value|1200|1200}}
| guild points value = | guild points value = {{Guild Points Value|1200|1200}}
| resale price = {{Resale Price|1337}}
| resale price = {{Resale Price|1337}}
}} </pre>
}} </pre>
{{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:
And here is what it looks like with the tag fixed:
Line 18: Line 12:
| resale price = {{Resale Price|1337}}
| resale price = {{Resale Price|1337}}
}} </pre>
}} </pre>
{{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.
}}

Latest revision as of 21:54, 6 September 2024

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.