Template:GR Can't find: Difference between revisions
No edit summary |
(Reverting back because the template is broken.) |
||
Line 3: | Line 3: | ||
{{#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 Online Resources|Additional online resources]]| | {{GR print link| | ||
Number of search links=4| | |||
Search link 1=[[GuidedResearch:Why Can't I Find the Record - {{{Location|}}} {{{Vital type|}}}s#Additional Online Resources|Additional online resources]]| | |||
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]]| | |||
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 --> | |}} <!-- end if Vital type --> | ||
| <!-- else, location not defined and links are passed to this templates --> | | <!-- else, location not defined and links are passed to this templates --> | ||
{{ | {{GR print link| | ||
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 29: | Line 31: | ||
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 41: | Line 40: | ||
Location=Ohio| | Location=Ohio| | ||
Vital type=Birth| | Vital type=Birth| | ||
}}</nowiki> | }}</nowiki></noinclude> | ||
< | <noinclude>[[Category:Guided Research]][[Category:Templates|Guided Research]]</noinclude> | ||
<noinclude>[[Category:Guided Research Templates]]</noinclude> | |||
</noinclude> | |||
<noinclude>[[Category:Guided Research] |
Revision as of 12:51, 11 December 2020
What else you can try:[edit source]
- 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| }}