Zum Inhalt springen

Suchergebnisse

Ähnlicher Begriff: fall back
  • v end return mw.text.trim( r ) end -- fair() local function fallback( access, alt ) -- Retrieve message text -- access -- string…
    29 KB (2.978 Wörter) - 15:15, 2. Aug. 2019
  • Utilities for multilingual texts and ISO 639 (BCP47) issues etc. * fair() * fallback() * findCode() * fix() * format() * getArticle() * getBase() * getLang()…
    53 KB (5.623 Wörter) - 22:23, 6. Mär. 2025
  • "Oktober", "November", "Dezember"} local sDateFormatted = sDateRaw -- Fallback local sYear, sMonth, sDay = mw.ustring.match(sDateRaw,…
    1 KB (169 Wörter) - 16:59, 6. Dez. 2018
  • local function get1stNamedAs(statement, fallback) local q = statement.qualifiers if not q then return fallback end local n = q.P1932 if not n then n…
    16 KB (2.291 Wörter) - 17:30, 20. Jan. 2023
  • if not r and #entry == 1 then -- "EU" fallback r = entry[ 1 ] end …
    7 KB (763 Wörter) - 18:17, 22. Okt. 2019
  • "@error@JSONencoder@" } JSONutil.more = 50 -- length of trailing context local Fallback = function () -- Retrieve current default language code -- …
    29 KB (2.936 Wörter) - 18:55, 23. Nov. 2020
  • r = false end return r end -- faculty() local function fallback( ask ) -- Create similar item -- ask -- string, with ID …
    28 KB (2.902 Wörter) - 18:52, 16. Jan. 2022
  • the fallback list of language codes ]] local function getLabelFallback(itemID, fallback) local label if fallback==nil then --default fallback=lang_priority…
    349 KB (48.988 Wörter) - 10:08, 6. Mär. 2025
  • assign -- size parameter; string, or nil -- atleast -- fallback value; string, or nil -- ahead -- start with pipe, if not empty;…
    16 KB (1.825 Wörter) - 17:12, 26. Aug. 2023
  • r2 = "" end return r1, r2 end -- fair() local function fallback( about, archive ) -- Archivversion zum Weblink darstellen, falls archiviert…
    42 KB (4.165 Wörter) - 22:55, 14. Aug. 2023
  • -- analyze -- string, boolean, or nil -- another -- fallback: string, boolean, or nil -- Returns boolean local s = type( analyze…
    11 KB (1.151 Wörter) - 23:10, 6. Aug. 2020
  • analyze -- string, boolean, number or nil -- another -- fallback: string, boolean, or nil -- "-" to test for explicit…
    27 KB (2.813 Wörter) - 16:07, 17. Mai 2022
  • default to English form. Languages like "de-formal" follows regular language fallback chain and would default to German, and only if that does not exist then…
    12 KB (1.925 Wörter) - 19:03, 7. Jan. 2020
  • slmissingtitle end -- / -- start building table local ret = "|- " -- fallback for row colours, overwriting CSS zebra style (first row) if christmas…
    85 KB (10.226 Wörter) - 20:09, 9. Apr. 2025
  • ) end apply:css( "background-color", "#3366CC" ) -- fallback else src = string.format( src, "|×" ) apply:css(…
    43 KB (4.450 Wörter) - 16:42, 19. Jan. 2022
  • Precondition: -- ask -- trimmed string or nil or other -- auto -- fallback value if nil -- Postcondition: -- Returns appropriate value…
    65 KB (7.082 Wörter) - 17:27, 6. Aug. 2024
  • local function langSwitch(list,lang) local langList = mw.language.getFallbacksFor(lang) table.insert(langList,1,lang) for i,language in ipairs(langList)…
    11 KB (1.678 Wörter) - 18:56, 7. Jan. 2020
  • -- string, HTML tag name -- alt -- string, with fallback text -- alien -- string, with language (or script) code, or…
    72 KB (7.431 Wörter) - 17:41, 20. Dez. 2019
  • local function langSwitch(list,lang) local langList = mw.language.getFallbacksFor(lang) table.insert(langList,1,lang) table.insert(langList,math.max(#langList…
    19 KB (2.683 Wörter) - 18:46, 7. Jan. 2020
  • if not r1 then local others = mw.language.getFallbacksFor( slang ) table.insert( others, "en" ) …
    51 KB (5.057 Wörter) - 23:57, 21. Mär. 2018