Template:Boolandnoteq

From railML 2 Wiki
Revision as of 14:00, 18 April 2017 by RailML Coord Documentation (talk | contribs) (Created page with "<includeonly>{{#if: {{{1|}}} | {{#ifeq: {{{2|}}}|{{{3|}}}| | 1 }} }}</includeonly><noinclude> ==Usage== This template returns a string, if the first argument exists and the se...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

This template returns a string, if the first argument exists and the second and the third argument differ from each other. 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 nothing

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

returns nothing