Template talk:FSC: Difference between revisions
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''Example (place) | {| class="wikitable" | ||
! Type !! Wikitext !! Result !! URL equivalent !! Notes | |||
|- | |||
| '''Example (place)''' || <code><nowiki>{{FSC|United States, Texas, Gray, Alanreed|place}}</nowiki></code> || {{FSC|United States, Texas, Gray, Alanreed|place}} || style="width:410px; word-break: break-all;" | https://www.familysearch.org/search/catalog/results#count=20&query=%2Bplace%3A%22United+States,+Texas,+Gray,+Alanreed%22 || | |||
|- | |||
| '''Example (place with alt text)''' || <code><nowiki>{{FSC|United States, Texas, Gray, Alanreed|place|disp=Alanreed}}</nowiki></code> || {{FSC|United States, Texas, Gray, Alanreed|place|disp=Alanreed}} || style="width:410px; word-break: break-all;" | https://www.familysearch.org/search/catalog/results#count=20&query=%2Bplace%3A%22United+States,+Texas,+Gray,+Alanreed%22 || | |||
'''Example (place with alt text) | |- | ||
| '''Example (item)''' || <code><nowiki>{{FSC|499078|item}}</nowiki></code> || {{FSC|499078|item}} || style="width:410px; word-break: break-all;" | https://www.familysearch.org/search/catalog/499078 || | |||
|- | |||
| '''Example (item with alt text)''' || <code><nowiki>{{FSC|499078|item|disp=Alt Text}}</nowiki></code> || {{FSC|499078|item|disp=Alt Text}} || style="width:410px; word-break: break-all;" | https://www.familysearch.org/search/catalog/499078 || | |||
|- | |||
| '''Missing First Unnamed parameter''' || <code><nowiki>{{FSC|disp=Alanreed}}</nowiki></code> || {{FSC|disp=Alanreed}} || style="width:410px; word-break: break-all;" | https://www.familysearch.org/search/catalog/results#count=20&query=%2Bfilm_number%3Aplace || | |||
'''Example (item) | |- | ||
| '''Missing First Unnamed parameter''' || <code><nowiki>{{FSC|place|disp=Alanreed}}</nowiki></code> || {{FSC|place|disp=Alanreed}} || style="width:410px; word-break: break-all;" | https://www.familysearch.org/search/catalog/results#count=20&query=%2Bfilm_number%3Aplace || This is wrong, it takes "place" as the first parameter and gets a weird link | |||
|- | |||
| '''Place with alt name''' || <code><nowiki>{{FSC|place|disp=Alt text}}</nowiki></code> || {{FSC|place|disp=Alt text}} || style="width:410px; word-break: break-all;" | https://www.familysearch.org/search/catalog/results#count=20&query=%2Bfilm_number%3Aplace || | |||
|} | |||
'''Example (item with alt text) | |||