Template:Param2
Jump to navigation
Jump to search
Despite the similar name, this is completely different from [[Template:Param]].
Parameter | Description | Type | Status | |
---|---|---|---|---|
Function page name | name | Name of a function page. '''This must be a data page.''' | Page name | required |
Overloaded function number | func | A function page may describe multiple overloaded functions under the same name. This parameter allows you to select one. Allowed values are 1-5, inclusive. | Number | required |
Parameter number | param | Specify which parameter to extract. Allowed values are 1-5, inclusive. | Number | required |
Rendering format | format | "" (empty string) = show everything, "signature" = only show parameter types (i.e. function signature). Default value is empty string (show everything). | Line | optional |
Examples
Types and parameters
*"{{param2|name=visit_url|func=1|param=1}}" *"{{param2|name=visit_url|func=2|param=1}}" *"{{param2|name=visit_url|func=2|param=2}}" *"{{param2|name=visit_url|func=2|param=3}}"
Types only
*"{{param2|name=visit_url|func=1|param=1|format=signature}}" *"{{param2|name=visit_url|func=2|param=1|format=signature}}" *"{{param2|name=visit_url|func=2|param=2|format=signature}}" *"{{param2|name=visit_url|func=2|param=3|format=signature}}"