ParserFunctions
From Wikipedia
Contents |
[edit] expr
- Basic arithmetic
- 7/5 = 1.4
- Division by zero
- Division by zero = Division by zero
- Variable substitution
- 17 + 1 = 18
- Template parameter substitution
- 2 = 2
[edit] if/ifexpr
- #ifexpr false test
- false = false
- #ifexpr true test
- true = true
- Error handling
- Division by zero = Division by zero
- #if is not #ifexpr
- true = true
- #if true test
- true = true
- #if false test
- false = false
- Numbered parameter bug (parser interaction)
- xxx {{{1}}} = xxx xxx {{{1}}}
[edit] switch
- Specific case 1
- January = January
- Specific case 2
- February = February
- Fallthrough 1
- April or May = April or May
- Fallthrough 2
- April or May = April or May
- Default case
- not implemented yet = not implemented yet
- No cases, test value specified
- Blank: ""
- Fallthrough does not set default
- Blank: ""
- No cases, no test value
- Blank: ""
- #default
- 1=2 = 1=2
- #default with expanded =
- 1=2 = 1=2
[edit] Table
| name | Robert |
| address | Street |
| phone | 987665 |
| city | Bangkok |
[edit] Beta tests
[edit] Taxobox
[edit] Album infobox
| The Eminem Show | ||
|---|---|---|
![]() |
||
| Album by Eminem | ||
| Released | May 28 2002 | |
| Genre | Rap | |
| Length | ~77:00 | |
| Label | Interscope Records | |
| Producer(s) | Eminem, Dr. Dre | |
| Professional reviews | ||
|
||
| Eminem chronology | ||
| The Marshall Mathers LP (2000) |
The Eminem Show (2002) |
Encore (2004) |
| Dirt | ||
|---|---|---|
![]() |
||
| Album by Alice in Chains | ||
| Released | October 1992 | |
| Genre | Grunge | |
| Length | 57:35 | |
| Label | Columbia Records | |
| Producer(s) | Alice in Chains, Dave Jerden | |
| Professional reviews | ||
| Alice in Chains chronology | ||
| Facelift (1990) |
Dirt (1992) |
Jar of Flies (1994) |
| "Yesterday" ... and Today | ||
|---|---|---|
![]() |
||
| LP by The Beatles | ||
| Released | June 20 1966 | |
| Recorded | Abbey Road 1965–1966 | |
| Genre | Rock | |
| Length | — | |
| Label | Capitol T 2553 (mono) ST 2553 (stereo) |
|
| Producer(s) | George Martin | |
| Professional reviews | ||
|
||
| The Beatles chronology | ||
| Rubber Soul (1965) |
"Yesterday" ... and Today (1966) |
Revolver (1966) |
[edit] Process header
- This is what broke when the numbered parameters fix was checked in. Specifically, the table syntax for the transcluded Template:Shortcut wasn't handled as expected (there was visible table/style code).
Template:Process header


