Template:2011FR/Form-section-links: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
huh, it did work, problem was just caching I think |
No edit summary |
||
Line 50: | Line 50: | ||
// This piece of script is add to preserve the layout of the page when the user is sent to monthly donation page |
// This piece of script is add to preserve the layout of the page when the user is sent to monthly donation page |
||
var paramsIn = parseParams(window.location.href); |
var paramsIn = parseParams(window.location.href); |
||
var paramsOut = parseParams(window.location.href); // note that 'paramsOut = paramsIn' won't work, it just creates a reference to paramsIn |
|||
var baseURL = 'https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?'; |
var baseURL = 'https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?'; |
||
var paramsOut = paramsIn; |
|||
paramsOut['form-countryspecific'] = 'Form-countryspecific-monthly'; |
paramsOut['form-countryspecific'] = 'Form-countryspecific-monthly'; |
||
document.getElementById('monthly-link').href = baseURL + $.param(paramsOut); |
document.getElementById('monthly-link').href = baseURL + $.param(paramsOut); |
Revision as of 23:26, 25 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?