This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.
Template:EnglishList/ThreeOrMore
Jump to navigation
Jump to search
Usage
{{EnglishList/ThreeOrMore|text=<text-separated-list>|sep=<list separator>}}
Subtemplate that returns 'true' only if the specified text list contains more than two elements. Otherwise, no value is returned at all.
Examples
{{EnglishList/ThreeOrMore|text=testing1,22,333,4444|sep=,}}
returns true
{{EnglishList/ThreeOrMore|text=testing1,22,333|sep=,}}
returns true
{{EnglishList/ThreeOrMore|text=testing1,22333|sep=,}}
returns
{{EnglishList/ThreeOrMore|text=testing122333|sep=,}}
returns