Difference between revisions of "Template:PropVals/Group"

From Salem Wiki
Jump to: navigation, search
m (yes it did fix the bug, great now we can move on finally.)
m (increased #args to 20 from 10)
Line 74: Line 74:
 
}}<!--
 
}}<!--
 
-->}}<!--
 
-->}}<!--
-->{{#if: {{{11|}}} |
+
-->{{#if: {{{11|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{{10|}}}
 +
|val={{{11|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{12|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{{11|}}}
 +
|val={{{12|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{13|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{{12|}}}
 +
|val={{{13|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{14|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{{13|}}}
 +
|val={{{14|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{15|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{{14|}}}
 +
|val={{{15|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{16|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{{15|}}}
 +
|val={{{16|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{17|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{16|}}}
 +
|val={{{17|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{18|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{17|}}}
 +
|val={{{18|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{19|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{18|}}}
 +
|val={{{19|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{20|}}}
 +
| {{PropVals/Group/NextPart
 +
|preval={{{19|}}}
 +
|val={{{20|}}}
 +
|sep={{{sep|;}}}
 +
|grpsep={{{grpsep|/\}}}
 +
}}<!--
 +
-->}}<!--
 +
-->{{#if: {{{21|}}} |
 
{{{grpsep|/\}}}<!--
 
{{{grpsep|/\}}}<!--
 
--><dl class="error"><!--
 
--><dl class="error"><!--
 
--><dt>PropVals/Group:<!--
 
--><dt>PropVals/Group:<!--
 
--><dd>You need to expand the #args of this template to process this many arguments !<!--
 
--><dd>You need to expand the #args of this template to process this many arguments !<!--
--><dd>Overflowing argument was: {{{11}}}<!--
+
--><dd>Overflowing argument was: {{{21}}}<!--
 
--></dl><!--
 
--></dl><!--
 
-->}}
 
-->}}
 
}}</onlyinclude><noinclude>{{documentation}}</noinclude>
 
}}</onlyinclude><noinclude>{{documentation}}</noinclude>

Revision as of 13:27, 23 June 2012


Template documentation (for the template shown above, sometimes hidden or invisible)

Description

  • This is a wrapper-template that generates output, which will be used as arguments for {{PropVals/List}}.
    {{#arraymap:}} will be used as a wrapper, that uses this generated-output, to inject the extra arguments for {{PropVals/List}}.
    This generated-output is a concatenation of grouped-records, using {{PropVals/Group/NextPart}} to output these grouped-records.
  • This wrapper-template is used to feed individual records to its helper-template, {{PropVals/Group/NextPart}}, therefore it has a hard-coded limit on the amount of records it can process !
    This limit, currently 20, can be increased by properly expanding the code inside...

Syntax

Type the below code somewhere inside your code:
{{PropVals/Group |sep={{{sep|;}}} |grpsep={{{grpsep|/\}}} |<record>|<record>|<record>|etc...}}

Examples

  1. {{PropVals/Group|sep={{{sep|;}}}|grpsep={{{grpsep|/\}}}|Lime;15;Startpost |Flint;15;Startpost |Stone;30;Startpost |Lime;8;Cornerpost |Flint;8;Cornerpost |Stone;15;Cornerpost |Flint;1;Wallsegment |Stone;3;Wallsegment |Board;10;Gate |Nails;4;Gate}}
    gives:
    Startpost|Lime;15|Flint;15|Stone;30/\heading=Cornerpost|Lime;8|Flint;8|Stone;15/\heading=Wallsegment|Flint;1|Stone;3/\heading=Gate|Board;10|Nails;4