Content deleted Content added
m →Variable length parameter lists: +Internal links |
→Variable length parameter lists: +Category |
||
Line 80:
However, modules can bypass this limitation. For simpler cases, the separated entries module expands all sequential parameters and lets you set custom delimiters. For more advanced usage, the {{mfl|params}} module enables counting, listing, mapping, filtering, and handling a variable number of parameters without prior knowledge of the exact number.
This workaround allows it to <em>appear</em> as if a template handles a variable number of parameters because the module processes each one iteratively up to a certain point, but true infinite flexibility is not built into the core MediaWiki system. Several examples are collected under [[:Category:Variadic templates]].
===Examples===
|