Difference between revisions of "Test Master"

From its-wiki.no
Jump to: navigation, search
Line 18: Line 18:
  
 
=== Testing if ===
 
=== Testing if ===
<pre> {{#if: string1=string2 | yes | no}}</pre>
+
<pre> {{#if: {{ThesisStatus}}=Planned | yes | no}}</pre>
  
{{#if: {{ThesisStatus}}=Planned | yes | no}}
+
{{#if: {{ThesisStatus}}=Open | yes | no}}
  
 
__SHOWFACTBOX__
 
__SHOWFACTBOX__
 
[[Category:IT-Help]]
 
[[Category:IT-Help]]

Revision as of 21:59, 17 November 2014

A thesis has the status Planned

This page tests the if function for selecting a template

{{#ifeq:{{NAMESPACE}}|UNIKUM|Form:UNIKUM_Kollokvie{{!}}Add UNIKUM Kollokvie}}


What is ThesisStatus: Planned -

  • {{{ThesisStatus}}} is not executed
  • {{ThesisStatus}} points to template Template:ThesisStatus


{{#ifeq:{{{Choose|}}}|true|this is true|this is false}} creates false...

this is false

Testing if

 {{#if: {{ThesisStatus}}=Planned | yes | no}}

yes