Template:Both/doc: Difference between revisions

From Azupedia
Jump to navigation Jump to search
imported>Fire
ページの作成:「{{Documentation subpage}} {{二次利用}} ===Usage=== {{tlc|{{BASEPAGENAME}}|string1|string2}} Produces '''1''' (equivalent to a true condition) if both ''string1'' an…」
 
(No difference)

Latest revision as of 12:28, 11 February 2021

Usage

{{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).

TemplateData

  1. 転送 Template:TemplateData header

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

Template parameters

ParameterDescriptionTypeStatus
String11

First string

Stringrequired
String22

Second string

Stringrequired

See also