Content deleted Content added
Nomenclature: functions "merge_and_call" and "merge_and_invoke" have been renamed to "concat_and_call" and "concat_and_invoke" |
mNo edit summary |
||
Line 40:
This mechanism has the intrinsic advantage that it allows to concatenate infinite modifiers. And so, in order to get the accurate result that we want to obtain we could write:
<syntaxhighlight lang="wikitext">{{#invoke:params|with_name_matching|n$|with_name_matching|^A|non-sequential|with_name_matching|
The two modifiers [[#sequential|<code>sequential</code>]] and [[#non-sequential|<code>non-sequential</code>]] refer to a technical jargon used in wikitext: given a parameter list, the subgroup of sequential parameters is constituted by the largest group of consecutive numerical parameters starting from {{para|1}} – this is known as the parameters' “sequence”. A parameter list that does not have a first parameter specified does not possess a sequence.
|