Content deleted Content added
→See also: and anotha one |
BrandonXLF (talk | contribs) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 6:
== Usage ==
=== Basic usage ===
<syntaxhighlight lang="wikitext">
{{#invoke:Check for clobbered parameters|check
|nested=1
Line 12:
|cat={{main other|Category:Some tracking category}}
|arg1a; arg1b|arg2a; arg2b; arg2c|...|argNa; argNb}}
</syntaxhighlight>
Here, (<code>arg1a</code>, <code>arg1b</code>), (<code>arg2a</code>, <code>arg2b</code>, <code>arg2c</code>), are tuples of the conflicting parameters.
Line 22:
== Example 1 ==
<syntaxhighlight lang="wikitext">
{{Infobox
| above = {{{name|}}}
Line 39:
| founders; founder
| headquarters; hq; ___location
}}</
== Example 2 ==
<syntaxhighlight lang="wikitext">
{{Infobox
| above = {{{name|}}}
Line 60:
| founders; founder
| headquarters; hq; ___location
}}</
==See also==
* [[Module:Check for unknown parameters]]
* [[Module:Check for deprecated parameters]]
* [[Module:Params]]
* [[Template:Conflicting parameters category]] (for use on category pages)
Line 70 ⟶ 71:
<!-- Categories go here and interwikis go in Wikidata. -->
[[Category:Modules that add a tracking category]]
[[Category:Template metamodules]]
}}</includeonly>
<noinclude>
[[Category:Module documentation pages]]
</noinclude>
|