| Description |
Result |
Expected Result
|
| Split Explode
|
- red, Cherry
- yellow, Banana
- lime, Lime
|
- red, Cherry
- yellow, Banana
- lime, Lime
|
| Split Explode Nothing
|
|
|
| Split Explode Bad Delimiter or Unpaired Values
|
- red,Cherry,yellow,Banana,lime,Lime, {{{2}}}
|
- red,Cherry,yellow,Banana,lime,Lime, {{{2}}}
|
| Explode with passthroughs
|
- explode passed through, {{{2}}}
|
- red, Cherry
- Delimiter: delimiter passed through
- Explode: explode passed through
- Separator: separator passed through;
- lime, Lime
- Delimiter: delimiter passed through
- Explode: explode passed through
- Separator: separator passed through
|
| Local Arguments with quoted separator
|
- 00012345, xx012345,
- 10987654, xx987654
|
- 00012345, xx012345,
- 10987654, xx987654,
|
| Local Arguments with passthrough separator
|
- 00012345, xx012345separator passed through
- 10987654, xx987654
|
- 00012345, xx012345
- Separator: separator passed through;
- 10987654, xx987654
- Separator: separator passed through
|
| Local Arguments with blanks not allowed
|
- 00012345, xx012345separator passed through
- 10987654, xx987654
|
- 00012345, xx012345
- Separator: separator passed through;
- 10987654, xx987654
- Separator: separator passed through
|
| Local Arguments with blanks allowed
|
- 00012345, xx012345separator passed throughseparator passed through
- 10987654, xx987654
|
- 00012345, xx012345
- Separator: separator passed through;
- Separator: separator passed through;
- 10987654, xx987654
- Separator: separator passed through
|
| Local Arguments with templates as well as escaped pipes and equals signs
|
|
|
Parent Arguments to Project:Riven/Example
|
A=1 • B=2 • C=3
|
A=1 • B=2 • C=3
|
| No colon
|
{{#splitargs}}
|
{{#splitargs}}
|
| Less than two arguments
|
|
|
| Blank template name
|
A2B
|
|