Template:GR print link: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
''Code example:''
<nowiki>
{{GR print link|
  Number of search links=3|  <!-- this must match the number of links provided -->
  Search link 1=|
  Website 1=FamilySearch|
  Search link 2=|
  Website 2=Ancestry|
  Search link 3=|
  Website 3=FindMyPast|
  Search link 4=|
  Website 4=|
  Search link 5=|  <!-- up to 5 links until extension:loops is added to wiki -->
  Website 5=|
}}</nowiki></noinclude>
{{#switch:{{{Number of search links|}}}|
{{#switch:{{{Number of search links|}}}|
1={{#if:{{{Search link 1|}}}|&#32;&#32;&#8226;&#32;{{{Search link 1|}}}{{GR Location of link|Website={{{Website 1|}}}|}}|<nowiki></nowiki>}}|
1={{#if:{{{Search link 1|}}}|&#32;&#32;&#8226;&#32;{{{Search link 1|}}}{{GR Location of link|Website={{{Website 1|}}}|}}|<nowiki></nowiki>}}|
Line 20: Line 4:
{{#if:{{{Search link 2|}}}|&#32;&#32;&#8226;&#32;{{{Search link 2|}}}{{GR Location of link|Website={{{Website 2|}}}|}}|<nowiki></nowiki>}}|
{{#if:{{{Search link 2|}}}|&#32;&#32;&#8226;&#32;{{{Search link 2|}}}{{GR Location of link|Website={{{Website 2|}}}|}}|<nowiki></nowiki>}}|
3={{#if:{{{Search link 1|}}}|&#32;&#32;&#8226;&#32;{{{Search link 1|}}}{{GR Location of link|Website={{{Website 1|}}}|}}|<nowiki></nowiki>}}<br>
3={{#if:{{{Search link 1|}}}|&#32;&#32;&#8226;&#32;{{{Search link 1|}}}{{GR Location of link|Website={{{Website 1|}}}|}}|<nowiki></nowiki>}}<br>
{{#if:{{{Search link 2|}}}|&#32;&#32;&#8226;&#32;{{{Search link 2|}}}{{GR Location of link|Website={{{Website 2|}}}}}|<nowiki></nowiki>}}<br>
{{#if:{{{Search link 2|}}}|*{{{Search link 2|}}}{{GR Location of link|Website={{{Website 2|}}}}}|<nowiki></nowiki>}}<br>
{{#if:{{{Search link 3|}}}|&#32;&#32;&#8226;&#32;{{{Search link 3|}}} at {{GR Location of link|Website={{{Website 3|}}}}}|<nowiki></nowiki>}}|
{{#if:{{{Search link 3|}}}|{{{Search link 3|}}} at {{GR Location of link|Website={{{Website 3|}}}}}|<nowiki></nowiki>}}|
4={{#if:{{{Search link 1|}}}|&#32;&#32;&#8226;&#32;{{{Search link 1|}}}{{GR Location of link|Website={{{Website 1|}}}}}|<nowiki></nowiki>}}<br>
4={{#if:{{{Search link 1|}}}|&#32;&#32;&#8226;&#32;{{{Search link 1|}}}{{GR Location of link|Website={{{Website 1|}}}}}|<nowiki></nowiki>}}<br>
{{#if:{{{Search link 2|}}}|&#32;&#32;&#8226;&#32;{{{Search link 2|}}}{{GR Location of link|Website={{{Website 2|}}}}}|<nowiki></nowiki>}}<br>
{{#if:{{{Search link 2|}}}|&#32;&#32;&#8226;&#32;{{{Search link 2|}}}{{GR Location of link|Website={{{Website 2|}}}}}|<nowiki></nowiki>}}<br>
Line 42: Line 26:
:Template:GuidedResearch Next Step
:Template:GuidedResearch Next Step
<br>
<br>
</noinclude>
''Code example:''
<nowiki>
{{GR print link|
  Number of search links=3|  <!-- this must match the number of links provided -->
  Search link 1=|
  Website 1=FamilySearch|
  Search link 2=|
  Website 2=Ancestry|
  Search link 3=|
  Website 3=FindMyPast|
  Search link 4=|
  Website 4=|
  Search link 5=|  <!-- up to 5 links until extension:loops is added to wiki -->
  Website 5=|
}}</nowiki></noinclude>

Revision as of 12:46, 13 June 2018

This template is called by several different templates (listed below) in order to print a link or links in a bullet lists based on the number of links passed into this template. The number of links passed in should match the number of links listed in Number of search link.

Note: Until a loop extension has been installed on the wiki, the most links that this template can handle is 5. Hooks are in place to check login status, however, this is not yet implemented.

List of templates that call this template:

Template:GuidedResearch Start Here
Template:GuidedResearch Why No Record
Template:GuidedResearch Next Step


Code example:

{{GR print link|
  Number of search links=3|   <!-- this must match the number of links provided -->
  Search link 1=|
  Website 1=FamilySearch|
  Search link 2=|
  Website 2=Ancestry|
  Search link 3=|
  Website 3=FindMyPast|
  Search link 4=|
  Website 4=|
  Search link 5=|  <!-- up to 5 links until extension:loops is added to wiki -->
  Website 5=|
 }}