Suchergebnisse
Erscheinungsbild
Der Artikel „Modul:If empty“ 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:If empty“ in anderssprachigen Wikipedias.
- trimmed string with title, not empty, or nil -- Postcondition: -- Returns link, or false local r; if type( alert ) == "string" and…65 KB (7.082 Wörter) - 17:27, 6. Aug. 2024
- Collection.__index = Collection local function empty(text) -- Return true if text is nil or empty (assuming a string). return text == nil or text…25 KB (3.834 Wörter) - 11:35, 29. Jul. 2024
- } } --[=[ Template parameter utility * assert * check * count * countNotEmpty * downcase() * duplicates * match * valid * verify() * TemplatePar() * failsafe()…55 KB (5.364 Wörter) - 16:11, 21. Mär. 2023
- -- Return trimmed string, or false if empty local r if type( adjust ) == "string" then if not CoordParse.re.TrimL then …24 KB (2.427 Wörter) - 17:17, 21. Sep. 2022
- single, suppose s = mw.text.trim( s ) if s == "" then s = "''empty''" end r = r .. "{| class='wikitable'\n"…10 KB (1.051 Wörter) - 15:41, 26. Jul. 2020
- default: empty) http, ftp, etc. server: (optional, default: empty) de, www, www2, etc.; access default server (for https e.g.) at given site if void…5 KB (834 Wörter) - 18:07, 7. Feb. 2023
- pos_label == '' then -- If empty (or undeclared) then default pos_label = 'Platz' end -- Get VTE button text (but only for non-empty text) local template_name…19 KB (3.076 Wörter) - 12:34, 5. Dez. 2024
- Subtract the number of rows to ignore, or the number of header -- rows if it's empty, and make sure the result isn't below zero. local headers do …3 KB (419 Wörter) - 17:25, 14. Jan. 2024
- }, }, } -- Returns 'y' if `value` evaluates to `true` and an empty string otherwise. local function booleanToYesEmpty(value) return (value) and…6 KB (736 Wörter) - 00:48, 14. Aug. 2015
- local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]'…20 KB (2.651 Wörter) - 09:52, 17. Jul. 2024
- directory (or empty) -- anchor -- string; line number (or empty) -- against -- string; diff ./. previous ID (or empty) -- Postcondition:…29 KB (3.119 Wörter) - 19:13, 30. Mär. 2021
- strip_to_nil(text) -- If text is a non-empty string, return its trimmed content, -- otherwise return nothing (empty string or not a string). if type(text) ==…17 KB (2.452 Wörter) - 10:48, 16. Jun. 2018
- = 2, colspan = p.colspan} if not v then p.dpBoxEmpty = p.previewnumbers and mw.clone(p.dpBoxBase) or p.dpBoxEmpty or mw.clone(p.dpBoxBase):wikitext(p…27 KB (4.224 Wörter) - 17:04, 28. Dez. 2021
- cas_from_template) if not reference.snaks then return false -- empty reference end for ref_prop_qualifier, values in pairs(reference.snaks) do if ref_prop_qualifier…2 KB (322 Wörter) - 02:02, 15. Mai 2021
- wherein label may be empty. ]] p.service.listOfShortLists = function(structureCode) local lists = Parser.parse(structureCode) if lists[1] == structureCode…12 KB (1.554 Wörter) - 00:48, 6. Jul. 2022
- short version if full version not necessary local tmp = {} for k, v in ipairs( sets ) do if next(v) then -- if table v is not empty for _, x…5 KB (754 Wörter) - 10:13, 19. Jul. 2021
- start-Collapsible markup!", ["collapsible-block-empty"] = "Collapsible section must not be empty!", ["collapsible-block-no-first-row"] = "Invalid…44 KB (6.550 Wörter) - 01:31, 5. Feb. 2024
- _ISOyear( input ) if not input then return '' end input = mw.text.trim( input ) -- if empty string then return it if input == "" then return…8 KB (1.402 Wörter) - 18:55, 7. Jan. 2020
- pipe, if not empty; boolean, or nil -- Postcondition: -- Returns px string, if valid or corrected, else false local r = false if type(…17 KB (1.951 Wörter) - 00:34, 16. Jul. 2025
- cell object cell = mw.html.create("td") if text == "" or text == nil then -- unknown status, empty cell content = "" filled = false elseif…14 KB (1.975 Wörter) - 17:03, 7. Aug. 2023
- trimmed string with title, not empty, or nil -- Postcondition: -- Returns link, or false local r; if type( alert ) == "string" and
- trimmed string with title, not empty, or nil -- Postcondition: -- Returns link, or false local r; if type( alert ) == "string" and
- with non-ASCII characters', [2] = 'Host is IP address', [3] = 'URL is empty', [4] = 'URL has more then 2048 characters', [5] = 'URL contains control
- false } --[=[ Template parameter utility * assert * check * count * countNotEmpty * downcase() * duplicates * match * valid * verify() * TemplatePar() * failsafe()
- trimmed string with title, not empty, or nil -- Postcondition: -- Returns link, or false local r; if type( alert ) == "string" and
- quoteUnquoted = function ( apply, alien, advance ) -- Quote text, if not yet quoted and not empty -- Parameter: -- apply -- string, with text