Template:GR Location of link: Difference between revisions

From FamilySearch Wiki
m (Text replacement - "FindMyPast" to "Findmypast")
No edit summary
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOEDITSECTION__
<noinclude>
{{#if: {{{Website|}}}|
Call <nowiki>{{GR Location of link}}</nowiki> to add the text at the end of a link which indicates the website that the link is found. 
{{#switch: {{lc:{{{Website|}}}}}|
familysearch= at FamilySearch|
family search= at FamilySearch|
findmypast= at Findmypast ($)|
find my past= at Findmypast ($)|
ancestry= at Ancestry ($)|
americanancestors= at American Ancestors ($)|
american ancestors= at American Ancestors ($)|
myheritage= at MyHeritage ($)|
my heritage= at MyHeritage ($)|
<nowiki></nowiki>}}|
<nowiki></nowiki>}}<noinclude>
example:
  <nowiki>
  <nowiki>
{{GR Location of link|
{{GR Location of link|
  Website={{{Website 1}}}
Website=FamilySearch|  <!-- FamilySearch, Ancestry, FindMyPast currently available in template -->
|}}
}}</nowiki></noinclude>
 
__NOEDITSECTION__
Sending the below website names to this template will results in the following:
{{#switch: {{lc:{{{Website|}}}}}|
FamilySearch => at FamilySearch
familysearch=FamilySearch|
Findmypast => at Findmypast ($)
findmypast=FindMyPast ($)|
Ancestry => at Ancestry ($)
ancestry=Ancestry ($)|
American Ancestors => at American Ancestors ($)
}}<!-- end switch -->
myherMyHeritage => at MyHeritage ($)
 
</nowiki>
This template will take the website information it receives then, based on that site, determine if the user needs to be logged in, and/or have the correct account to view the information in the link, and/or whether the site will cost money to view (adding a ($) sign).  If the user needs to be logged in, a message will be sent to the user.  Once logged in, if it is determined that the website will cost money, a ($) will be placed after the website location.
</noinclude><nowiki></nowiki><noinclude>[[Category:templates]]</noinclude>

Revision as of 13:07, 12 June 2018

Call {{GR Location of link}} to add the text at the end of a link which indicates the website that the link is found.

{{GR Location of link|
Website=FamilySearch|  <!-- FamilySearch, Ancestry, FindMyPast currently available in template -->
}}