Template:P
Template for inserting a parameter as text. Created primarily for use on template documentation pages. Also used in conjunction with the {{T}} template.
Examples
{{P}}
→ |
{{P|Some Text}}
→ |Some Text
{{P||Some Text}}
→ |=Some Text
{{P|1|Some Text}}
→ |1=Some Text
{{P|param|}}
→ |param=
{{P|strings|10}}
→ |strings=10
{{P|strings|10}}{{P|test|1}}
→ |strings=10
|test=1
With Spaces
{{P| Some Text }}
→ | Some Text
{{P| | Some Text }}
→ | = Some Text
{{P| 1 | Some Text }}
→ | 1 = Some Text
{{P| param |}}
→ | param =
{{P| strings | 10 }}
→ | strings = 10
{{P| strings | 10 }}{{P| test | 1 }}
→ | strings = 10
| test = 1