(Created page with "<includeonly>{|class="wikitable" |- !name !#if, no bar !#if, with bar !subst ! +, -, = |- !a |{{#if: {{{a}}}| non-empty | empty}} |{{#if: {{{a|}}}| non-empty | empty}} |{{{a|subs...") |
No edit summary |
||
Line 2: | Line 2: | ||
|- | |- | ||
!name | !name | ||
!#if | !<nowiki>#if: {{{p}}}</nowiki> | ||
!#if | !<nowiki>#if: {{{p|}}}</nowiki> | ||
!subst | !<nowiki>{{{p|subst}}}</nowiki> | ||
! + | !<nowiki>#ifeq: {{{p|+}}}|{{{p|-}}}</nowiki> | ||
|- | |- | ||
!a | !a |
Revision as of 17:01, 8 March 2011
[edit] [ ] Template documentation
This template demonstrates what will happen when you attempt to pass parameters to a template in various ways.
This template takes 4 parameters -- a, b, c, and d. In the example below, they are used in the template call as follows:
- a -- leave out of the call
- b -- include, but without an =
- c -- include, with an = but no value
- d -- include, with an = and a value
{{About parameters|b|c=|d=value}}
name | #if: {{{p}}} | #if: {{{p|}}} | {{{p|subst}}} | #ifeq: {{{p|+}}}|{{{p|-}}} |
---|---|---|---|---|
a | non-empty | empty | subst | != |
b | non-empty | empty | subst | != |
c | empty | empty | = | |
d | non-empty | non-empty | value | = |
The above documentation is transcluded from Template:About parameters/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |