Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ProcessingFunctions/doc: Difference between revisions

From Sekaipedia
Content added Content deleted
No edit summary
mNo edit summary
 
Line 21: Line 21:
When called, this function will turn a string into a bool if the string is equivalent to a true value or false value (see [[Module:Yesno]] for such values). If the string is neither true nor false, then returns nil.
When called, this function will turn a string into a bool if the string is equivalent to a true value or false value (see [[Module:Yesno]] for such values). If the string is neither true nor false, then returns nil.


=== stringToNumber ==
=== stringToNumber ===
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
ProcessingFunctions.stringToNumber
ProcessingFunctions.stringToNumber

Latest revision as of 15:48, 12 October 2023

This module contains several helper functions for Module:InfoboxBuilder and Module:DatatableBuilder templates.

Functions[edit source]

stringToArray[edit source]

ProcessingFunctions.stringToArray(delimiter)

Pass in the delimiter to be used when splitting the string into tokens. When called, this will return a function that uses the first parameter as the input string to split.

stringToBoolOrNil[edit source]

ProcessingFunctions.stringToBoolOrNil

When called, this function will turn a string into a bool if the string is equivalent to a true value or false value (see Module:Yesno for such values). If the string is neither true nor false, then returns nil.

stringToNumber[edit source]

ProcessingFunctions.stringToNumber

When called, this function will turn a string into a number or nil.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.