254
edits
Line 288: | Line 288: | ||
==Functions== | ==Functions== | ||
{| | {| | ||
|at(type | |at(lang[, type])||text||Returns an anime title of '''type''' and '''lang'''. '''type''' and '''lang''' can be either texts or numbers. If no type is specified, main and official are checked.<br>Example: at(2, 4) = official japanese title<br>Example: at('japanese (transcription)', 'main') = title shown in AoM<br>Example: at('en') = official english title | ||
|- | |- | ||
|contains(find, text)||boolean||Returns true if '''find''' is found in '''text'''.<br>Example: contains('bcd', 'abcdef') = true | |contains(find, text)||boolean||Returns true if '''find''' is found in '''text'''.<br>Example: contains('bcd', 'abcdef') = true |
edits