Template:2012FR/Form-section/Privacy/Recurring: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
Cbarr (talk | contribs)
No edit summary
Line 7: Line 7:
</html>
</html>
{{#tag:html|{{#replace:{{#replace:{{#replace:{{#replace:{{int:donate_interface-informationsharing}}|href=|target="_blank" href=}}|/{{int:lang}}|/en}}|/en|&country={{{country}}}&language={{int:lang}}}}|/wiki/|/wiki/Special:LandingCheck?basic=true&landing_page= }}}}<div id="cancel-monthly"><nowiki>*</nowiki><html></html>{{#ifeq:{{int:lang}}|en|{{#tag:html|{{int:donate_interface-monthly-cancel-seddon}}}}|{{#tag:html|<a target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Cancel_or_change_recurring_payments&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-monthly-cancel}}<html></a></html>}}}}<html></html></div>
{{#tag:html|{{#replace:{{#replace:{{#replace:{{#replace:{{int:donate_interface-informationsharing}}|href=|target="_blank" href=}}|/{{int:lang}}|/en}}|/en|&country={{{country}}}&language={{int:lang}}}}|/wiki/|/wiki/Special:LandingCheck?basic=true&landing_page= }}}}<div id="cancel-monthly"><nowiki>*</nowiki><html></html>{{#ifeq:{{int:lang}}|en|{{#tag:html|{{int:donate_interface-monthly-cancel-seddon}}}}|{{#tag:html|<a target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Cancel_or_change_recurring_payments&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-monthly-cancel}}<html></a></html>}}}}<html></html></div>
<script type="text/javascript">
$(document).ready(function() {
if (monthlyDonation == false) {
// We're on a monthly page, hide the cancel text
$('#cancel-monthly').hide();
}
});
</script>

Revision as of 05:04, 29 January 2012

We do not sell or trade your information to anyone. By donating, you agree to share your personal information with the Wikimedia Foundation, the nonprofit organization that hosts Wikipedia and other Wikimedia projects, and its service providers pursuant to our donor policy. Wikimedia Foundation and its service providers are located in the United States and in other countries whose privacy laws may not be equivalent to your own. For more information please read our donor policy.

*⧼donate_interface-monthly-cancel-seddon⧽

<script type="text/javascript"> $(document).ready(function() {

 if (monthlyDonation == false) {
     // We're on a monthly page, hide the cancel text
     $('#cancel-monthly').hide();
 }

}); </script>