Approver, Moderator, Protector, Reviewer, Bots, editor, pagecreator, pagedeleter, smwadministrator, Administrators
129,710
edits
m (→Operation) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
This template will allow the creation of links to specific images in acquired via Infinity and published as FamilySearch Images/ Explore Historical Images/ Explore Images. | This template will allow the creation of links to specific images in acquired via Infinity and published as FamilySearch Images/ Explore Historical Images/ Explore Images. | ||
=== Parameters === | === Parameters === | ||
This template has | This template has 5 parameters: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 14: | Line 14: | ||
|- | |- | ||
| Item || Item number || Item | | Item || Item number || Item | ||
|- | |||
| alt || Alternative Text || Display for link | |||
|} | |} | ||
Line 37: | Line 39: | ||
#If the item and nr parameters are also present it should return a string as in #2 below. | #If the item and nr parameters are also present it should return a string as in #2 below. | ||
#If all four parameters are present it should return a string as in #3 below. | #If all four parameters are present it should return a string as in #3 below. | ||
#If the alt parameter is present display only that. | |||
Expected output: | Expected output: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Example !! Display !! Concatenated URL | ! Example !! Wikicode !! Display !! Concatenated URL !! Result | ||
|- | |||
| #1 || <code><nowiki>{{FSHI|DGS=8417008}}</nowiki></code> || DGS 8417008 || https://www.familysearch.org/records/images/search-results?imageGroupNumbers=8417008&page=1 || {{FSHI2|DGS=8417008}} | |||
|- | |- | ||
| # | | #2 || <code><nowiki>{{FSHI|DGS=8417008 |ID=M9DP-VQB |Item=2}}</nowiki></code> || DGS 8417008 item 2 || https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQB&imageIndex=0 || {{FSHI2|DGS=8417008 |ID=M9DP-VQB |Item=2}} | ||
|- | |- | ||
| # | | #3 || <code><nowiki>{{FSHI|DGS=8417008 |ID=M9DP-VQY |Image=6}}</nowiki></code> || DGS 8417008 image# 6 || https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQY&imageIndex=6&singleView=true || {{FSHI2|DGS=8417008 |ID=M9DP-VQY |Image=6}} | ||
|- | |- | ||
| # | | #4 || <code><nowiki>{{FSHI|DGS=110264677 |alt=605-1-34}}</nowiki></code> || 605-1-34 || https://www.familysearch.org/records/images/search-results?imageGroupNumbers=110264677 || {{FSHI2|DGS=110264677 |alt=605-1-34}} | ||
|} | |} | ||
edits