Template:TEST-Template: Difference between revisions
m Theadamabrams moved page Template:User:Theadamabrams/TEST-Template to User:TEST-Template without leaving a redirect: Misspelled title: For testing only |
logical inclusive or |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<span style="color:red;">This is for <b>testing</b> possible features / coding of templates. | <span style="color:red;">This is for <b>testing</b> possible features / coding of templates. | ||
It should not be used in any articles.</span> | It should not be used in any articles.</span> | ||
</noinclude> | |||
{{#if:{{#ifeq:{{{A|}}}|true|1|}}{{#ifeq:{{{B|}}}|true|1|}}|result|}} | |||
<noinclude> | |||
Neither: {{TEST-Template}} | |||
A only: {{TEST-Template|A=true}} | |||
B only: {{TEST-Template|B=true}} | |||
Both: {{TEST-Template|A=true|B=true}} | |||
</noinclude> | </noinclude> |
Latest revision as of 08:22, 16 December 2023
This is for testing possible features / coding of templates. It should not be used in any articles.
Neither:
A only: result
B only:
result
Both:
result