Difference between revisions of "Module:Track gauge/autodocument/doc"
blackwiki>DePiep |
m (45 revisions imported) |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<!--{{module rating|<!-- Insert rating or delete if not needed. Values: "pre-alpha", "alpha", "beta", "release" or "protected". -xx->}}--> | <!--{{module rating|<!-- Insert rating or delete if not needed. Values: "pre-alpha", "alpha", "beta", "release" or "protected". -xx->}}--> | ||
| − | {{#invoke:Track gauge/autodocument/sandbox|documentGauge|docfrom=900|docto=950|docstate={{{state|uncollapsed}}}|docstats=on|docnote=DOCNOTE}} | + | <!--{{#invoke:Track gauge/autodocument/sandbox|documentGauge|docfrom=900|docto=950|docstate={{{state|uncollapsed}}}|docstats=on|docnote=DOCNOTE}}--> |
__NOTOC__ | __NOTOC__ | ||
<!-- 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. --> | ||
| − | This module | + | This module documents the [[module:Track gauge/data|Track gauge/data]] data page of {{tl|Track gauge}}. Its main product is [[:Template:Track gauge/doc/input options]]. |
| + | |||
| + | Used by {{tl|Track gauge/document gauge}} | ||
==Gauges== | ==Gauges== | ||
| Line 26: | Line 28: | ||
<pre> | <pre> | ||
|1= alias | |1= alias | ||
| − | |1= (datafile for checkData) | + | |1<!--???-->= (datafile for checkData) |
|n=all (list) | |n=all (list) | ||
|docfrom= | |docfrom= | ||
| Line 39: | Line 41: | ||
==Parser limits (expensive functions)== | ==Parser limits (expensive functions)== | ||
| − | Module:Track gauge/autodocument uses ''expensive function'' calls (especially the <code>documentGauge</code> listing). The wiki parser only allows 500 such calls in one page. As of July 2014, this number is almost reached in (~475 in [[Template:Track gauge/doc/input options]]). When, after adding new entries to /data or /extra, the number is reached, a "Script error" will show. | + | Module:Track gauge/autodocument uses ''expensive function'' calls (especially the <code>documentGauge</code> listing). The wiki parser only allows 500 such calls in one page. As of July 2014, this number is almost reached in (~475 in [[Template:Track gauge/doc/input options]]). When, after adding new entries to /data or /extra, the number is reached, a "Script error" will show. |
| − | Best practice is to prevent this error: adding content category name to the /data, even if they have default name pattern or do not exist: | + | Best practice is to prevent this error: adding content category name to the /data, even if they have default name pattern or do not exist: |
<syntaxhighlight lang="Lua"> | <syntaxhighlight lang="Lua"> | ||
["contentcat"] = "5 ft 3 in gauge railways", | ["contentcat"] = "5 ft 3 in gauge railways", | ||
Latest revision as of 17:25, 29 September 2020
This module documents the Track gauge/data data page of {{Track gauge}}. Its main product is Template:Track gauge/doc/input options.
Used by {{Track gauge/document gauge}}
Gauges
- {{Track gauge/document gauge}}, using
documentGauge
Can list in complete tableform one, multiple or all gauges listed in the /data page. Gauges defined in both metric and imperial are grouped into one row.
Per gauge size a link to the category:Articles that mentions this gauge ... is added.
#invoke functions
checkData documentGauge catContent catMentions createCatMentions documentGaugeSizeFromTitle catSortFromTitle
Parameters
|1= alias |1<!--???-->= (datafile for checkData) |n=all (list) |docfrom= |docto= |doctitle= |docstate= |docstats= |displaynotfound= |docsortlabel= |docreturnargs=
Parser limits (expensive functions)
Module:Track gauge/autodocument uses expensive function calls (especially the documentGauge listing). The wiki parser only allows 500 such calls in one page. As of July 2014, this number is almost reached in (~475 in Template:Track gauge/doc/input options). When, after adding new entries to /data or /extra, the number is reached, a "Script error" will show.
Best practice is to prevent this error: adding content category name to the /data, even if they have default name pattern or do not exist:
["contentcat"] = "5 ft 3 in gauge railways",
-- or
["contentcat"] = "",
This way, these category pages are not checked for existence.
See also
- Category:Articles that mention a specific track gauge
- {{Track gauge}}
- {{Track gauge/talk useful links}} -- talk page support
- module:Track gauge
- module:Track gauge/data