Template:GR Can't find: Difference between revisions
No edit summary |
No edit summary |
||
(30 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<br> | <br> | ||
== | {{#if: {{{Section heading|}}}| <!-- if not using generic header for section --> | ||
<p style="font-size:15px">'''{{{Section heading|}}}'''</p> | |||
|<p style="font-size:15px">'''Why Can't I Find the Record?'''</p> | |||
|}}<nowiki></nowiki> | |||
{{#if: {{{Location|}}}| <!-- if you want 4 generic links, send Location and Vital type --> | {{#if: {{{Location|}}}| <!-- if you want 4 generic links, send Location and Vital type --> | ||
{{#if: {{{Vital type|}}}| | {{#if: {{{Vital type|}}}| | ||
{{GR print link|Search link=[[GuidedResearch:Why Can't I Find the Record - {{{Location|}}} {{{Vital type|}}}s#Additional | {{GR print link| | ||
Number of search links=4| | |||
Search link 1=[[GuidedResearch:Why Can't I Find the Record - {{{Location|}}} {{{Vital type|}}}s #Additional Records|Additional records]]| | |||
Search link 2=[[GuidedResearch:Why Can't I Find the Record - {{{Location|}}} {{{Vital type|}}}s#Substitute Records|Substitute records]]| | |||
Search link 3=[[GuidedResearch:Why Can't I Find the Record - {{{Location|}}} {{{Vital type|}}}s#Improve searching|Improve searching]]| | |||
|}}<!-- end if Vital type --> | Search link 4=[[GuidedResearch:Why Can't I Find the Record - {{{Location|}}} {{{Vital type|}}}s#Why the record may not exist|Why the record may not exist]]| | ||
}}<nowiki></nowiki> | |||
{{ | |}} <!-- end if Vital type --> | ||
{{ | | <!-- else, location not defined and links are passed to this templates --> | ||
{{ | {{GR print link| | ||
}}<nowiki | Number of search links={{{Number of search links|}}}| | ||
Search link 1={{{Search link 1|}}}| | |||
Search link 2={{{Search link 2|}}}| | |||
Search link 3={{{Search link 3|}}}| | |||
Search link 4={{{Search link 4|}}}| | |||
Search link 5={{{Search link 5|}}}| | |||
}}<nowiki></nowiki> | |||
|}}<nowiki></nowiki> | |||
<noinclude> | <noinclude> | ||
:'''Code example 1''': | :'''Code example 1''': | ||
<nowiki> | <nowiki> | ||
If you wish to use your own links in this section, use the following: | If you wish to use your own links in this section, use the following: | ||
Line 23: | Line 34: | ||
Search link 1=| | Search link 1=| | ||
Search link 2=| | Search link 2=| | ||
Search link 3=| | Search link 3=| <-- Currently handles up to 5 Search links (need extension:variable to change)--> | ||
}}</nowiki> | }}</nowiki> | ||
:'''Code example 2''': | :'''Code example 2''': | ||
Line 35: | Line 43: | ||
Location=Ohio| | Location=Ohio| | ||
Vital type=Birth| | Vital type=Birth| | ||
}}</nowiki> | }}</nowiki></noinclude> | ||
Revision as of 19:57, 19 June 2018
Why Can't I Find the Record?
- Code example 1:
If you wish to use your own links in this section, use the following: {{GR Can't find| Number of search links=1| Search link 1=| Search link 2=| Search link 3=| <-- Currently handles up to 5 Search links (need extension:variable to change)--> }}
- Code example 2:
If you wish to use the predefined links in this section, only pass Location and Vital type: {{GR Can't find| Location=Ohio| Vital type=Birth| }}