Mal:Both/dok

Fra Wikisida.no
Sideversjon per 4. mar. 2013 kl. 17:28 av nb>MerlIwBot (robot Legger til: gl:Modelo:Both)
(diff) ← Eldre sideversjon | Nåværende sideversjon (diff) | Nyere sideversjon → (diff)
Hopp til navigering Hopp til søk

Bruk

{{both|string1|string2}}

Produces 1 (equivalent to a true condition) if both string1 and string2 are non-empty; otherwise produces the empty string (false condition).

Eksempler

Kode Resultat
{{#if:{{both|A|A}}|Ja|Nei}}: Ja
{{#if:{{both||A}}|Ja|Nei}}: Nei
{{#if:{{both|A|}}|Ja|Nei}}: Nei
{{#if:{{both||}}|Ja|Nei}}: Nei