Difference between revisions of "User:T burnout/IFfunctionTEST"
From Hobowars Wiki
m (test) |
m (test) |
||
Line 1: | Line 1: | ||
− | + | = expected results = | |
− | ''' | + | '''subcat1:''' unfilled (should not show up on article)<br> |
− | ''' | + | '''subcat2:''' filled "fakecat222" (should only show link in category section at bottom)<br> |
− | ''' | + | '''subcat3:''' filled "wharggle" (should show up as a single word '''true''')<br> |
− | + | '''subcat4:''' omitted (should show up as a single word '''false''')<br> | |
− | + | = actual results = | |
− | '''subcat4:''' | + | {{User:T_burnout/infotest |
− | + | |subcat1= | |
− | = | + | |subcat2= fakecat222 |
− | + | |subcat3= wharggle | |
− | {{User: | + | |
− | + | ||
}} | }} | ||
+ | = markup in above section = | ||
+ | <nowiki>{{User:T_burnout/infotest</nowiki><br> | ||
+ | <nowiki>|subcat1=</nowiki><br> | ||
+ | <nowiki>|subcat2= fakecat222</nowiki><br> | ||
+ | <nowiki>subcat3= wharggle</nowiki><br> | ||
+ | <nowiki>}}</nowiki> | ||
+ | = template used = | ||
+ | [[User:T_burnout/infotest]] |
Revision as of 06:35, 12 July 2014
expected results
subcat1: unfilled (should not show up on article)
subcat2: filled "fakecat222" (should only show link in category section at bottom)
subcat3: filled "wharggle" (should show up as a single word true)
subcat4: omitted (should show up as a single word false)
actual results
true false
markup in above section
{{User:T_burnout/infotest
|subcat1=
|subcat2= fakecat222
subcat3= wharggle
}}