Jump to content

Module:Params/testcases/tmulti/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
First draft
(No difference)

Revision as of 02:48, 30 January 2024

This test template allows to simulate in one single call both the incoming parameters and the parameters possibly concatenated to {{#invoke:params|...|function|...}}, using a single hyphen (-) as a separator between the two groups. This allows to perform generic tests without having to create test templates.

Usage

For instance, writing

{{Module:Params/testcases/multi|
	setting|i/p|<br />|: |list|
	-|hello|world|foo=bar}}

will simulate a call with |1=hello, |2=world, and |foo=bar to a template whose content is {{#invoke:params|setting|i/p|<br />|: |list}}, thus producing:

Module:Params/testcases/multi