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: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>MiamiVolts mNo edit summary |
imported>MiamiVolts mNo edit summary |
||
| Line 8: | Line 8: | ||
Examples: |
Examples: |
||
<pre>{{EnglishList/ThreeOrMore|text=testing1,22,333,4444|sep=,}}</pre> |
|||
returns {{EnglishList/ThreeOrMore|text=testing1,22,333,4444|sep=,}} |
|||
<pre>{{EnglishList/ThreeOrMore|text=testing1,22,333|sep=,}}</pre> |
<pre>{{EnglishList/ThreeOrMore|text=testing1,22,333|sep=,}}</pre> |
||
returns {{EnglishList/ThreeOrMore|text=testing1,22,333|sep=,}} |
returns {{EnglishList/ThreeOrMore|text=testing1,22,333|sep=,}} |
||
Revision as of 00:51, 14 January 2009
Usage
{{EnglishList/ThreeOrMore|text=<text-separated-list>|sep=<list separator>}}
Subtemplate that returns 'true' only if the specified text list contains more than two element. 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