|
|
Line 12: |
Line 12: |
| |- | | |- |
| | <code><nowiki>{{FSHI2}}</nowiki></code> || {{FSHI2}} || ? || DGS missing | | | <code><nowiki>{{FSHI2}}</nowiki></code> || {{FSHI2}} || ? || DGS missing |
| |}
| |
|
| |
|
| |
|
| |
| ==Wrapping==
| |
|
| |
| ===Examples of wrapping===
| |
| {| class="wikitable"
| |
| ! Wikitext !! style="width:600px;" | Result !! Notes
| |
| |-
| |
| | <code><nowiki>{{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}}</nowiki></code> || {{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}} || Wraps
| |
| |-
| |
| | <code><nowiki>{{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}}</nowiki></code> ||
| |
| {{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}} || Forced new line
| |
| |-
| |
| | <code><nowiki>1, 2, 3</nowiki></code> || 1, 2, 3 || Text is fine
| |
| |-
| |
| | <code><nowiki>[https://www.familysearch.org/records/images/beta/search-results?imageGroupNumbers=8417008&page=1 DGS 8417008], [https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQB&imageIndex=0 DGS 8417008 Item 2], [https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQY&imageIndex=6&singleView=true DGS 8417008 Image# 6]</nowiki></code> || [https://www.familysearch.org/records/images/beta/search-results?imageGroupNumbers=8417008&page=1 DGS 8417008], [https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQB&imageIndex=0 DGS 8417008 Item 2], [https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQY&imageIndex=6&singleView=true DGS 8417008 Image# 6] || Links are fine (vs. Templates)
| |
| |-
| |
| | <code><nowiki>{{Test11}}, {{Test11}}, {{Test11}}</nowiki></code> || {{Test11}}, {{Test11}}, {{Test11}} || Doesn't wrap
| |
| |-
| |
| | <code><nowiki>{{Test12}}, {{Test12}}, {{Test12}}</nowiki></code> || {{Test12}}, {{Test12}}, {{Test12}} || Doesn't wrap
| |
| |-
| |
| | <code><nowiki>{{Test13|This=0|That=ABC}}, {{Test13|This=1|That=DEF}}, {{Test13|This=2|That=HIG}}</nowiki></code> || {{Test13|This=0|That=ABC}}, {{Test13|This=1|That=DEF}}, {{Test13|This=2|That=HIG}} || Doesn't wrap
| |
| |}
| |
|
| |
|
| |
| ===Isolated wrapping issue===
| |
| {| class="wikitable"
| |
| ! Wikitext !! style="width:600px;" | Result !! Notes
| |
| |-
| |
| | <code><nowiki>{{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}}</nowiki></code> || {{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}} || No line break is OK
| |
| |-
| |
| | <code><nowiki>
| |
| {{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}}</nowiki></code> ||
| |
| {{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}} || Extra line breaks the table
| |
| |-
| |
| | <code><nowiki>
| |
| {{Test13|This=0|That=ABC}}, {{Test13|This=1|That=DEF}}, {{Test13|This=2|That=HIG}}</nowiki></code> ||
| |
| {{Test13|This=0|That=ABC}}, {{Test13|This=1|That=DEF}}, {{Test13|This=2|That=HIG}} || Does this work?
| |
| |-
| |
| | <code><nowiki>
| |
| {{Test14}}, {{Test14}}, {{Test14}}</nowiki></code> ||
| |
| {{Test14}}, {{Test14}}, {{Test14}} || Does this work?
| |
| |-
| |
| | <code><nowiki>
| |
| {{Test15}}</nowiki></code> ||
| |
| {{Test15}} || Does this work?
| |
| |-
| |
| | <code><nowiki>
| |
| {{#switch: 6 | 6 = 6 | 3 = 3 | 1 = 1 | Error }}</nowiki></code> ||
| |
| {{#switch: 6 | 6 = 6 | 3 = 3 | 1 = 1 | Error }} || Does this work?
| |
| |}
| |
|
| |
|
| |
| ===Nothing to do with the switch, only the carriage 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
| |
| |}
| |
|
| |
| ===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
| |
| |} | | |} |