Jump to content

Main public logs

Combined display of all available logs of Creopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:03, 10 August 2025 Professional Wiki talk contribs created page Module:InfoboxLua/Util (Created page with "require( 'strict' ) local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local p = {} --- Checks if a value is a string and is not empty. --- --- @param value any The value to check. --- @return boolean True if the value is a non-empty string, false otherwise. function p.isNonEmptyString( value ) return type( value ) == 'string' and value ~= '' end --- Validates input data...")