Template:GR Page header and text: Difference between revisions
No edit summary |
No edit summary |
||
(34 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<u>Example 1</u> | <u>Example 1</u> | ||
<nowiki> | <nowiki> | ||
{{GR Page header and text| | {{GR Page header and text| | ||
Location=Ohio| | Location=Ohio| | ||
Vital type=birth| | |||
Page type=Guided Research| <!-- Current options Guided Research and Can't Find--> | Page type=Guided Research| <!-- Current options Guided Research and Can't Find--> | ||
}} </nowiki> | }} </nowiki> | ||
Line 12: | Line 14: | ||
Location=Ohio| | Location=Ohio| | ||
Vital type=birth| | Vital type=birth| | ||
Page type= | Page type=Guided Research| <!-- Current options Guided Research and Can't Find--> | ||
Page title=This is a different title| | Page title=This is a different title| | ||
Page text=This is different text| | Page text=This is different text| | ||
Line 19: | Line 21: | ||
</noinclude> | </noinclude> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
GR Page header and text reached<br> | |||
{{#switch: {{lc:{{{Page type|}}} }} | | {{#switch: {{lc:{{{Page type|}}} }} | | ||
guided research= | "guided research"=Page type = {{{Page type|}}<br><br> | ||
{{#if: {{{Page title|}}}|<h1 id="firstHeading" class="firstHeading" lang="en">{{{Page title|}}}</h1>| | |||
<h1 id="firstHeading" class="firstHeading" lang="en">{{{Location|}}} Guided Research</h1> | |||
{{#if: {{{Page | |||
< | |||
|<nowiki></nowiki>}} | |<nowiki></nowiki>}} | ||
{{#if: {{Page text|}}|<p>{{{Page text|}}}</p>| | |||
<p>FamilySearch identified the most complete online indexes for birth, marriage, and death information.</p><br><br> | |||
<p style="font-size:20px">'''Which type of information are you looking for?'''</p><br> | |||
|<nowiki></nowiki>}} | |<nowiki></nowiki>}} | ||
{{#if: {{{Page | <!-- "can't find" creates the page header and text for 'Why can't I find the records' page --> | ||
< | "can't find"= | ||
Ohio Births - Why can't I find the record? | |||
{{#if: {{{Page title|}}}|<h1 id="firstHeading" class="firstHeading" lang="en">{{{Page title|}}}</h1>| | |||
<h1 id="firstHeading" class="firstHeading" lang="en">{{{Location|}}} {{{Vital type}}} - Why can't I find the record?</h1> | |||
|<nowiki></nowiki>}} | |<nowiki></nowiki>}} | ||
{{#if: {{Page text|}}|<p>{{{Page text|}}}</p>| | |||
<p>This page will give you additional guidance and resources to find {{{lc:Vital type|}}} information for your ancestor. Use this page after first completing the {{lc:Vital type|}} section of the [[GuidedResearch:{{{Location|}}}|{{{Location|}}} Guided Research]] page.</p><br><br> | |||
{{#if: | |||
<p>This page will give you additional guidance and resources to find {{{lc:Vital type|}}} information for your ancestor. Use this page after first completing the {{lc: | |||
|<nowiki></nowiki>}} | |<nowiki></nowiki>}} | ||
|<nowiki></nowiki>}} <!-- end switch statement --> | |<nowiki></nowiki>}} <!-- end switch statement --> | ||
[[Category:templates|{{PAGENAME}}]] |
Revision as of 11:57, 12 June 2018
Example 1
{{GR Page header and text| Location=Ohio| Vital type=birth| Page type=Guided Research| <!-- Current options Guided Research and Can't Find--> }}
Example 2
{{GR Page header and text| Location=Ohio| Vital type=birth| Page type=Guided Research| <!-- Current options Guided Research and Can't Find--> Page title=This is a different title| Page text=This is different text| }}
GR Page header and text reached