Template:2011FR/Form-section-links: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
monthly link dosn't really need to open a new tab |
No edit summary |
||
Line 18: | Line 18: | ||
<ul class="form-info-links"> |
<ul class="form-info-links"> |
||
<li><a id="monthly-link" href="https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?form-countryspecific=Form-countryspecific-monthly&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-monthly-donation}}<html></a></li> |
<li><a id="monthly-link" href="https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?form-countryspecific=Form-countryspecific-monthly&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-monthly-donation}}<html></a></li> |
||
<li><a id="onetime-link" style="display: none;" href="https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?form-countryspecific=Form-countryspecific-default&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>Make a one-time donation<html></a></li><!-- This needs a translation adding --> |
|||
<li><a id="ways-to-give-link" target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Ways_to_Give&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-otherways-short}}<html></a></li> |
<li><a id="ways-to-give-link" target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Ways_to_Give&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-otherways-short}}<html></a></li> |
||
Line 39: | Line 41: | ||
var baseURL = 'https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?'; |
var baseURL = 'https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?'; |
||
var paramsOut = parseParams(window.location.href); // create an object with the current querystring parameters |
var paramsOut = parseParams(window.location.href); // create an object with the current querystring parameters |
||
⚫ | |||
if (paramsOut['form-countryspecific'] == 'Form-countryspecific-monthly') { |
|||
⚫ | |||
// We're on a monthly page, fix up the onetime link and show that instead |
|||
paramsOut['form-countryspecific'] = 'Form-countryspecific-default'; |
|||
document.getElementById('onetime-link').href = baseURL + $.param(paramsOut); |
|||
$('#monthly-link').hide(); |
|||
$('#onetime-link').show(); |
|||
} else { |
|||
// We're not on a monthly page. So show a correct link to one. |
|||
⚫ | |||
⚫ | |||
} |
|||
}); |
}); |
||
</script> |
</script> |
Revision as of 00:56, 26 January 2012
- Make a monthly donation
- Other ways to give
- Frequently asked questions
-
Tax and other legal information
Wikimedia Foundation is a non-profit charity established in the United States under the US IRS Code Section 501(c)(3), and, for that reason, donations from persons or entities located in the United States may benefit from tax deductible status. Donations from persons or entities located outside the United States may not be eligible for tax deductions in the United States and elsewhere; in such cases, donors should seek local tax advice. Importantly, Wikimedia does not seek donations from persons or entities located in any jurisdiction that prohibits or restricts fundraising activities by international charities such as Wikimedia or applies gift taxes on donations made to such international charities.
- Problems donating?