Jump to content

Template talk:If either

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

“the second parameter is not evaluated”

[edit]

This is simply not true. Compare these two examples:

  1. {{if either|xxx|yyy|{{{2|</includeonly>}}}|one|two|three}}
    ↳ </includeonly>
  2. {{if either|xxx|{{{1|<includeonly>}}}|{{{2|</includeonly>}}}|one|two|three}}
    ↳ one

Had the statement been true, I would expect I'd see “</includeonly>” in both cases. Removed. --Grufo (talk) 04:49, 10 September 2025 (UTC)[reply]

I have added {{Deprecated template}} to the documentation page. --Grufo (talk) 05:02, 10 September 2025 (UTC)[reply]