Editing Module:Check for unknown parameters/doc

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 +
{{module rating|beta}}
 
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
 
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
  
Line 34: Line 35:
 
By default, the module makes no distinction between a defined-but-blank parameter and a non-blank parameter.  To only track non-blank parameters use {{para|ignoreblank|1}}.
 
By default, the module makes no distinction between a defined-but-blank parameter and a non-blank parameter.  To only track non-blank parameters use {{para|ignoreblank|1}}.
 
=== Regular expressions ===
 
=== Regular expressions ===
This module supports regular expressions, which are useful when there are many known parameters which use a systematic pattern.   
+
This module supports regular expressions, which are useful when there are many known parameters which use a systematic pattern.  For example, [[template:infobox3cols]] uses
 +
<pre>
 +
| regexp1 = header[%d][%d]*
 +
| regexp2 = label[%d][%d]*
 +
| regexp3 = data[%d][%d]*[abc]?
 +
| regexp4 = class[%d][%d]*[abc]?
 +
| regexp5 = rowclass[%d][%d]*
 +
| regexp6 = rowstyle[%d][%d]*
 +
| regexp7 = rowcellstyle[%d][%d]*
 +
</pre>
 +
to match all parameters of the form <code>headerNUM</code>, <code>labelNUM</code>, <code>dataNUM</code>, <code>dataNUMa</code>, <code>dataNUMb</code>, <code>dataNUMc</code>, ..., <code>rowcellstyleNUM</code>, where NUM is a string of digits.
  
 
== Example ==
 
== Example ==
Line 68: Line 79:
 
|-
 
|-
 
! Template !! Tracking/maintenance category
 
! Template !! Tracking/maintenance category
 +
|-
 +
| [[Template:Authority control]] || [[:Category:Pages using authority control with parameters]]
 +
|-
 +
| [[Template:Aviation accidents and incidents]] || [[:Category:Pages using aviation accidents and incidents with unknown parameters]]
 +
|-
 +
| [[Template:Country topics]] || [[:Category:Pages using country topics with unknown parameters]]
 +
|-
 +
| [[Template:Infobox3cols]] || [[:Category:Pages using infobox3cols with undocumented parameters]]
 +
|-
 +
| [[Template:Infobox academic division]] || [[:Category:Pages using infobox academic division with unknown parameters]]
 +
|-
 +
| [[Template:Infobox amateur wrestler]] || [[:Category:Pages using infobox amateur wrestler with unknown parameters]]
 +
|-
 +
| [[Template:Infobox anatomy]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox artery]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox astronaut]] || [[:Category:Pages using infobox astronaut with unknown parameters]]
 +
|-
 +
| [[Template:Infobox award]] || [[:Category:Pages using infobox award with undocumented parameters]]
 +
|-
 +
| [[Template:Infobox bone]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox brain]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox broadcast]] || [[:Category:Broadcast infoboxes with deprecated parameters]]
 +
|-
 +
| [[Template:Infobox city Japan]] || [[:Category:Pages using infobox city Japan with unsupported parameters]]
 +
|-
 +
| [[Template:Infobox dam]] || [[:Category:Pages using infobox dam with unknown parameters]]
 +
|-
 +
| [[Template:Infobox Daytona 500]] || [[:Category:Pages using infobox Daytona 500 with unknown parameters]]
 +
|-
 +
| [[Template:Infobox embryology]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox event]] || [[:Category:Pages using infobox event with unknown parameters]]
 +
|-
 +
| [[Template:Infobox Grand Prix race report]] || [[:Category:Pages using infobox Grand Prix race report with unknown parameters]]
 +
|-
 +
| [[Template:Infobox Hindu temple]] || [[:Category:Pages using infobox Hindu temple with deprecated parameters]]
 +
|-
 +
| [[Template:Infobox horseraces]] || [[:Category:Pages using infobox horseraces with deprecated parameters]]
 +
|-
 +
| [[Template:Infobox language]] || [[:Category:Language articles with unsupported infobox fields]]
 +
|-
 +
| [[Template:Infobox language family]] || [[:Category:Language articles with unsupported infobox fields]]
 +
|-
 +
| [[Template:Infobox ligament]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox lymph]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox military installation]] || [[:Category:Pages using infobox military installation with deprecated syntax]]
 +
|-
 +
| [[Template:Infobox Minor League Baseball]] || [[:Category:Minor League Baseball Infobox using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox muscle]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox musical artist]] || [[:Category:Pages using Template:Infobox musical artist with unknown parameters]]
 +
|-
 +
| [[Template:Infobox NASCAR race report]] || [[:Category:Pages using infobox NASCAR race report with unknown parameters]]
 +
|-
 +
| [[Template:Infobox nerve]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox neuron]] || [[:Category:Medicine infobox template using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox NFL coach]] || [[:Category:Pages using infobox NFL coach with deprecated syntax]]
 +
|-
 +
| [[Template:Infobox political party]] || [[:Category:Political party articles using deprecated parameters]]
 +
|-
 +
| [[Template:Infobox public transit]] || [[:Category:Public transit articles with unsupported infobox fields]]
 +
|-
 +
| [[Template:Infobox restaurant]] || [[:Category:Pages using infobox restaurant with unsupported parameters]]
 +
|-
 +
| [[Template:Infobox school district]] || [[:Category:Pages using infobox school district with unsupported parameters]]
 +
|-
 +
| [[Template:Infobox settlement]] || [[:Category:Settlement articles requiring maintenance]]
 +
|-
 +
| [[Template:Infobox speedway rider]] || [[:Category:Pages using Infobox Speedway rider with unknown or deprecated parameters]]
 +
|-
 +
| [[Template:Infobox sports rivalry]] || [[:Category:Pages using infobox sports rivalry with unknown parameters]]
 +
|-
 +
| [[Template:Infobox vein]] || [[:Category:Medicine infobox template using deprecated parameters]]
 
|-
 
|-
 
| [[Template:Multiple issues]] || [[:Category:Pages using multiple issues with incorrect parameters]]
 
| [[Template:Multiple issues]] || [[:Category:Pages using multiple issues with incorrect parameters]]
 +
|-
 +
| [[Template:WikiProject Africa]] || [[:Category:Africa articles with invalid parameters]]
 +
|-
 +
| [[Template:WikiProject Central America]] || [[:Category:Central America articles with invalid parameters]]
 +
|-
 +
| [[Template:WikiProject United States]] || [[:Category:United States articles with invalid parameters]]
 +
|-
 +
| [[Template:Year box]] || [[:Category:Pages using year box with unknown parameters]]
 
|}
 
|}
 +
 +
==See also==
 +
* [[:module:TemplatePar]] (originally from dewiki)
 +
* [[Template:Parameters]] and [[Module:Parameters]] – generates a list of parameter names for a given template
  
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||

Please note that all contributions to Guild of Archivists may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see GoArch:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Template used on this page: