Template:GR Page header and text: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<nowiki>{{GR Page header and text| | <u>Example 1</u>: | ||
Location=Ohio| | <nowiki> | ||
Page | {{GR Page header and text| | ||
Location=Ohio| | |||
Page text | Vital type=birth| | ||
Page | Page type=Guided Research| <!-- Current options Guided Research and Can't Find--> | ||
Page text | }} | ||
<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| | |||
}} | |||
</nowiki> | </nowiki> | ||
</noinclude> | </noinclude> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{# | {{#switch: {{lc:{{{Page type|}}} }} | | ||
{{# | "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> | |||
<p>FamilySearch identified the most complete online indexes for birth, marriage, and death information.</p><br><br> | |<nowiki></nowiki>}} | ||
<p style="font-size:20px">'''Which type of information are you looking for?'''</p><br> | {{#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> | |||
<!-- "can't find" creates the page header and text for 'Why can't I find the records' page --> | |<nowiki></nowiki>}} | ||
"can't find"=<h1 id="firstHeading" class="firstHeading" lang="en">{{{ | <!-- "can't find" creates the page header and text for 'Why can't I find the records' page --> | ||
<h1 id="firstHeading" class="firstHeading" lang="en">{{{ | "can't find"= | ||
{{#if: {{ | Ohio Births - Why can't I find the record? | ||
<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: {{{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>}} | |||
}} <!-- end switch statement --> | {{#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> | |||
|<nowiki></nowiki>}} | |||
|<nowiki></nowiki>}} <!-- end switch statement --> | |||
[[Category:templates|{{PAGENAME}}]] | [[Category:templates|{{PAGENAME}}]] |
Revision as of 11: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| }}