Jump to content

Module:Params/doc/examples/enumerate/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Grufo (talk | contribs) at 19:50, 26 September 2024. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

This example template shows how to use {{#invoke:params|with_name_matching|...}} to emulate Module:Enumerate.

information Note: For more complex cases, please see {{#invoke:params|call_for_each_group}}.

Usage

[edit]

For instance,

{{module:params/doc/examples/enumerate
	| 1 = cream
	| 2 = bingo
	| hello = world
	| foobar1 = one
	| foobar2 = two
	| foobar3 = three
	| foobar4 = foo
	| foobar5 = bar
	| foobar6 = Jupiter
}}

generates

The parameters of type |foobar1, |foobar2|foobarN passed are:

  • one
  • two
  • three
  • foo
  • bar
  • Jupiter

See also

[edit]