Difference between revisions of "Template:CheckPagesForMatch"

From ChatWars Wiki
Jump to: navigation, search
(Created page with "<includeonly>{{#ifeq: {{{1}}} | {{PAGENAME}} | 1 | 0 }}</includeonly> <noinclude> Compares two pages and returns 1 if their name matches, 0 if not. Designed to be used in T...")
 
Line 1: Line 1:
 
<includeonly>{{#ifeq: {{{1}}} | {{PAGENAME}} | 1 | 0 }}</includeonly>
 
<includeonly>{{#ifeq: {{{1}}} | {{PAGENAME}} | 1 | 0 }}</includeonly>
 
 
<noinclude>
 
<noinclude>
 
Compares two pages and returns 1 if their name matches, 0 if not. Designed to be used in [[Template:ConceptContains]]
 
Compares two pages and returns 1 if their name matches, 0 if not. Designed to be used in [[Template:ConceptContains]]
 
</noinclude>
 
</noinclude>

Revision as of 15:39, 21 August 2018


Compares two pages and returns 1 if their name matches, 0 if not. Designed to be used in Template:ConceptContains