Module:Pagetype/setindex/sandbox: Difference between revisions
Appearance
Content deleted Content added
copy from Module:Pagetype/setindex |
use same formatting as Module:Disambiguation/templates; this will give a better diff when User:StradBot edits the page |
||
Line 6: | Line 6: | ||
return { |
return { |
||
["Set index article"] = true, |
["Set index article"] = true, |
||
["Sia"] = true, |
|||
["Set index"] = true, |
|||
["SIA"] = true, |
|||
["Set-index"] = true, |
|||
["Setindex"] = true, |
|||
["Set-index article"] = true, |
|||
["Animal common name"] = true, |
["Animal common name"] = true, |
||
["Chemistry index"] = true, |
["Chemistry index"] = true, |
||
["Chemdisambig"] = true, |
|||
["Chemistry disambiguation"] = true, |
|||
["Chemistry set index"] = true, |
|||
["Chemindex"] = true, |
|||
["Enzyme index"] = true, |
["Enzyme index"] = true, |
||
["Fungus common name"] = true, |
["Fungus common name"] = true, |
||
["Given name"] = true, |
["Given name"] = true, |
||
["First name"] = true, |
|||
["Forename"] = true, |
|||
["Greek myth index"] = true, |
["Greek myth index"] = true, |
||
["Lake index"] = true, |
["Lake index"] = true, |
||
["Lakeindex"] = true, |
|||
["Locomotive index"] = true, |
["Locomotive index"] = true, |
||
["Media set index"] = true, |
["Media set index"] = true, |
||
["Media index"] = true, |
|||
["Molecular formula index"] = true, |
["Molecular formula index"] = true, |
||
["MolFormDisambig"] = true, |
|||
["Molecular formula disambiguation"] = true, |
|||
["MolFormIndex"] = true, |
|||
["Mountain index"] = true, |
["Mountain index"] = true, |
||
["Mountainindex"] = true, |
|||
["Nickname"] = true, |
["Nickname"] = true, |
||
["Painting index"] = true, |
["Painting index"] = true, |
||
["Plant common name"] = true, |
["Plant common name"] = true, |
||
["River index"] = true, |
["River index"] = true, |
||
["Road index"] = true, |
["Road index"] = true, |
||
["Roadindex"] = true, |
|||
["Ship index"] = true, |
["Ship index"] = true, |
||
["Shipindex"] = true, |
|||
["Sport index"] = true, |
["Sport index"] = true, |
||
["Sportindex"] = true, |
|||
["Storm index"] = true, |
["Storm index"] = true, |
||
["Surname"] = true, |
["Surname"] = true, |
||
["Surnames"] = true, |
|||
["DisambigName"] = true, |
|||
["DisambigNm"] = true, |
|||
["DisambigN"] = true, |
|||
} |
} |
Revision as of 03:46, 18 February 2024
![]() | This is the module sandbox page for Module:Pagetype/setindex (diff). |
![]() | This Lua module is used on approximately 12,900,000 pages, or roughly 20% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
![]() | This module can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. |
This submodule of Module:Pagetype contains a list of templates used to identify set index articles.
It should consist of all templates in Category:Set index article templates, plus their redirects.
-- This page contains a table of all set index templates and their
-- redirects. Templates names are capitalized, and the Template: prefix is
-- removed. Templates are grouped with the main template first, followed by
-- its redirects.
return {
["Set index article"] = true,
["Sia"] = true,
["Set index"] = true,
["SIA"] = true,
["Set-index"] = true,
["Setindex"] = true,
["Set-index article"] = true,
["Animal common name"] = true,
["Chemistry index"] = true,
["Chemdisambig"] = true,
["Chemistry disambiguation"] = true,
["Chemistry set index"] = true,
["Chemindex"] = true,
["Enzyme index"] = true,
["Fungus common name"] = true,
["Given name"] = true,
["First name"] = true,
["Forename"] = true,
["Greek myth index"] = true,
["Lake index"] = true,
["Lakeindex"] = true,
["Locomotive index"] = true,
["Media set index"] = true,
["Media index"] = true,
["Molecular formula index"] = true,
["MolFormDisambig"] = true,
["Molecular formula disambiguation"] = true,
["MolFormIndex"] = true,
["Mountain index"] = true,
["Mountainindex"] = true,
["Nickname"] = true,
["Painting index"] = true,
["Plant common name"] = true,
["River index"] = true,
["Road index"] = true,
["Roadindex"] = true,
["Ship index"] = true,
["Shipindex"] = true,
["Sport index"] = true,
["Sportindex"] = true,
["Storm index"] = true,
["Surname"] = true,
["Surnames"] = true,
["DisambigName"] = true,
["DisambigNm"] = true,
["DisambigN"] = true,
}