Mal:Both: Forskjell mellom sideversjoner

Fra Wikisida.no
Hopp til navigering Hopp til søk
m (Én sideversjon ble importert)
m (Ændrede beskyttelsesindstillinger for "Skabelon:Both": Robot: Beskytter en liste af filer. ([Redigér=Tillad kun etablerede brugere og administratorer] (på ubestemt tid) [Flyt=Tillad kun etablerede brugere og administratorer] (på ubestemt tid)))
Linje 1: Linje 1:
{{#if:{{{1|}}}|{{#if:{{{2|}}}|1}}}}<noinclude>
{{#if:{{{1|}}}|{{#if:{{{2|}}}|1}}}}<noinclude>
{{documentation}}
{{dokumentation}}
</noinclude>
</noinclude>

Sideversjonen fra 26. apr. 2024 kl. 17:24

Maldokumentasjon


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