AniDB O'Matic - Documentation: Local file renaming: Difference between revisions

Line 181: Line 181:
|-
|-
|?uc(text)||text||Converts text to upper case.<br />Example ?uc(crc)
|?uc(text)||text||Converts text to upper case.<br />Example ?uc(crc)
|}
'''Arithmetic operators'''<br />
{|
|A+B||A + B = C
|-
|A-B||A - B = C
|-
|A*B||A * B = C
|-
|A/B||A / B = C
|}
|}


Line 198: Line 209:
|-
|-
|A&gt;=B||true if A is more or equal to B
|A&gt;=B||true if A is more or equal to B
|-
|}
'''Comparison operators'''<br />
{|
|A and B||true if both A and B are true
|A and B||true if both A and B are true
|-
|-
|A or B||true if either A or B is true
|A or B||true if either A or B is true
|-
|A xor B||true if either A or B is true but not both
|-
|-
|not A||true if A is false
|not A||true if A is false
254

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.