Donate donatewiki https://donate.wikimedia.org/wiki/Special:FundraiserRedirector MediaWiki 1.47.0-wmf.3 first-letter Media Special Talk User User talk Donate Donate talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk Campaign Campaign talk TimedText TimedText talk Module Module talk Template:Styles/Default.css 10 6437 42783 42606 2026-05-20T18:17:18Z Pcoombe 5 increase font size of payment method buttons slightly to better match logos 42783 css text/css /* === Template:Styles/Default.css === */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* visually hidden - screenreader only */ .sr-only { border: 0 !important; clip: rect(1px, 1px, 1px, 1px) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; } body { margin: 0; padding: 0; font-family: sans-serif; line-height: 1.6; font-size: 16px; color: #202122; } p { margin: 0.5em 0; } /* Hide these until the required JavaScript fiddling has been done */ #actual-form, .consider-amounts { display: none; } #actual-form-loading { text-align: center; line-height: 1.2; } .error-nojs { max-width: 300px; color: #d73333; } /* Hide default MediaWiki stuff we don't want */ #mw-page-base, #mw-head-base, #mw-panel .portal, #mw-head, #catlinks, #firstHeading, #contentSub, #contentSub2, #siteSub, #jump-to-nav, .uls-tipsy, .mw-editsection, .printfooter { display: none; } .mw-jump-link { display: none !important; } /* Hide minerva stuff */ .header-container { display: none; } /* Vector 2022 */ .vector-column-end, .vector-main-menu-landmark, .vector-header-end, .vector-page-titlebar, .vector-page-toolbar { display: none !important; } /* Re-add gradient background */ body { background-image: linear-gradient(to bottom, #fff 40px, #f6f6f6 80px); background-position: top; background-repeat: repeat-x; background-color: #f6f6f6; } body #content { background-color: transparent; background-image: none; border: 0; padding-top: 32px; } /* Link colors for visibility */ .mw-parser-output a, .mw-parser-output a.external, .mw-parser-output a.extiw { color: #36c; text-decoration: none; } .mw-parser-output a:visited, .mw-parser-output a.external:visited, .mw-parser-output a.extiw:visited { color: #6f4db3; } .mw-parser-output a:hover, .mw-parser-output a.external:hover, .mw-parser-output a.extiw:hover { text-decoration: underline; } .lp-error { color: #d73333; font-weight: 500; font-size: 14px; } /* Prevent site logos from showing through modals (e.g. for monthly convert) */ .vector-body { position: inherit; } body.modal-open { overflow: hidden; position: fixed; } /* --- Overall layout of the landing page --- */ #main-wrapper { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; } body.rtl #main-wrapper { direction: rtl; } #form-wrapper { width: 380px; background-color: #fff; border: 1px solid #a2a9b1; border-radius: 2px; padding: 24px; font-size: 14px; } #appeal-wrapper { flex: 1 0 0; } /* --- Appeal --- */ #appeal { font-size: 16px; } #appeal .mw-heading2, #appeal-head { font-size: 21px; padding-bottom: 10px; border-bottom: 1px solid #a2a9b1; margin-bottom: 21px; } .quote-wrapper { padding: 140px 0; } /* --- Hide non-recurring capable payment methods on recurring forms --- */ .form-monthly .not-monthly-capable, form[data-frequency="monthly"] .not-monthly-capable, form[data-frequency="annual"] .not-monthly-capable { display: none; } /* --- Form --- */ #donate-form-wrapper fieldset { width: 100%; border: 0; margin: 0 0 8px 0; padding: 0; } .frequency-options ul, .amount-options ul { display: grid; margin: 0; padding: 0; list-style: none; gap: 8px; margin-bottom: 8px; } .frequency-options ul { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); } .amount-options ul { grid-template-columns: 1fr 1fr 1fr 1fr; } .frequency-options ul li, .amount-options ul li { padding: 0; } /* --- Subheaders --- */ #radiobuttons-table-header, #paymenttype-table-header { display: block; margin-bottom: 6px; text-align: center; font-weight: bold; } /* --- Commmon button styles --- */ .frequency-options input[type="radio"], .amount-options input[type="radio"] { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); } .frb-btn, .payment-method-button { display: flex; justify-content: center; align-content: center; align-items: center; flex-wrap: wrap; text-align: center; height: 50px; padding: 0 2px; border-radius: 2px; font-family: inherit; font-weight: 500; line-height: 1.2; cursor: pointer; transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; background-color: #f8f9fa; color: #222; border: 1px solid #a2a9b1; } .frb-btn:hover { background-color: #fff; color: #444; border-color: #a2a9b1; } .frb-btn:active { background-color: #c8ccd1; color: #000; border-color: #72777d; box-shadow: none; } input[type="radio"]:checked + .frb-btn { background-color: #2a4b8d; color: #fff; border-color: #2a4b8d; } .frb-btn:focus, .payment-method-button:focus { outline: 0; border-color: #36c; box-shadow: inset 0 0 0 1px #36c; } input[type="radio"]:focus + .frb-btn, input[type="radio"]:checked + .frb-btn:focus { box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; } .payment-method-button { color: #36c; } .payment-method-button:hover { background-color: #fff; border-color: #447ff5; } .payment-method-button:active { background-color: #eff3fa; color: #2a4b8d; border-color: #2a4b8d; box-shadow: none; } /* --- Donation Amounts --- */ .amount-options .frb-btn { height: 60px; font-size: 15px; line-height: 1.2; text-align: center; } /* Smaller font size for countries with v long amounts */ .country-CO .amount-options .frb-btn, .country-CR .amount-options .frb-btn, .country-KR .amount-options .frb-btn, .country-PY .amount-options .frb-btn, .country-VN .amount-options .frb-btn { font-size: 13px; } .input_amount_other .frb-btn span { display: block; font-size: 12px; line-height: 1; margin-bottom: 2px; white-space: normal; text-align: center; } .input_amount_other input { display: block; width: 100%; border: 1px solid #a2a9b1; color: #222; padding: 2px; border-radius: 2px; direction: ltr; text-align: center; font-family: inherit; font-size: 16px; /* must be >=16px or mobile Safari zooms in when selected */ -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0 4px; } /* --- Opt-in and PTF input styles --- */ .lp-radio-wrapper, .lp-checkbox-wrapper { display: table; } .lp-radio, .lp-checkbox { display: table-cell; vertical-align: top; margin: 7px 8px 8px 2px; cursor: pointer; } body.rtl .lp-radio, body.rtl .lp-checkbox { margin: 7px 2px 8px 8px; } .lp-radio-label, .lp-checkbox-label { display: table-cell; vertical-align: top; padding: 4px 0; white-space: normal; font-size: 14px; line-height: 18px; font-weight: normal; cursor: pointer; } .lp-radio-label:hover, .lp-radio:focus + .lp-radio-label, .lp-radio:hover + .lp-radio-label, .lp-checkbox-label:hover, .lp-checkbox:focus + .lp-checkbox-label, .lp-checkbox:hover + .lp-checkbox-label { color: #36c; text-decoration: none; } .lp-radio:disabled + .lp-radio-label, .lp-checkbox:disabled + .lp-checkbox-label { color: #a2a9b1; } /* --- Opt-in --- */ .optin-options legend { padding: 0; font-size: inherit; font-weight: bold; } .optin-options ul { list-style: none; margin: 0; padding: 0; } .optin-options li { display: table; } .optin-smallprint { clear: both; font-size: 12px; line-height: 14px; margin-top: 8px; } .optin-no-prompt { display: none; margin: 0; padding: 6px; border: 2px solid #900; border-radius: 2px; font-size: 14px; line-height: 18px; font-weight: normal; } .optin-no-prompt.is-positive { border-color: #14866d; font-weight: bold; } .optin-no-prompt__yes { display: none; } .optin-no-prompt__no { display: block; } .optin-no-prompt.is-positive .optin-no-prompt__yes { display: block; } .optin-no-prompt.is-positive .optin-no-prompt__no { display: none; } /* --- PTF --- */ .ptf { display: none; } /* --- Payment method buttons --- */ .payment-method-div { padding: 4px 0; } /* Hide extra empty <p> tags between buttons */ .payment-method-div ~ p { display: none; } .payment-method-button { margin: 0; width: 100%; font-size: 17px; -webkit-appearance: none; -moz-appearance: none; appearance: none; overflow: hidden; gap: 2px; } /* --- Infobox ("Where your donation goes") --- */ #infobox-wrapper { font-size: 13px; line-height: 1.4; color: #54595d; font-weight: normal; margin-top: 8px } #infobox-wrapper .mw-heading2 { font-size: 16px; font-weight: bold; color: inherit; border: 0; margin-bottom: 8px; } #infobox-wrapper h2 { font-size: inherit; } /* --- Privacy and links --- */ #donate-footer { width: 100%; max-width: 948px; margin: 24px auto; text-align: left; font-size: 13px; line-height: 1.4; color: #54595d; } /* RTL fix for footer.*/ [lang="ar"] #donate-footer, [lang="he"] #donate-footer, [lang="fa"] #donate-footer, [lang="ur"] #donate-footer, [lang="ps"] #donate-footer, [lang="sd"] #donate-footer, [lang="dv"] #donate-footer, [lang="yi"] #donate-footer, [lang="ckb"] #donate-footer { text-align: start; } #donate-footer > div { margin-bottom: 1em; } .form-info-links, .form-info-links ul { list-style: none; margin: 0; text-align: center; font-size: 15px; } .form-info-links li { display: inline-block; } .form-info-links a.external { padding: 14px !important; } /* --- Footer --- */ .mw-footer { display: none; } /* Credit card logos. * Classes are added by https://donate.wikimedia.org/wiki/MediaWiki:DonationForm.js --- */ .paymentmethod-cc svg { display: none; } .cctypes-vmad, .cctypes-vmaj, .cctypes-vmj, .cctypes-vma, .cctypes-vm, .cctypes-CBvma, .cctypes-vmar { font-size: 0; /* Remove spacing between icons */ } .cctypes-vmad .cc-logo-visa, .cctypes-vmad .cc-logo-mastercard, .cctypes-vmad .cc-logo-amex, .cctypes-vmad .cc-logo-discover, .cctypes-vmaj .cc-logo-visa, .cctypes-vmaj .cc-logo-mastercard, .cctypes-vmaj .cc-logo-amex, .cctypes-vmaj .cc-logo-jcb, .cctypes-vmj .cc-logo-visa, .cctypes-vmj .cc-logo-mastercard, .cctypes-vmj .cc-logo-jcb, .cctypes-vma .cc-logo-visa, .cctypes-vma .cc-logo-mastercard, .cctypes-vma .cc-logo-amex, .cctypes-vm .cc-logo-visa, .cctypes-vm .cc-logo-mastercard, .cctypes-CBvma .cc-logo-CB, .cctypes-CBvma .cc-logo-visa, .cctypes-CBvma .cc-logo-mastercard, .cctypes-CBvma .cc-logo-amex, .cctypes-vmar .cc-logo-visa, .cctypes-vmar .cc-logo-mastercard, .cctypes-vmar .cc-logo-amex, .cctypes-vmar .cc-logo-rupay { display: inline-block !important; } .paymentmethod-cc .cc-logo-rupay { border: 0; } /* Logos - WP on top, WMF horizontal below */ #p-logo a { /* Need explicit height for backgrounds for IE */ background: top 30% center/160px 24px url(https://donate.wikimedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg), top 70% center/160px 37px url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg); background-repeat: no-repeat; margin-left: 8px; } /* Mobile styles */ @media (max-width: 981px) { /* Text & Logo layout */ body.skin-vector-legacy #content { margin: 0; padding: 140px 24px 24px 24px; } #mw-panel, #p-logo, #p-logo a { width: 100% !important; height: 140px; margin: 0; } #p-logo a { margin-left: 0; } /* Hide appeal */ #appeal-wrapper { display: none; } #form-wrapper { padding: 16px; } /* Footer */ div#footer { margin: 0; } } @media (max-width: 721px) { /* Stack appeal and form */ #appeal-wrapper { flex-basis: 100%; padding: 0; } } @media (max-width: 501px) { /* Appeal same width as form */ #appeal-wrapper { max-width: 380px; padding: 0; } body.skin-vector-legacy #content { padding: 140px 8px 8px 8px; } #donate-footer { max-width: 380px; } } #country-confirm { text-align: center; margin-top: -12px; padding: 4px 0; border-bottom: 1px solid #a2a9b1; margin-bottom: 8px; font-size: 90%; } @media (min-width: 980px) { #country-confirm { margin-top: -18px; } } /* === end of Template:Styles/Default.css === */ f8ke8p5hnpoja3scrvox3x19azkyh71 Problems donating/ca 0 6702 42795 37867 2026-05-20T19:42:56Z Pcoombe 5 redirect to wikimediafoundation.org 42795 wikitext text/x-wiki #REDIRECT [[foundationsite:ca/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] 51iyyacgak7kmxg4yxxdjvwmidcygc3 Problems donating/he 0 6707 42796 37845 2026-05-20T19:43:39Z Pcoombe 5 redirect to wikimediafoundation.org (English for now) 42796 wikitext text/x-wiki #REDIRECT [[foundationsite:give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] f01bho79lfvh0nt801yxa1etgfzi35w Problems donating/hu 0 6708 42797 37920 2026-05-20T19:43:56Z Pcoombe 5 redirect to wikimediafoundation.org 42797 wikitext text/x-wiki #REDIRECT [[foundationsite:hu/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] ohbfw3a54b1h30v6tpu67ca99r2vfzc Problems donating/lv 0 6711 42798 37791 2026-05-20T19:45:35Z Pcoombe 5 redirect to wikimediafoundation.org 42798 wikitext text/x-wiki #REDIRECT [[foundationsite:lv/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] ksk8b8tcdasv875g47pl7ymk4jlf9re Problems donating/ro 0 6717 42799 37954 2026-05-20T19:46:10Z Pcoombe 5 redirect to wikimediafoundation.org 42799 wikitext text/x-wiki #REDIRECT [[foundationsite:ro/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] ocpf48y28ve2vejglcpse2dayih4v7z Problems donating/ru 0 6718 42800 37882 2026-05-20T19:46:25Z Pcoombe 5 redirect to wikimediafoundation.org 42800 wikitext text/x-wiki #REDIRECT [[foundationsite:ru/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] dglymk13dx0tlyyd5d4l6pbhojx13f2 Problems donating/sk 0 6719 42801 37823 2026-05-20T19:46:40Z Pcoombe 5 redirect to wikimediafoundation.org 42801 wikitext text/x-wiki #REDIRECT [[foundationsite:sk/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] eogti9ojnqkd9d6powg9obgefq9rn7f Problems donating/uk 0 6721 42802 37832 2026-05-20T19:46:58Z Pcoombe 5 redirect to wikimediafoundation.org 42802 wikitext text/x-wiki #REDIRECT [[foundationsite:uk/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] ifm13gzbks9hmis5on0gby8xanknyjl Support pages 0 6778 42815 42389 2026-05-20T19:59:49Z Pcoombe 5 /* Index */ 42815 wikitext text/x-wiki Below is a list of the standard donation "support pages" hosted here on donatewiki. Red links are pages that don't exist yet, but we don't necessarily need to create them all. Note that we have a limited set of supported languages now. Adding any new languages should be discussed to see if we can actually support and maintain them (the old foundationwiki pages had more languages but lots of very outdated pages). Note there are other pages not included here such as [[Become monthly donor]]. They can be found at [[Special:AllPages]]. Most pages use the base templates {{tl|Support Page}} and {{tl|Support Page end}} for their main styling and layout. They also load the javascript at [[MediaWiki:SupportPage.js]] (via a hook in [[MediaWiki:Common.js]]). One other useful template used is {{tl|LocalPage}} which will check if a page exists in a given language, and if not fall back to English. That way you can add links to support pages that might be translated at a later date. If you have an account here and are [[Special:UserLogin|logged in]], there will be links at the very bottom of each page to edit the current page, edit its template, or view this index. If you spot any issues you can't fix yourself, please file a Phabricator task tagged with [https://phabricator.wikimedia.org/project/view/3499/ #donate.wikimedia.org]. See also the [https://collab.wikimedia.org/wiki/Fundraising/Donatewiki_documentation general donatewiki documentation on collab] (private) ==Redirects to wikimediafoundation.org == As of 2025 some of the support pages are being moved to https://wikimediafoundation.org/. We can redirect users there by the magic of [[Special:Interwiki|interwikis]] and the fact that donatewiki has [[mw:Manual:$wgDisableHardRedirects|wgDisableHardRedirects]] set to false (unlike most wikis) so redirects to other sites are allowed. Edit the page to be redirected and replace all of its content with the following: <syntaxhighlight lang="wikitext"> #REDIRECT [[foundationsite:path/to/page/]] [[Category:Redirects to wikimediafoundation.org]] </syntaxhighlight> (the [[:Category:Redirects to wikimediafoundation.org|category]] is not essential, but helpful for tracking) There's an example at https://donate.wikimedia.org/wiki/Redirect_test, and it can be viewed with https://donate.wikimedia.org/wiki/Redirect_test?redirect=no ==Thank You pages== As of August 2020 the Thank You pages have moved to https://thankyou.wikipedia.org/. See that link for documentation. ==Index== Note these are all just redirects to wikimediafoundation.org now <s>Note that as of June 2024 the English [[Ways to Give]] is a completely new design with subsidiary pages (including [[Workplace giving]] which replaced "Matching Gifts"). We haven't yet started rolling this out to other languages.</s> {| class="wikitable" ! scope="row" | English page ! scope="col" | [[Ways to Give]] ! scope="col" | [[Problems donating]] ! scope="col" | [[Cancel or change recurring giving]] ! scope="col" | [[Workplace giving]] ! scope="col" | [[FAQ]] ! scope="col" | [[Tax deductibility]] |- ! scope="row" | Template | [[Template:Ways to Give 2022]] | no template | [[Template:Cancel or change recurring giving]] | no template | no template | no template |- ! scope="row" | Meta translation page | [[m:Fundraising/Translation/Ways to Give new]] | [[m:Fundraising/Translation/Problems donating]] | [[m:Fundraising/Translation/Cancel or change recurring giving]] | none | ? | |- {{:Support pages index/row|ar}} {{:Support pages index/row|af}} {{:Support pages index/row|ca}} {{:Support pages index/row|cs}} {{:Support pages index/row|da}} {{:Support pages index/row|de}} {{:Support pages index/row|el}} {{:Support pages index/row|es}} |- ! scope="row" | es-419 | colspan="6" | Use same as es {{:Support pages index/row|fr}} {{:Support pages index/row|he}} {{:Support pages index/row|hu}} {{:Support pages index/row|it}} {{:Support pages index/row|ja}} {{:Support pages index/row|lv}} {{:Support pages index/row|nb}} {{:Support pages index/row|nl}} {{:Support pages index/row|pl}} {{:Support pages index/row|pt}} {{:Support pages index/row|pt-br}} {{:Support pages index/row|ro}} {{:Support pages index/row|ru}} {{:Support pages index/row|sk}} {{:Support pages index/row|sv}} {{:Support pages index/row|uk}} {{:Support pages index/row|zh-hans}} {{:Support pages index/row|zh-hant}} {{:Support pages index/row|zu}} |} [[Category:Support pages|*]] cne4uw5lxlbhbaqlxjwf9y19jlr8ies 42816 42815 2026-05-20T20:01:41Z Pcoombe 5 42816 wikitext text/x-wiki ==Redirects to wikimediafoundation.org == As of 2026 the support pages have moved to https://wikimediafoundation.org/. We can redirect users there by the magic of [[Special:Interwiki|interwikis]] and the fact that donatewiki has [[mw:Manual:$wgDisableHardRedirects|wgDisableHardRedirects]] set to false (unlike most wikis) so redirects to other sites are allowed. Edit the page to be redirected and replace all of its content with the following: <syntaxhighlight lang="wikitext"> #REDIRECT [[foundationsite:path/to/page/]] [[Category:Redirects to wikimediafoundation.org]] </syntaxhighlight> (the [[:Category:Redirects to wikimediafoundation.org|category]] is not essential, but helpful for tracking) There's an example at https://donate.wikimedia.org/wiki/Redirect_test, and it can be viewed with https://donate.wikimedia.org/wiki/Redirect_test?redirect=no ==Thank You pages== As of August 2020 the Thank You pages have moved to https://thankyou.wikipedia.org/. See that link for documentation. == Historical info == Below is a list of the standard donation "support pages" hosted here on donatewiki. Red links are pages that don't exist yet, but we don't necessarily need to create them all. Note that we have a limited set of supported languages now. Adding any new languages should be discussed to see if we can actually support and maintain them (the old foundationwiki pages had more languages but lots of very outdated pages). Note there are other pages not included here such as [[Become monthly donor]]. They can be found at [[Special:AllPages]]. Most pages use the base templates {{tl|Support Page}} and {{tl|Support Page end}} for their main styling and layout. They also load the javascript at [[MediaWiki:SupportPage.js]] (via a hook in [[MediaWiki:Common.js]]). One other useful template used is {{tl|LocalPage}} which will check if a page exists in a given language, and if not fall back to English. That way you can add links to support pages that might be translated at a later date. If you have an account here and are [[Special:UserLogin|logged in]], there will be links at the very bottom of each page to edit the current page, edit its template, or view this index. If you spot any issues you can't fix yourself, please file a Phabricator task tagged with [https://phabricator.wikimedia.org/project/view/3499/ #donate.wikimedia.org]. See also the [https://collab.wikimedia.org/wiki/Fundraising/Donatewiki_documentation general donatewiki documentation on collab] (private) ===Index=== Note these are all just redirects to wikimediafoundation.org now <s>Note that as of June 2024 the English [[Ways to Give]] is a completely new design with subsidiary pages (including [[Workplace giving]] which replaced "Matching Gifts"). We haven't yet started rolling this out to other languages.</s> {| class="wikitable" ! scope="row" | English page ! scope="col" | [[Ways to Give]] ! scope="col" | [[Problems donating]] ! scope="col" | [[Cancel or change recurring giving]] ! scope="col" | [[Workplace giving]] ! scope="col" | [[FAQ]] ! scope="col" | [[Tax deductibility]] |- ! scope="row" | Template | [[Template:Ways to Give 2022]] | no template | [[Template:Cancel or change recurring giving]] | no template | no template | no template |- ! scope="row" | Meta translation page | [[m:Fundraising/Translation/Ways to Give new]] | [[m:Fundraising/Translation/Problems donating]] | [[m:Fundraising/Translation/Cancel or change recurring giving]] | none | ? | |- {{:Support pages index/row|ar}} {{:Support pages index/row|af}} {{:Support pages index/row|ca}} {{:Support pages index/row|cs}} {{:Support pages index/row|da}} {{:Support pages index/row|de}} {{:Support pages index/row|el}} {{:Support pages index/row|es}} |- ! scope="row" | es-419 | colspan="6" | Use same as es {{:Support pages index/row|fr}} {{:Support pages index/row|he}} {{:Support pages index/row|hu}} {{:Support pages index/row|it}} {{:Support pages index/row|ja}} {{:Support pages index/row|lv}} {{:Support pages index/row|nb}} {{:Support pages index/row|nl}} {{:Support pages index/row|pl}} {{:Support pages index/row|pt}} {{:Support pages index/row|pt-br}} {{:Support pages index/row|ro}} {{:Support pages index/row|ru}} {{:Support pages index/row|sk}} {{:Support pages index/row|sv}} {{:Support pages index/row|uk}} {{:Support pages index/row|zh-hans}} {{:Support pages index/row|zh-hant}} {{:Support pages index/row|zu}} |} [[Category:Support pages|*]] 74lw5biusz9cq8xed7sjuhfdb9rxl8k 42817 42816 2026-05-20T20:15:32Z Pcoombe 5 /* Index */ 42817 wikitext text/x-wiki ==Redirects to wikimediafoundation.org == As of 2026 the support pages have moved to https://wikimediafoundation.org/. We can redirect users there by the magic of [[Special:Interwiki|interwikis]] and the fact that donatewiki has [[mw:Manual:$wgDisableHardRedirects|wgDisableHardRedirects]] set to false (unlike most wikis) so redirects to other sites are allowed. Edit the page to be redirected and replace all of its content with the following: <syntaxhighlight lang="wikitext"> #REDIRECT [[foundationsite:path/to/page/]] [[Category:Redirects to wikimediafoundation.org]] </syntaxhighlight> (the [[:Category:Redirects to wikimediafoundation.org|category]] is not essential, but helpful for tracking) There's an example at https://donate.wikimedia.org/wiki/Redirect_test, and it can be viewed with https://donate.wikimedia.org/wiki/Redirect_test?redirect=no ==Thank You pages== As of August 2020 the Thank You pages have moved to https://thankyou.wikipedia.org/. See that link for documentation. == Historical info == Below is a list of the standard donation "support pages" hosted here on donatewiki. Red links are pages that don't exist yet, but we don't necessarily need to create them all. Note that we have a limited set of supported languages now. Adding any new languages should be discussed to see if we can actually support and maintain them (the old foundationwiki pages had more languages but lots of very outdated pages). Note there are other pages not included here such as [[Become monthly donor]]. They can be found at [[Special:AllPages]]. Most pages use the base templates {{tl|Support Page}} and {{tl|Support Page end}} for their main styling and layout. They also load the javascript at [[MediaWiki:SupportPage.js]] (via a hook in [[MediaWiki:Common.js]]). One other useful template used is {{tl|LocalPage}} which will check if a page exists in a given language, and if not fall back to English. That way you can add links to support pages that might be translated at a later date. If you have an account here and are [[Special:UserLogin|logged in]], there will be links at the very bottom of each page to edit the current page, edit its template, or view this index. If you spot any issues you can't fix yourself, please file a Phabricator task tagged with [https://phabricator.wikimedia.org/project/view/3499/ #donate.wikimedia.org]. See also the [https://collab.wikimedia.org/wiki/Fundraising/Donatewiki_documentation general donatewiki documentation on collab] (private) ===Index=== Note these are all just redirects to wikimediafoundation.org now <s>Note that as of June 2024 the English [[Ways to Give]] is a completely new design with subsidiary pages (including [[Workplace giving]] which replaced "Matching Gifts"). We haven't yet started rolling this out to other languages.</s> {| class="wikitable" ! scope="row" | English page ! scope="col" | [[Ways to Give]] ! scope="col" | [[Problems donating]] ! scope="col" | [[Cancel or change recurring giving]] ! scope="col" | [[Workplace giving]] ! scope="col" | [[FAQ]] ! scope="col" | [[Tax deductibility]] |- ! scope="row" | Template | [[Template:Ways to Give 2022]] | no template | [[Template:Cancel or change recurring giving]] | no template | no template | no template |- ! scope="row" | Meta translation page | [[m:Fundraising/Translation/Ways to Give new]] | [[m:Fundraising/Translation/Problems donating]] | [[m:Fundraising/Translation/Cancel or change recurring giving]] | none | ? | |- {{:Support pages index/row|ar}} {{:Support pages index/row|af}} {{:Support pages index/row|ca}} {{:Support pages index/row|cs}} {{:Support pages index/row|da}} {{:Support pages index/row|de}} {{:Support pages index/row|el}} {{:Support pages index/row|es}} |- ! scope="row" | es-419 | colspan="6" | Use same as es {{:Support pages index/row|fr}} {{:Support pages index/row|he}} {{:Support pages index/row|hu}} {{:Support pages index/row|it}} {{:Support pages index/row|ja}} {{:Support pages index/row|lv}} {{:Support pages index/row|nb}} {{:Support pages index/row|nl}} {{:Support pages index/row|pl}} {{:Support pages index/row|pt}} {{:Support pages index/row|pt-br}} {{:Support pages index/row|ro}} {{:Support pages index/row|ru}} {{:Support pages index/row|sk}} {{:Support pages index/row|sv}} {{:Support pages index/row|uk}} {{:Support pages index/row|vi}} {{:Support pages index/row|zh-hans}} {{:Support pages index/row|zh-hant}} {{:Support pages index/row|zu}} |} [[Category:Support pages|*]] s3cm467gwnle80mcd9g1dde0eus50x8 Problems donating/zh-hans 0 6800 42803 36694 2026-05-20T19:47:11Z Pcoombe 5 redirect to wikimediafoundation.org 42803 wikitext text/x-wiki #REDIRECT [[foundationsite:zh-hans/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] mo6s8pyr6o9sbuzbu9mra3fss32vu25 Tax deductibility/ru 0 7989 42810 41456 2026-05-20T19:56:46Z Pcoombe 5 redirect to wikimediafoundation.org 42810 wikitext text/x-wiki #REDIRECT [[foundationsite:ru/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] 4m6d4g72gsnkpiad9oexui14c5b3sjc Template:DonationInterface messages 10 8381 42780 42406 2026-05-20T14:33:55Z Pcoombe 5 remove onetime and monthly, moved to [[Template:Donatewiki translations]] 42780 wikitext text/x-wiki <templatestyles src="DonationInterface messages/styles.css" /> These are key messages from DonationInterface which are used on donatewiki and/or paymentswiki (for a basic credit card form, not collecting address). They can be translated on [https://translatewiki.net/w/i.php?title=Special:Translate&group=ext-di-gc&language=en&filter=%21translated&action=translate translatewiki.net] Changes will be reflected on donatewiki on Tuesday. Paymentswiki will need fr-tech to do a manual deployment. See [[wikitech:Fundraising/Translation]] See also https://translatewiki.net/w/i.php?title=Special:Translate&group=ext-di-gc&language=cy&filter=&action=translate for all DonationInterface messages on translatewiki, or [[Template:Donatewiki translations]] for messages which are translated locally here on donatewiki. {{purge}} {| class="wikitable sortable" |+ Key DonationInterface messages, translated on translatewiki.net, used on donatewiki and paymentswiki |- style="position: sticky; top: 0;" ! scope="col" style="min-width: 180px;" | Name ! scope="col" style="min-width: 180px;" | Used on ! scope="col" style="min-width: 180px;" | en ! scope="col" style="min-width: 180px;" | af ! scope="col" style="min-width: 180px;" | ar ! scope="col" style="min-width: 180px;" | ca ! scope="col" style="min-width: 180px;" | cs ! scope="col" style="min-width: 180px;" | da ! scope="col" style="min-width: 180px;" | de ! scope="col" style="min-width: 180px;" | el ! scope="col" style="min-width: 180px;" | es ! scope="col" style="min-width: 180px;" | es-419 ! scope="col" style="min-width: 180px;" | fr ! scope="col" style="min-width: 180px;" | he ! scope="col" style="min-width: 180px;" | hu ! scope="col" style="min-width: 180px;" | it ! scope="col" style="min-width: 180px;" | ja ! scope="col" style="min-width: 180px;" | lv ! scope="col" style="min-width: 180px;" | nb ! scope="col" style="min-width: 180px;" | nl ! scope="col" style="min-width: 180px;" | pl ! scope="col" style="min-width: 180px;" | pt ! scope="col" style="min-width: 180px;" | pt-br ! scope="col" style="min-width: 180px;" | ro ! scope="col" style="min-width: 180px;" | ru ! scope="col" style="min-width: 180px;" | sk ! scope="col" style="min-width: 180px;" | sv ! scope="col" style="min-width: 180px;" | uk ! scope="col" style="min-width: 180px;" | zh-hans {{/row|donate_interface-amount-legend| donate, payments }} {{/row|donate_interface-other| donate }} {{/row|donate_interface-smallamount-error| donate }} {{/row|donate_interface-bigamount-error| donate }} {{/row|donate_interface-monthlybox-amount| payments }} {{/row|donate_interface-cc-form-header-personal| payments }} {{/row|donate_interface-donor-first_name| payments }} {{/row|donate_interface-donor-last_name| payments }} {{/row|donate_interface-donor-email| payments }} {{/row|donate_interface-email-explain| payments }} {{/row|donate_interface-donate-click| payments }} {{/row|donate_interface-problemsdonating| donate, payments }} {{/row|donate_interface-otherways-short| donate, payments }} {{/row|donate_interface-faqs| donate, payments }} {{/row|donate_interface-tax-info| donate, payments }} {{/row|donate_interface-informationsharing| donate, payments }} {{/row|donate_interface-monthly-cancel| donate, payments }} {{/row|donate_interface-ccdc-button| donate }} {{/row|donate_interface-bt-button| donate }} {{/row|donate_interface-dd-button| donate }} {{/row|pm-cash| donate }} {{/row|donate_interface-redirect-explanation| payments }} |- ! Post-payment monthly convert {{/row|donate_interface-monthly-convert-title| payments }} {{/row|donate_interface-monthly-convert-text| payments }} {{/row|confirmable-yes| payments }} {{/row|confirmable-no| payments }} {{/row|donate_interface-monthly-convert-yes-button-variant-011| payments }} {{/row|donate_interface-monthly-convert-no-button-variant-011| payments }} {{/row|donate_interface-monthly-convert-change-amount| payments}} {{/row|donate_interface-donate-error-thank-you-for-your-support| payments}} {{/row|donate_interface-monthly-convert-enter-amount| payments}} {{/row|donate_interface-monthly-convert-action-button| payments}} {{/row|donate_interface-monthly-convert-error| payments}} |} 7wu5fypoqgjhz66r8pa2cw5qq86mp80 FAQ/ca 0 8620 42784 42387 2026-05-20T19:34:41Z Pcoombe 5 redirect to wikimediafoundation.org 42784 wikitext text/x-wiki #REDIRECT [[foundationsite:ca/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] 4cf31jbp1iyu1y2xljn1m764ezprv7n 42790 42784 2026-05-20T19:39:22Z Pcoombe 5 Changed redirect target from [[foundationsite:ca/donor-frequently-asked-questions/]] to [[foundationsite:ca/give/donor-frequently-asked-questions/]] 42790 wikitext text/x-wiki #REDIRECT [[foundationsite:ca/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] jiro5mcubmtumhlvat5c6jvnm8yb9el FAQ/hu 0 8625 42786 39809 2026-05-20T19:36:34Z Pcoombe 5 redirect to wikimediafoundation.org 42786 wikitext text/x-wiki #REDIRECT [[foundationsite:hu/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] 63awjt5n79xjics89cq14fzz6merl3r FAQ/lv 0 8627 42787 39812 2026-05-20T19:37:04Z Pcoombe 5 redirect to wikimediafoundation.org 42787 wikitext text/x-wiki #REDIRECT [[foundationsite:lv/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] 897a8aip9h17llmxz6f3ry707r80zkv FAQ/ro 0 8639 42788 39818 2026-05-20T19:38:06Z Pcoombe 5 redirect to wikimediafoundation.org 42788 wikitext text/x-wiki #REDIRECT [[foundationsite:ro/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] clwyomqnnuknl1srsakmh81u59kls9c FAQ/sk 0 8641 42791 39820 2026-05-20T19:39:44Z Pcoombe 5 redirect to wikimediafoundation.org 42791 wikitext text/x-wiki #REDIRECT [[foundationsite:sk/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] s7jrhl0ksbn8ii0vuvsuaupqrchjry7 FAQ/ru 0 8643 42789 39819 2026-05-20T19:38:54Z Pcoombe 5 redirect to wikimediafoundation.org 42789 wikitext text/x-wiki #REDIRECT [[foundationsite:ru/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] s3kwqfcgfjqejff4op3nh1v1clg3jli FAQ/uk 0 8645 42792 39822 2026-05-20T19:40:15Z Pcoombe 5 redirect to wikimediafoundation.org 42792 wikitext text/x-wiki #REDIRECT [[foundationsite:uk/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] mjxnm7i94g9442pzz4hag23sa2jx27y FAQ/he 0 8649 42785 39808 2026-05-20T19:36:06Z Pcoombe 5 redirect to wikimediafoundation.org (English for now) 42785 wikitext text/x-wiki #REDIRECT [[foundationsite:give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] 34l6zu1luk6781zyaoumda8janr77da Template:MonthlyConvertText/Thank/nl 10 8768 42781 36863 2026-05-20T17:14:40Z Pcoombe 5 feedback from proofreader - informal for consistency 42781 wikitext text/x-wiki Bedankt voor je steun! bplh4cxep44skptjy8ngashu1juoqo5 Template:MonthlyConvertText/EnterDifferentAmount/nl 10 8777 42782 36872 2026-05-20T17:15:14Z Pcoombe 5 feedback from proofreader - informal for consistency 42782 wikitext text/x-wiki Voer je maandelijkse bedrag in 96xrqcqwoa38ayjxavc5yx5nhqkzzh8 Tax deductibility/lv 0 9016 42808 41450 2026-05-20T19:56:00Z Pcoombe 5 redirect to wikimediafoundation.org 42808 wikitext text/x-wiki #REDIRECT [[foundationsite:lv/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] pgj6lhqt5nx0gikg0y54rd45szujd09 Tax deductibility/sk 0 9025 42811 41457 2026-05-20T19:56:56Z Pcoombe 5 redirect to wikimediafoundation.org 42811 wikitext text/x-wiki #REDIRECT [[foundationsite:sk/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] oheqbp1m1v8t7g2mtxh1rmh9vdbpq85 Tax deductibility/uk 0 9028 42812 41459 2026-05-20T19:57:12Z Pcoombe 5 redirect to wikimediafoundation.org 42812 wikitext text/x-wiki #REDIRECT [[foundationsite:uk/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] a9wd29i54nasl7tj7e0vus7cgs82tmi Tax deductibility/he 0 9030 42806 41446 2026-05-20T19:55:07Z Pcoombe 5 redirect to wikimediafoundation.org (English for now) 42806 wikitext text/x-wiki #REDIRECT [[foundationsite:give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] mhq3qjpfi31sbskvlb57fw8aqljqxr5 Tax deductibility/ca 0 9044 42805 41439 2026-05-20T19:54:01Z Pcoombe 5 redirect to wikimediafoundation.org 42805 wikitext text/x-wiki #REDIRECT [[foundationsite:ca/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] 4ah9hk0v56ldf16crz8sy3abcukwxtk Tax deductibility/hu 0 9055 42807 41447 2026-05-20T19:55:23Z Pcoombe 5 redirect to wikimediafoundation.org 42807 wikitext text/x-wiki #REDIRECT [[foundationsite:hu/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] 0b1enoio300delnwmhfv4qq1dv97xuh Tax deductibility/ro 0 9057 42809 41455 2026-05-20T19:56:30Z Pcoombe 5 re 42809 wikitext text/x-wiki #REDIRECT [[foundationsite:ro/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] ih1sqs7l58kkx2g5pg2w9d2ndb9f0x0 FAQ/zh-hans 0 9479 42793 39823 2026-05-20T19:40:49Z Pcoombe 5 redirect to wikimediafoundation.org 42793 wikitext text/x-wiki #REDIRECT [[foundationsite:zh-hans/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] 05ic3hh7a8iqi8kf358q9j6sgwzs85j FAQ/zh-hant 0 9482 42794 39824 2026-05-20T19:41:30Z Pcoombe 5 redirect to wikimediafoundation.org 42794 wikitext text/x-wiki #REDIRECT [[foundationsite:zh-hant/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] d2z76rnbyasydwm1yxufv8kti0tyh5l MediaWiki:Frequency-Once/ca 8 10304 42728 42660 2026-05-20T13:58:36Z Pcoombe 5 copy old version from donationinterface 42728 wikitext text/x-wiki Un sol cop 8mgbbxt6431ru05gohzl8hf7fwgvh2f MediaWiki:Frequency-Once/cs 8 10305 42729 42661 2026-05-20T13:59:55Z Pcoombe 5 42729 wikitext text/x-wiki Jednorázově 1uvloaanct4wckeahq0xwwf3ofqormc MediaWiki:Frequency-Once/da 8 10306 42731 42662 2026-05-20T14:01:11Z Pcoombe 5 copy old version from donationinterface 42731 wikitext text/x-wiki Engangsbeløb i81snftx15afajncghqgy7baqb93hl0 MediaWiki:Frequency-Once/de 8 10307 42734 42663 2026-05-20T14:02:11Z Pcoombe 5 copy old version from donationinterface 42734 wikitext text/x-wiki Einmalig efwevyd4vwgdf0npj90do673kmc9hfw MediaWiki:Frequency-Once/es 8 10310 42735 42666 2026-05-20T14:03:12Z Pcoombe 5 copy old version from donationinterface 42735 wikitext text/x-wiki Una sola vez j7glfyxsyr1ejfmbiuxbm7a6qplxljw MediaWiki:Frequency-Once/es-419 8 10311 42736 42667 2026-05-20T14:04:11Z Pcoombe 5 copy old version from donationinterface 42736 wikitext text/x-wiki Una sola vez j7glfyxsyr1ejfmbiuxbm7a6qplxljw MediaWiki:Frequency-Once/fr 8 10312 42737 42668 2026-05-20T14:05:02Z Pcoombe 5 copy old version from donationinterface 42737 wikitext text/x-wiki Don ponctuel j4hwvve7y03x7bpe6a8izn8rp5mxtrp MediaWiki:Frequency-Once/ja 8 10315 42747 42671 2026-05-20T14:13:32Z Pcoombe 5 copy old version from donationinterface 42747 wikitext text/x-wiki 今回のみ 6hgljnrb5ybnkfonpnzofbjgbalcbqe MediaWiki:Frequency-Once/nl 8 10317 42754 42673 2026-05-20T14:15:02Z Pcoombe 5 copy old version from donationinterface 42754 wikitext text/x-wiki Eenmalig sajta9dn2xsl4c49655niz52d1zhlb6 MediaWiki:Frequency-Once/pt 8 10318 42759 42674 2026-05-20T14:15:53Z Pcoombe 5 copy old version from donationinterface 42759 wikitext text/x-wiki Único harbyk2r6hq5l91efc21tltcgk03x05 MediaWiki:Frequency-Once/pt-br 8 10319 42761 42675 2026-05-20T14:16:29Z Pcoombe 5 copy old version from donationinterface 42761 wikitext text/x-wiki Doação única tl6qazzhs7cfx6xao9tjpoj7k52q8qy MediaWiki:Frequency-Once/sv 8 10320 42772 42676 2026-05-20T14:30:09Z Pcoombe 5 copy old version from donationinterface 42772 wikitext text/x-wiki Engångs mmffn7i7lwiytmmjqrupf2warspgvva MediaWiki:Frequency-Monthly/ar 8 10322 42726 42679 2026-05-20T13:57:38Z Pcoombe 5 copy old version from donationinterface 42726 wikitext text/x-wiki شهريا punspdzvv4z0m5q01k1hr18pnsx9lqp MediaWiki:Frequency-Monthly/cs 8 10324 42730 42681 2026-05-20T14:00:11Z Pcoombe 5 42730 wikitext text/x-wiki Měsíčně 8xnp5bny84h9nnhygdn9ag6q9bhunhk MediaWiki:Frequency-Monthly/da 8 10325 42732 42682 2026-05-20T14:01:25Z Pcoombe 5 copy old version from donationinterface 42732 wikitext text/x-wiki Månedligt beløb sqvnqgvg7hpcwdlix1qwmzgphnpqgww MediaWiki:Frequency-Monthly/fr 8 10331 42738 42688 2026-05-20T14:05:09Z Pcoombe 5 copy old version from donationinterface 42738 wikitext text/x-wiki Don mensuel lqd6df1gee8lsuuiijmakyruy7gcpq0 MediaWiki:Frequency-Monthly/ja 8 10334 42748 42691 2026-05-20T14:13:41Z Pcoombe 5 copy old version from donationinterface 42748 wikitext text/x-wiki 毎月の定額寄付 0iajs3pnyvjojel2k5y8hyyq98qg4ty MediaWiki:Frequency-Monthly/pt-br 8 10338 42762 42695 2026-05-20T14:16:41Z Pcoombe 5 copy old version from donationinterface 42762 wikitext text/x-wiki Doação mensal dkmdum94uvbg2ok6qr3e67ekbkn1tyf MediaWiki:Frequency-Monthly/sv 8 10339 42773 42696 2026-05-20T14:30:14Z Pcoombe 5 copy old version from donationinterface 42773 wikitext text/x-wiki Månatlig 0l1vw8lgqvws2pfq69k57jhih6fcnep MediaWiki:Select-Country/ar 8 10344 42725 42701 2026-05-20T13:57:04Z Pcoombe 5 copy old version from donationinterface 42725 wikitext text/x-wiki اختر الدولة 07q2m7199dc6co1pggryc262v8udumn MediaWiki:Select-Country/ca 8 10345 42727 42702 2026-05-20T13:58:18Z Pcoombe 5 copy old version from donationinterface 42727 wikitext text/x-wiki Seleccioneu el país bt79dk8mhhyly91evptoxzbgpw662ge MediaWiki:Select-Country/de 8 10348 42733 42705 2026-05-20T14:01:53Z Pcoombe 5 copy old version from donationinterface 42733 wikitext text/x-wiki Staat auswählen 783n005c6ukvjnm0lizfdjd8i0nry9d MediaWiki:Select-Country/it 8 10353 42745 42710 2026-05-20T14:13:05Z Pcoombe 5 copy old version from donationinterface 42745 wikitext text/x-wiki Seleziona la nazione 5kahgwek7pk1i072k7o1b1ylm374end MediaWiki:Select-Country/ja 8 10354 42746 42711 2026-05-20T14:13:20Z Pcoombe 5 copy old version from donationinterface 42746 wikitext text/x-wiki 国の選択 0o8y8glq59jvq6w4go0k4hksr682jjj MediaWiki:Select-Country/nb 8 10355 42752 42712 2026-05-20T14:14:39Z Pcoombe 5 copy old version from donationinterface 42752 wikitext text/x-wiki Velg land 8uffsftcsd8xef50rlserf8u4pizklz MediaWiki:Select-Country/nl 8 10356 42753 42713 2026-05-20T14:14:52Z Pcoombe 5 copy old version from donationinterface 42753 wikitext text/x-wiki Selecteer land t9rm0k9o1g97odtdlf1odz76i9hh9rk MediaWiki:Select-Country/pt 8 10357 42758 42714 2026-05-20T14:15:44Z Pcoombe 5 copy old version from donationinterface 42758 wikitext text/x-wiki Escolha o país qrs57b5rsh9n1uqrxk6h3hftcix5njd MediaWiki:Select-Country/pt-br 8 10358 42760 42715 2026-05-20T14:16:09Z Pcoombe 5 copy old version from donationinterface 42760 wikitext text/x-wiki Escolha o país qrs57b5rsh9n1uqrxk6h3hftcix5njd MediaWiki:Select-Country/af 8 10361 42722 2026-05-20T13:55:21Z Pcoombe 5 Created page with "Kies land" 42722 wikitext text/x-wiki Kies land cpm7m5styccp18o4x64woto306gfghk MediaWiki:Frequency-Once/af 8 10362 42723 2026-05-20T13:55:42Z Pcoombe 5 Created page with "Eenmalig" 42723 wikitext text/x-wiki Eenmalig sajta9dn2xsl4c49655niz52d1zhlb6 MediaWiki:Frequency-Monthly/af 8 10363 42724 2026-05-20T13:55:53Z Pcoombe 5 Created page with "Maandeliks" 42724 wikitext text/x-wiki Maandeliks i1k8n46wmmw5bjpech9rh2wmwtarvsf MediaWiki:Select-Country/he 8 10364 42739 2026-05-20T14:05:35Z Pcoombe 5 copy old version from donationinterface 42739 wikitext text/x-wiki בחירת ארץ 45gtnn182ptkqqadgh6vx1q21mckoto MediaWiki:Frequency-Once/he 8 10365 42740 2026-05-20T14:05:52Z Pcoombe 5 copy old version from donationinterface 42740 wikitext text/x-wiki חד־פעמ 1ybyod5yrkds0ot0corach5jhhefsg7 MediaWiki:Frequency-Monthly/he 8 10366 42741 2026-05-20T14:06:00Z Pcoombe 5 copy old version from donationinterface 42741 wikitext text/x-wiki מדי חודש mf003fpnhu2e4hmafqzf7xn3j3qtjve MediaWiki:Select-Country/hu 8 10367 42742 2026-05-20T14:12:35Z Pcoombe 5 copy old version from donationinterface 42742 wikitext text/x-wiki Válassz egy országot fni7m9k04a585j39n9n02by4fmneoo9 MediaWiki:Frequency-Once/hu 8 10368 42743 2026-05-20T14:12:41Z Pcoombe 5 copy old version from donationinterface 42743 wikitext text/x-wiki Egyszeri 6zx48tl88bj8hqq3rhdjiyoc9nz76en MediaWiki:Frequency-Monthly/hu 8 10369 42744 2026-05-20T14:12:49Z Pcoombe 5 copy old version from donationinterface 42744 wikitext text/x-wiki Havi lg9s39y5xi1e4x5b5gvcmw1wa14asfk MediaWiki:Select-Country/lv 8 10370 42749 2026-05-20T14:14:09Z Pcoombe 5 copy old version from donationinterface 42749 wikitext text/x-wiki Izvēlieties valsti fq5fesn69yziah45p5ukec74nuturvj MediaWiki:Frequency-Once/lv 8 10371 42750 2026-05-20T14:14:20Z Pcoombe 5 copy old version from donationinterface 42750 wikitext text/x-wiki Vienu reizi 3l8v1g9u6lrz0h1ezup236jvbykajcf MediaWiki:Frequency-Monthly/lv 8 10372 42751 2026-05-20T14:14:27Z Pcoombe 5 copy old version from donationinterface 42751 wikitext text/x-wiki Ikmēneša ijzzbasqjo2s8dnh3scxnj39vpzj0bf MediaWiki:Select-Country/pl 8 10373 42755 2026-05-20T14:15:13Z Pcoombe 5 copy old version from donationinterface 42755 wikitext text/x-wiki Wybierz kraj jrb06z7p73o7h190ppb48r7y04pd3cs MediaWiki:Frequency-Monthly/pl 8 10374 42756 2026-05-20T14:15:20Z Pcoombe 5 copy old version from donationinterface 42756 wikitext text/x-wiki Co miesiąc g0xwsqp19ym6ekpxilc9v6c4w1sv57f MediaWiki:Frequency-Once/pl 8 10375 42757 2026-05-20T14:15:30Z Pcoombe 5 copy old version from donationinterface 42757 wikitext text/x-wiki Jeden raz 9u0jvrjmo8otj63giya1wpl6nkas3b0 MediaWiki:Select-Country/ro 8 10376 42763 2026-05-20T14:26:50Z Pcoombe 5 copy old version from donationinterface 42763 wikitext text/x-wiki Selectați țara f5x39grf3o6mjwmknv9mcca54prsyd0 MediaWiki:Frequency-Once/ro 8 10377 42764 2026-05-20T14:27:39Z Pcoombe 5 copy old version from donationinterface 42764 wikitext text/x-wiki O dată bnckz1ar38tgk9e8cxbacouux1x3mwz MediaWiki:Frequency-Monthly/ro 8 10378 42765 2026-05-20T14:27:44Z Pcoombe 5 copy old version from donationinterface 42765 wikitext text/x-wiki Lunar 8cmm1f5n5eg2ka3ibioudrhzcunawea MediaWiki:Select-Country/ru 8 10379 42766 2026-05-20T14:28:03Z Pcoombe 5 copy old version from donationinterface 42766 wikitext text/x-wiki Выбор страны t6yjjyrkhlcbd525atjtro13gt2v9qj MediaWiki:Frequency-Once/ru 8 10380 42767 2026-05-20T14:28:53Z Pcoombe 5 copy old version from donationinterface 42767 wikitext text/x-wiki Один раз mf0y8owsgo9ll0xtqp2tpavr0zjgjxg MediaWiki:Frequency-Monthly/ru 8 10381 42768 2026-05-20T14:28:58Z Pcoombe 5 copy old version from donationinterface 42768 wikitext text/x-wiki Ежемесячно 0dkfj29sxgh0uqx05977oeuhejdtwyn MediaWiki:Select-Country/sk 8 10382 42769 2026-05-20T14:29:21Z Pcoombe 5 copy old version from donationinterface 42769 wikitext text/x-wiki Vyberte krajinu 0sp059kl5u1ispkt6zxmqklmyb4qil6 MediaWiki:Frequency-Once/sk 8 10383 42770 2026-05-20T14:29:45Z Pcoombe 5 copy old version from donationinterface 42770 wikitext text/x-wiki Jednorazovo g9jbsfg4uvt7zrimwch2xiloj7gso13 MediaWiki:Frequency-Monthly/sk 8 10384 42771 2026-05-20T14:29:51Z Pcoombe 5 copy old version from donationinterface 42771 wikitext text/x-wiki Mesačne ay6bt1ebpqu6kpmm1ww33p5k3fy2vxp MediaWiki:Select-Country/uk 8 10385 42774 2026-05-20T14:30:28Z Pcoombe 5 copy old version from donationinterface 42774 wikitext text/x-wiki Виберіть країну ffsla4bon5y6b2mh923o2rtyrwakmvw MediaWiki:Frequency-Once/uk 8 10386 42775 2026-05-20T14:30:34Z Pcoombe 5 copy old version from donationinterface 42775 wikitext text/x-wiki Одноразово co40qgg05489lp1znbweptawira0dkt MediaWiki:Frequency-Monthly/uk 8 10387 42776 2026-05-20T14:30:38Z Pcoombe 5 copy old version from donationinterface 42776 wikitext text/x-wiki Щомісячно isg4sf2a2mjqih39uwhvj0jvd551vvx MediaWiki:Select-Country/zh-hans 8 10388 42777 2026-05-20T14:30:50Z Pcoombe 5 copy old version from donationinterface 42777 wikitext text/x-wiki 选择国家/地区 ex6p1o87l4s7qf8ga8fu3n2mpv4usqc MediaWiki:Frequency-Once/zh-hans 8 10389 42778 2026-05-20T14:31:04Z Pcoombe 5 copy old version from donationinterface 42778 wikitext text/x-wiki 单次 d2j7loakjfeqw4gqwekgvwgwggavc4l MediaWiki:Frequency-Monthly/zh-hans 8 10390 42779 2026-05-20T14:31:10Z Pcoombe 5 copy old version from donationinterface 42779 wikitext text/x-wiki 每月 4a9cgcvyli0e26mjqdt8583h5sj4m2t Problems donating/zh-hant 0 10391 42804 2026-05-20T19:47:21Z Pcoombe 5 redirect to wikimediafoundation.org 42804 wikitext text/x-wiki #REDIRECT [[foundationsite:zh-hant/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] i5bp1uijmcco5ll1xu8l1ro6ua9tfwi Tax deductibility/zh-hans 0 10392 42813 2026-05-20T19:57:24Z Pcoombe 5 redirect to wikimediafoundation.org 42813 wikitext text/x-wiki #REDIRECT [[foundationsite:zh-hans/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] 69uvvin0gvyy15q38scn7884khpt9v1 Tax deductibility/zh-hant 0 10393 42814 2026-05-20T19:57:47Z Pcoombe 5 redirect to wikimediafoundation.org 42814 wikitext text/x-wiki #REDIRECT [[foundationsite:zh-hant/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] qr7k24s44mulocmx97vvvb7w1sv3ej7 Ways to Give/vi 0 10394 42818 2026-05-20T20:15:54Z Pcoombe 5 redirect to wikimediafoundation.org 42818 wikitext text/x-wiki #REDIRECT [[foundationsite:vi/give/]] [[Category:Redirects to wikimediafoundation.org]] 1by3npqde8mzhk0yunfh9khaf2vd3hf Problems donating/vi 0 10395 42819 2026-05-20T20:16:15Z Pcoombe 5 redirect to wikimediafoundation.org 42819 wikitext text/x-wiki #REDIRECT [[foundationsite:vi/give/donor-frequently-asked-questions/#problems-donating]] [[Category:Redirects to wikimediafoundation.org]] t2fxai4si7ysaeqc67a2uqbpw0d122n Cancel or change recurring giving/vi 0 10396 42820 2026-05-20T20:17:08Z Pcoombe 5 redirect to wikimediafoundation.org 42820 wikitext text/x-wiki #REDIRECT [[foundationsite:vi/give/manage-your-donation/]] [[Category:Redirects to wikimediafoundation.org]] il9bidhwmztyo6xu509gagh2q6vwr3t FAQ/vi 0 10397 42821 2026-05-20T20:17:29Z Pcoombe 5 redirect to wikimediafoundation.org 42821 wikitext text/x-wiki #REDIRECT [[foundationsite:vi/give/donor-frequently-asked-questions/]] [[Category:Redirects to wikimediafoundation.org]] j26t1r0jjprbry161tqjzu3nj5dci30 Tax deductibility/vi 0 10398 42822 2026-05-20T20:17:42Z Pcoombe 5 redirect to wikimediafoundation.org 42822 wikitext text/x-wiki #REDIRECT [[foundationsite:vi/give/donor-frequently-asked-questions/#tax-deductibility]] [[Category:Redirects to wikimediafoundation.org]] o1zgzemjn9815tql0aidsyf3tyo87tw