|
|
(16 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| <noinclude> | | {{#if: {{{Vital type|}}}| <!-- create heading. Either "Start a 'Vital type' index", or 'Search an index' --> |
| | == {{ucfirst:{{{Vital type}}} }} - Where can I find {{lc:{{{Vital type}}} }} records? == |
| | | |
| | == Search an index == |
| | |}} |
| | === Start here: === |
| | {{#vardefine: i | 1}}{{#while: <!-- loop through the 'Search link #' and print out. --> |
| | | {{{Search link {{#var: i}} |}}} |
| | |<nowiki/> |
| | {{GR print link |
| | |Search link={{{Search link {{#var:i}}|}}} |
| | |Website={{{Website {{#var:i}}|}}}|}}<br> |
| | {{#vardefine: i |
| | | {{#expr: {{#var: i }} + 1 }} <!-- increase var:i by 1 --> |
| | }} |
| | }}<noinclude> |
| :'''Code example''': | | :'''Code example''': |
| <nowiki> | | <nowiki> |
| {{GR Start Here| | | 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. |
| Vital type=Birth|
| | {{GR start here |
| Number of search links=1|
| | |Vital= |
| Search link 1=|
| | |Search link 1= |
| Website 1=FamilySearch|
| | |Website 1= |
| Search link 2=|
| | |Search link 2= |
| Website 2=Ancestry|
| | |Website 2= |
| Search link 3=|
| | }}</nowiki> |
| Website 3=FindMyPast| <-- Currently handling up to 5 Search links -->
| | <templatedata> |
| }}</nowiki></noinclude>
| | { |
| {{#if: {{{Vital type|}}}| | | "params": { |
| == Search a {{lc:{{{Vital type}}} }} index ==
| | "Vital type": { |
| {{plural:{{{Number of search links}}}-1|Search the following database.|For best results, search the following databases in the order listed below.|}}
| | "label": "Vital type", |
| === Start here: === | | "description": "Vital type - defines the header of the dropdown section on the Guided Research page. Current recommended vital types are Birth, Marriage and Death.", |
| {{GR print link|
| | "example": "Vital type=Birth", |
| Number of search links={{{Number of search links|}}}|
| | "type": "string", |
| Search link 1={{{Search link 1|}}}| | | "default": "null", |
| Website 1={{{Website 1|}}}|
| | "autovalue": "null", |
| Search link 2={{{Search link 2|}}}|
| | "required": false |
| Website 2={{{Website 2|}}}|
| | }, |
| Search link 3={{{Search link 3|}}}| | | "Search link 1": { |
| Website 3={{{Website 3|}}}|
| | "label": "Search link 1", |
| Search link 4={{{Search link 4|}}}| | | "description": "entire string containing the link to be printed in the 'Start here' section. 'Search link' will be output exactly as entered.", |
| Website 4={{{Website 4|}}}|
| | "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>'''", |
| Search link 5={{{Search link 5|}}}| | | "type": "string", |
| Website 5={{{Website 5|}}}|
| | "default": "null", |
| }}
| | "autovalue": "null", |
| __NOTOC__<noinclude>
| | "required": true |
| == Code Example ==
| | }, |
| Here's an example of code which can be used to call this template.
| | "Search link 'n'": { |
| :'''example''': | | "label": "Search link 2; Search link 3; ....", |
| <nowiki>
| | "description": "You can have as many Search links as needed to be printed in the 'Start here' section", |
| {{GR Start Here|
| | "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>'''", |
| Vital type=Birth|
| | "type": "string", |
| Number of search links=1|
| | "default": "null", |
| Search link 1=|
| | "autovalue": "null" |
| Website 1=FamilySearch|
| | }, |
| Search link 2=|
| | "Website 1, Website 2...Website n": { |
| Website 2=Ancestry|
| | "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 ($);", |
| Search link 3=|
| | "example": "Website 1=Ancestry", |
| Website 3=FindMyPast|
| | "type": "string", |
| <!-- etc... -->
| | "default": "null" |
| }}
| | } |
| </nowiki></noinclude> | | }, |
| | "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> |