Modul:Check for unknown parameters: História revízií

Zo stránky PRD

Porovnanie zmien: označte výberové políčka revízií, ktoré sa majú porovnať a stlačte enter, alebo kliknite na tlačidlo dolu.
Legenda: (aktuálna) = rozdiel oproti aktuálnej verzii, (posledná) = rozdiel oproti predchádzajúcej verzii, D = drobná úprava

12. október 2024

  • aktuálnapredošlá 03:1403:14, 12. október 2024Dark diskusia príspevky 3 339 bajtov +3 339 Vytvorená stránka „-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text repres…“