Latest Neocron News and Information

  • New test server patch #547 has been released to Vedeena

Difference between revisions of "Template:Test"

From Neocron Wiki
Jump to: navigation, search
m (New page: {{{1}}} {{#if: {{{1}}} == {{{1}}} | TRUE | FALSE }} {{#if: {{{1}}} == A | TRUE | FALSE }} {{#if: {{{1}}} == B | TRUE | FALSE }})
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{{1}}}
 
{{{1}}}
{{#if: {{{1}}} == {{{1}}} | TRUE | FALSE }}
+
{{#ifeq: {{{1}}} | {{{1}}} | TRUE | FALSE }}
{{#if: {{{1}}} == A | TRUE | FALSE }}
+
{{#ifeq: {{{1}}} | A | TRUE | FALSE }}
{{#if: {{{1}}} == B | TRUE | FALSE }}
+
{{#ifeq: {{{1}}} | B | TRUE | FALSE }}
 +
{{#ifeq: A | B | TRUE | FALSE }}

Latest revision as of 11:21, 5 April 2009

{{{1}}} TRUE FALSE FALSE FALSE