Template:GR Page header and text: Difference between revisions
No edit summary |
No edit summary |
||
| (37 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--> | ||
}} | }} | ||
<u>Example 2</u>: | |||
<u>Example 2</u> | |||
<nowiki> | <nowiki> | ||
{{GR Page header and text| | {{GR Page header and text| | ||
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 19: | ||
</noinclude> | </noinclude> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{#switch: {{lc:{{{Page type|}}} }} | | {{#switch: {{lc:{{{Page type|}}} }} | | ||
guided research={{#if: {{{Page title|}}}| | "guided research"= | ||
{{#if: {{{Page title|}}}|<h1 id="firstHeading" class="firstHeading" lang="en">{{{Page title|}}}</h1>| | |||
<h1 id="firstHeading" class="firstHeading" lang="en">{{{Location|}}} Guided Research</h1> | |||
|<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 10:49, 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-->
}}
<u>Example 2</u>:
<nowiki>
{{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|
}}