Suchergebnisse
Erscheinungsbild
Ähnlicher Begriff: liste
Der Artikel „Modul:List“ 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:List“ in anderssprachigen Wikipedias.
- Dieses Modul wird für die Vorlage: Einklappbare Liste benötigt. local p = {} local function getListItem( data ) if not type( data ) == 'string'…3 KB (400 Wörter) - 12:10, 6. Jan. 2014
- --[=[ SimpleLinkList 2022-02-10 simple link list generators for navigation in simmilar pages Param for all methods: lemmas, comma separated * culled: links…3 KB (370 Wörter) - 16:28, 26. Jun. 2022
- args["countValues"] local list = frame.args["list"] local includeempty = frame.args["includeempty"] local listMaxItems = tonumber(frame.args["listMaxItems"]) or…34 KB (4.826 Wörter) - 14:12, 7. Aug. 2024
- "limit", "list" } } --[=[ Module:PageTree Rendering and administration of hierarchical wiki…34 KB (3.700 Wörter) - 13:15, 3. Apr. 2024
- seed="/Archiv", super=true, list=false }, { seed="/Bugzilla", super=true, list=false }, { seed="/Phabricator/Babel", list=false, loose=true }, {…7 KB (918 Wörter) - 00:49, 8. Nov. 2024
- super=false, show="Hilfe", list=false }, { seed="Hilfe:", super=true, list=false, loose=true }, { seed="Hilfe:Navigation"…26 KB (3.007 Wörter) - 22:34, 19. Mai 2025
- variables: listYearsFrom listYearsTo listTeams listTeamsId listGames listGoals listLoan listPositionHeld --]] local wdParameters…14 KB (1.613 Wörter) - 15:54, 9. Mai 2022
- Übersichtlichkeit zu erhöhen und die Speicherbelastung zu reduzieren sind die Listen nach dem Anfangsbuchstaben des Schlüsselworts (Kennzeichen, Key) aufgeteilt…10 KB (776 Wörter) - 20:00, 7. Dez. 2024
- column ]] local shortList = function(qList, charStyle) local list = {} for qual in qList:gmatch('[qQ]%d+') do table.insert(list, p.service.shortTDs(qual…12 KB (1.554 Wörter) - 00:48, 6. Jul. 2022
- format isbn * list(frame, <unnamed content string>) bibliography in list form * listEntry(frame) entry as part of list content string * anchor(frame)…46 KB (6.336 Wörter) - 02:50, 3. Mär. 2025
- order2 = { "Turin", "Sethos1", "Ramses2", "Sakkara" } -- list of king lists Cell.kingLoL = { Turin = {}, Sethos1 = {{{'Y5:N35!M17'}, {'X1:x1…9 KB (1.287 Wörter) - 19:10, 30. Jun. 2022
- Wikidata information for current sign in table form * byQ() data for a list of signs (not unicode representations!) given by Wikidata qualifiers ]=]…10 KB (1.216 Wörter) - 17:45, 19. Jul. 2022
- local p = {} function p.cve_list(params) local rv ='none' local list=params.args[1] local cves = mw.text.split( list, ',') for k,cve in pairs(cves)…809 Bytes (131 Wörter) - 20:41, 19. Mär. 2018
- return ttt end function ppp.hth(frame,Args,full_table,hth_id_list,hth_local,notes_exist,team_list,team_code_ii,ii_start,ii_end,rand_val) -- For head-to-head…2 KB (327 Wörter) - 01:03, 6. Sep. 2015
- local HorizontalList = { suite = "HorizontalList", serial = "2023-10-25", item = 100938243 } --[=[…13 KB (1.219 Wörter) - 01:21, 30. Okt. 2023
- list = false }, EGAD = { support = "Wikipedia:Technik/Skin/Gadgets", tags = { "mediawiki-extensions-gadgets" } }, EGAN = { list …20 KB (1.528 Wörter) - 13:35, 30. Jan. 2024
- false local t = {} local t_footer = {} local t_return = {} local team_list = {} local jj, jjj -- Exit early if we are using section transclusion…19 KB (3.076 Wörter) - 12:34, 5. Dez. 2024
- Function list of winners (palmarès) ----- K) List of stages ----- L) List of stages classification ----- M) Start list ----- N) Rider ranking ----- O) Rider…349 KB (48.988 Wörter) - 10:08, 6. Mär. 2025
- config = { luxury = false, -- default alphabetical order for parameter list start = "{{templateData|top}}", -- preceeding lines shift =…5 KB (577 Wörter) - 14:29, 24. Nov. 2016
- Retrieve single shortcut names -- any -- string, with shortcut name list -- Returns table with shortcut page names local s = any:gsub( "<[^>]+>"…29 KB (2.978 Wörter) - 15:15, 2. Aug. 2019
- super=false, show="Hilfe", list=false }, { seed="Hilfe:", super=true, list=false, loose=true }, { seed="Hilfe:Navigation"
- super=false, show="Hilfe", list=false }, { seed="Hilfe:", super=true, list=false, loose=true }, { seed="Hilfe:Navigation"
- <pre> -- local Liste = require('Modul:Liste') -- -- Liste.erzeugeListe({ abstand = "1em", liste = { ... } }) -- </pre> -- -- Die Liste kann folgendermaßen
- list = list .. ", " end list = list .. (getAuthorName(kuerzel) or kuerzel) end end return list end function
- module outputs an unbulleted list. It has two functions: unbulleted, for a normal unbulleted list, and hlist, for a horizontal list using the hlist class (see
- maxListLen = 0 for i = 1, #lists do lists[i] = mw.text.split(lists[i], sep) if #lists[i] > maxListLen then maxListLen = #lists[i]