Main public logs
Appearance
Combined display of all available logs of Nikowiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:39, 26 November 2025 Defautluser0 talk contribs created page Module:Identificadores (Created page with "local p = {} --[[ ISBN-10 and ISSN validator code calculates checksum across all isbn/issn digits including the check digit. ISBN-13 is checked in checkisbn(). If the number is valid the result will be 0. Before calling this function, issbn/issn must be checked for length and stripped of dashes, spaces and other non-isxn characters. ]] -- Función traída de en:Module:Citation/CS1 function p.esValidoISXN (isxn_str, len) local temp = 0; isxn_str = { isxn_str:byte(1, l...")