254
edits
Line 295: | Line 295: | ||
{| | {| | ||
|at(type, lang)||text||Returns an anime title of '''type''' and '''lang'''. '''type''' and '''lang''' can be either texts or numbers.<br>Example: at(4, 2) = | |at(type, lang)||text||Returns an anime title of '''type''' and '''lang'''. '''type''' and '''lang''' can be either texts or numbers.<br>Example: at(4, 2) = | ||
official japanese title<br>Example: at('main', 'japanese (transcription)') = title shown in AoM<br>Example: at('official', 'en') = official english title | official japanese title<br>Example: at('main', 'japanese (transcription)') = title shown in AoM<br>Example: at('official', '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