Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3). |
Navigation
Topics | Help • Register • News • History • How to • Sequences statistics • Template prototypes |
Difference between revisions of "Template:NVal list"
(space instead nonbreak-space) |
(cat. changed) |
||
Line 15: | Line 15: | ||
{{NVal list|<list>|short}} | {{NVal list|<list>|short}} | ||
</pre> | </pre> | ||
− | [[Category: | + | [[Category:Prime collections]]</noinclude><includeonly>{{#arraydefine:nvalues|{{{1}}}|/\n/}}{{#switch:{{{2}}} |
|count={{#arraysize:nvalues}} | |count={{#arraysize:nvalues}} | ||
|short={{#loop:i|0|{{#arraysize:nvalues}}|{{#arraydefine:n2|{{#arrayindex:nvalues|{{#var:i}}}}|;}}{{#ifeq:{{#var:i}}|0||, }}{{#arrayindex:n2|0}}}} | |short={{#loop:i|0|{{#arraysize:nvalues}}|{{#arraydefine:n2|{{#arrayindex:nvalues|{{#var:i}}}}|;}}{{#ifeq:{{#var:i}}|0||, }}{{#arrayindex:n2|0}}}} | ||
|#default={{#loop:i|0|{{#arraysize:nvalues}}|{{#ifeq:{{#var:i}}|0||, }}{{NVal|{{#arrayindex:nvalues|{{#var:i}}}}}}}} | |#default={{#loop:i|0|{{#arraysize:nvalues}}|{{#ifeq:{{#var:i}}|0||, }}{{NVal|{{#arrayindex:nvalues|{{#var:i}}}}}}}} | ||
}}</includeonly> | }}</includeonly> |
Revision as of 16:56, 7 April 2019
Purpose
Displaying a given list of n-values with different options.
Parameter
The first parameter is always the list of n-values, the second can be one of the following:
- <count>: only the number of n-values is displayed
- <short>: only the list of n-values is given without any types/comments
- none=default: all n-values with types/comments are displayed
Examples
{{NVal list|<list>}}: default {{NVal list|<list>|count}} {{NVal list|<list>|short}}