|
|
Line 67: |
Line 67: |
|
| |
|
|
| |
|
| Nothing to do with the switch, only the carriage return: | | ===Nothing to do with the switch, only the carriage return=== |
| {| class="wikitable" | | {| class="wikitable" |
| ! Wikitext !! Results !! Notes | | ! Wikitext !! Results !! Notes |
Line 79: |
Line 79: |
| | <code><nowiki>Foo Bar</nowiki></code> || | | | <code><nowiki>Foo Bar</nowiki></code> || |
| Foo Bar || 2nd with carriage returns | | Foo Bar || 2nd with carriage returns |
| | |} |
| | |
| | ===Use multiple line tables if you need the carraige return=== |
| | {| class="wikitable" |
| | ! Wikitext !! Results !! Notes |
| | |- |
| | | <code><nowiki>Foo Bar</nowiki></code> |
| | | Foo Bar |
| | | Normal text |
| | |- |
| | | |
| | <code><nowiki>Foo Bar</nowiki></code> |
| | | |
| | Foo Bar |
| | | Both with carriage returns |
| | |- |
| | | |
| | <code><nowiki>Foo Bar</nowiki></code> |
| | | |
| | Foo Bar |
| | | 2nd with carriage returns |
| |} | | |} |