Congratulations to Masi Oka, who portrays Hiro Nakamura in Heroes, on his Diversity Award win for "Best Actor in a TV Drama"!
Template:EnglishList/ThreeOrMore
From Heroes Wiki
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

