Suchergebnisse
Erscheinungsbild
Ähnlicher Begriff: Module:parameter name example sandbox doc
Der Artikel „Modul:Parameter names example/sandbox/doc“ existiert in der deutschsprachigen Wikipedia nicht. Du kannst den Artikel erstellen (Quelltext-Editor, Anleitung).
Wenn dir die folgenden Suchergebnisse nicht weiterhelfen, wende dich bitte an die Auskunft oder suche nach „Modul:Parameter names example/sandbox/doc“ in anderssprachigen Wikipedias.
- data = loadData(dataset) local names = {} for _, field in ipairs(data.schema.fields) do table.insert(names, field.name) end local numOnly = true …6 KB (898 Wörter) - 21:13, 2. Mär. 2024
Suchergebnisse von der englischsprachigen Wikipedia.
- Sandbox/Jts1882/Biota infobox/data Sandbox/Jts1882/Biota infobox/doc Sandbox/Jts1882/Biota infobox/param Examples: User:Jts1882/sandbox/test/taxobox (paraphyletic…2 KB (182 Wörter) - 14:33, 19. Nov. 2023
- apples and bananas example.Name2(frame) (function) Name2 Parameter: frame current frame (table) Returns: Some output Module:Sandbox: For practice/experimental/testing…408 Bytes (103 Wörter) - 00:16, 10. Mär. 2025
- The portal image names are stored in subpages of Module:Portal/images, organised by the first letter of the portal name. For example, the first letter…2 KB (880 Wörter) - 20:28, 27. Dez. 2023
- {{#invoke:params|call_for_each_group}}. For instance, {{module:params/doc/examples/enumerate | 1 = cream | 2 = bingo | hello = world | foobar1 = one | foobar2…396 Bytes (126 Wörter) - 19:53, 26. Mai 2024
- unknown parameters Category:Pages using TEMPLATE_NAME with deprecated parameters Category:Pages using TEMPLATE_NAME with duplicate parameters For example, for…3 KB (335 Wörter) - 00:32, 2. Sep. 2024
- invoked with parameter "doc": {{Location map|doc |...}} {{Location map many|doc |...}} {{Location map+|doc |...}} {{Location map~|doc |...}} name = Lua error…131 Bytes (910 Wörter) - 19:54, 10. Nov. 2024
- Example edits: Template:Infobox prison, Template:Infobox prison/doc Edit the infobox template (or its sandbox). Add lines like the following examples…4 KB (391 Wörter) - 00:18, 6. Apr. 2025
- from other types of data. Template parameters are usually stored as a JSON templatedata block inside the template's /doc subpage. This makes it convenient…4 KB (415 Wörter) - 15:00, 28. Dez. 2023
- using appropriate template parameters. One simple implementation is given as an example in Template:Infobox book/Wikidata/Sandbox. As an illustration, the…57 KB (6.665 Wörter) - 04:51, 13. Nov. 2024
- <!-- optional parameter --> -- -- -- The "doc" function will generate the <templatedata> parameter documentation for templates. --…6 KB (853 Wörter) - 09:28, 30. Aug. 2020
- Module:Autotaxobox (talk · edit · hist · links · doc · subpages · sandbox · testcases) The purpose of this module is to provide support for the automated…12 KB (1.409 Wörter) - 08:34, 16. Mai 2025
- insert(auto_doc, high_use) end for _, parameter in pairs(parameters) do parameter_name[parameter] = string.match( template_code, '%|%s*' .. parameter:gsub('%-'…50 KB (6.926 Wörter) - 20:50, 30. Mär. 2025
- (for example, Module talk:Convert/sandbox/testcases) contains: {{#invoke:convert/sandbox/testcases|run_tests}} The testcases module page (for example,…11 KB (1.553 Wörter) - 00:28, 2. Sep. 2024
- alpha-3, numeric) or name (ISO, non-ISO) from ISO 3166 from a variety of inputs (alpha-2, alpha-3, numeric, name, ISO-name, alternative names). The module also…6 KB (2.216 Wörter) - 23:45, 29. Aug. 2024
- measurement to another. For example: {{convert|123|lb|kg}} → 123 pounds (56 kg) The module is called using a template—parameters passed to the template are…9 KB (1.011 Wörter) - 22:23, 13. Feb. 2025
- using appropriate template parameters. One simple implementation is given as an example in Template:Infobox book/Wikidata/Sandbox. As an illustration, the…57 KB (6.657 Wörter) - 04:52, 13. Nov. 2024
- set the size of the image (example: |size=60px) As of March 2018, Template:Hiberno-English uses the following parameters: {{#invoke:English variant notice|main…2 KB (217 Wörter) - 23:14, 29. Aug. 2024
- require('Module:Mapframe') Pass a table of parameter names/values to the _main function. See {{Maplink}} documentation for parameter names and descriptions. E.g. local…3 KB (313 Wörter) - 15:06, 21. Sep. 2024
- · Examples · Sandbox The {{#invoke:params}} module is designed to be adopted by those templates that want to have a deep control of their parameters. It…179 KB (14.404 Wörter) - 04:11, 19. Mai 2025
- <Other examples of what to change and how?> Module:Citation/CS1/Suggestions contains lists that maps common erroneous parameter names to valid parameter names…18 KB (2.642 Wörter) - 19:32, 2. Feb. 2022
- module counts the number of parameters that are passed to a template. For example, you might put the code {{#invoke:ParameterCount|all}} inside the {{my…4 KB (412 Wörter) - 15:17, 1. Okt. 2024
- data = loadData(dataset) local names = {} for _, field in ipairs(data.schema.fields) do table.insert(names, field.name) end local numOnly = true