Batcheditor, Moderator, Protector, Reviewer, Bots, Bureaucrats, editor, Interface administrators, pagecreator, pagedeleter, Suppressors, Administrators, Widget editors
357,064
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
== Search a {{lc:{{{Vital type}}} }} index == | == Search a {{lc:{{{Vital type}}} }} index == | ||
| | | | ||
== Search | == Search an index == | ||
|}} | |}} | ||
=== If you know your ancestor's parish, | === If you know your ancestor's parish, start here: === | ||
{{ | {{#vardefine: i | 1}}{{#while: <!-- loop through the 'Search link #' and print out. --> | ||
| {{{Search link {{#var: i}} |}}} | |||
Search link | |<nowiki/> | ||
{{GR print link | |||
Search link | |Search link={{{Search link {{#var:i}}|}}} | ||
Website | |Website={{{Website {{#var:i}}|}}}|}}<br> | ||
{{#vardefine: i | |||
| {{#expr: {{#var: i }} + 1 }} <!-- increase var:i by 1 --> | |||
Search link | }} | ||
}}<noinclude> | |||
Search link | :'''Code example''': | ||
<nowiki> | |||
The following is an example of a call to the template. You can have as many links as desired, just make sure to start at 1 and do not skip any numbers in your list. (don't have 1, 2, 4, 6 - only 1 and 2 will be output.) See below for definitions of input values. | |||
{{GR start here | |||
|Vital= | |||
< | |Search link 1= | ||
|Website 1= | |||
|Search link 2= | |||
|Website 2= | |||
}}</nowiki> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Vital type": { | |||
"label": "Vital type", | |||
"description": "Vital type - defines the header of the dropdown section on the Guided Research page. Current recommended vital types are Birth, Marriage and Death.", | |||
"example": "Vital type=Birth", | |||
"type": "string", | |||
"default": "null", | |||
"autovalue": "null", | |||
"required": false | |||
}, | |||
"Search link 1": { | |||
"label": "Search link 1", | |||
"description": "entire string containing the link to be printed in the 'Start here' section. 'Search link' will be output exactly as entered.", | |||
"example": "Search link 1=1500s-1900s: '''<u>[https://www.familysearch.org/search/record/results?count=20&offset=0&query=%2Brecord_country%3AItaly%20%2Brecord_type%3A1 Italy Marriage Collections]</u>'''", | |||
"type": "string", | |||
"default": "null", | |||
"autovalue": "null", | |||
"required": true | |||
}, | |||
"Search link 'n'": { | |||
"label": "Search link 2; Search link 3; ....", | |||
"description": "You can have as many Search links as needed to be printed in the 'Start here' section", | |||
"example": "Search link 2=1500s-1900s: '''<u>[https://www.familysearch.org/search/record/results?count=20&offset=0&query=%2Brecord_country%3AItaly%20%2Brecord_type%3A1 Italy Marriage Collections]</u>'''", | |||
"type": "string", | |||
"default": "null", | |||
"autovalue": "null" | |||
}, | |||
"Website 1, Website 2...Website n": { | |||
"description": "Sending a website name that corresponds with a Search link will will result in the following being added to the end of the printed link on the GuidedResearch page: FamilySearch => at FamilySearch; FindMyPast => at FindMyPast ($); Ancestry => at Ancestry ($); American Ancestors => at American Ancestors ($); myherMyHeritage => at MyHeritage ($);", | |||
"example": "Website 1=Ancestry", | |||
"type": "string", | |||
"default": "null" | |||
} | |||
}, | |||
"description": "Template:GR start here - On the GuidedResearch pages, this template creates the 'Search a (Vital type) index' title and the 'Start Here' title. Also, the links in the section are output." | |||
} | |||
</templatedata> | |||
[[Category:Guided Research]][[Category:Templates|Guided Research]][[Category:Guided Research Templates]]</noinclude> |
edits