Jump to content

Module:Television infoboxes disambiguation check/doc

From Humanipedia
Revision as of 01:51, 6 February 2025 by Humanipedia (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Television infoboxes disambiguation check

Script error: No such module "High-use". Lua error in package.lua at line 80: module 'Module:Yesno' not found.

Module:Television infoboxes disambiguation check handles the validation of disambiguation of pages using a television-related infobox. Currently Module:Infobox television disambiguation check and Module:Infobox television season disambiguation check are setup to work with it.

Usage[edit source]

<syntaxhighlight lang="lua"> local validateDisambiguation = require('Module:Television infoboxes disambiguation check') local trackingCategory, debugString = validateDisambiguation.main(title, validDisambiguationTypeList, validDisambiguationPatternList, exceptionList, otherInfoboxList)</syntaxhighlight>

Parameter list[edit source]

Parameter Explanation Status
title The page's title. required
validDisambiguationTypeList An array of valid disambiguation types. required
validDisambiguationPatternList An array of DisambiguationPattern. required
exceptionList An array of page names that should not be validated; If there are none, pass an empty array. required
otherInfoboxList An array of key/value pairs of the type the disambiguation to check for (key) and the tracking category to add it to (value). required