|
|
(8 intermediate revisions by the same user not shown) |
Line 5: |
Line 5: |
| | <code><nowiki>{{FSHI2|DGS=8417008}}</nowiki></code> || {{FSHI2|DGS=8417008}} || ? || DGS only | | | <code><nowiki>{{FSHI2|DGS=8417008}}</nowiki></code> || {{FSHI2|DGS=8417008}} || ? || DGS only |
| |- | | |- |
| | <code><nowiki>{{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}</nowiki></code> || {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}} || ? || DGS and Item number | | | <code><nowiki>{{FSHI2|DGS=8417008|ID=M9DP-VQB|Item=2}}</nowiki></code> || {{FSHI2|DGS=8417008|ID=M9DP-VQB|Item=2}} || ? || DGS and ID number |
| |- | | |- |
| | <code><nowiki>{{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}}</nowiki></code> || {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}} || ? || DGS, Item number, and Image number | | | <code><nowiki>{{FSHI2|DGS=7834720|ID=TH-909-57232-21590-20|Image=7}}</nowiki></code> || {{FSHI2|DGS=7834720|ID=TH-909-57232-21590-20|Image=7}} || ? || DGS, ID number, and Image number |
| |- | | |- |
| | <code><nowiki>{{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}}</nowiki></code> || This {{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|Item=M9DP-VQB|Nbr=2}}, {{FSHI2|DGS=8417008|Item=M9DP-VQY|Image=6}} || ? || 3 together | | | <code><nowiki>{{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|ID=M9DP-VQB|Item=2}}, {{FSHI2|DGS=7834720|ID=TH-909-57232-21590-20|Image=7}}</nowiki></code> || {{FSHI2|DGS=8417008}}, {{FSHI2|DGS=8417008|ID=M9DP-VQB|Item=2}}, {{FSHI2|DGS=8417008|ID=M9DP-VQY|Image=6}} || ? || 3 together |
| |- | | |- |
| | <code><nowiki>{{FSHI2}}</nowiki></code> || {{FSHI2}} || ? || DGS missing | | | <code><nowiki>{{FSHI2}}</nowiki></code> || {{FSHI2}} || ? || DGS missing |
| |}
| |
|
| |
| ==Examples of wrapping==
| |
| {| class="wikitable"
| |
| ! Wikitext !! style="width:600px;" | Result !! Correct !! 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 !! Correct !! 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}} || ? ||
| |
| |} | | |} |