Module:Params/doc: Difference between revisions

Content deleted Content added
mNo edit summary
Line 359:
 
; Brief
: ''Associate custom strings to possible parameter values and list the custom string whosewhen the associated value is present''
; Syntax
: <syntaxhighlight lang="wikitext" inline>{{#invoke:params|coins|[first coin = value 1]|[second coin = value 2]|[...]|[last coin = value N]}}</syntaxhighlight>
Line 380:
 
; Brief
: ''Associate custom strings to possible parameter values and list the custom string whosewhen the associated value is present, but not more than once''
; Syntax
: <syntaxhighlight lang="wikitext" inline>{{#invoke:params|unique_coins|[first coin = value 1]|[second coin = value 2]|[...]|[last coin = value N]}}</syntaxhighlight>