Template:Boolandnoteq

From railML 3 Wiki
Jump to navigation Jump to search

Usage

This template returns 1, if the first argument exists and the second and the third argument differ from each other; and 0 otherwise. It is employed in template:ElementDocu to handle the case: ownAttributes exists and is not None: {{boolandnoteq|{{ownAttributes|}}|{{ownAttributes}}|''None''}}

Arguments

The template has three obligatory, unnamed arguments:

  • 1: The argument to exist
  • 2: The first argument to compare. e.g. a variable
  • 3: The second argument to compare. e.g. a string or another variable

Example

{{boolandnoteq|DB|SNCF|ÖBB}}

returns 1

{{boolandnoteq||SNCF|ÖBB}}

returns 0

{{boolandnoteq|DB|ÖBB|ÖBB}}

returns 0

{{boolandnoteq|DB|DB|ÖBB}}

returns 1