Template:Ini: Difference between revisions

From 2nd Book
Jump to navigationJump to search
(Created page with "{{#vardef x:1}} {{if||x| "hi" | "no" }}")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#vardef x:1}}  
    {{#if:|| p | q }} gives "p"
 
    {{#ifexpr:2<3| p | q }} gives "p"
{{if||x| "hi" | "no" }}
    {{#ifeq: u |u| p | q }} gives "p"
    {{#ifexist: Help:Link | p | q }} gives "p"
    {{#iferror:{{#expr:x}}| p | q }} gives "p"

Latest revision as of 17:32, 21 January 2023

   p gives "p"
   p gives "p"
   p gives "p"
   q gives "p"
   p gives "p"