Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Automaton: Difference between revisions

Template page
Created page with "{{#switch: {{{state|q0}}} | q0 = {{#switch: {{{clause|}}} | logging = q1 | sale = q0 | waiver = q3 | #default = q0 }} | q1 = {{#switch: {{{clause|}}} | logging = q1 | sale = q2 | waiver = q3 | #default = q1 }} | q2 = q2 | q3 = q3 | #default = q0 }}"
 
mNo edit summary
 
Line 12: Line 12:
     | #default = q1
     | #default = q1
   }}
   }}
  | q2 = q2
  | q2 = {{#switch: {{{clause|}}}
    | waiver = q3
    | #default = q2
  }}
  | q3 = q3
  | q3 = q3
  | #default = q0
  | #default = q0
}}
}}

Latest revision as of 10:26, 27 July 2026

q0