Thank You
thankyouwiki
https://thankyou.wikipedia.org/wiki/Main_Page
MediaWiki 1.47.0-wmf.15
first-letter
Media
Special
Talk
User
User talk
Thank You
Thank You talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
TimedText
TimedText talk
Module
Module talk
Main Page
0
1
1492
1286
2026-08-18T11:18:55Z
EHughes (WMF)
9
Adding email confirmation page link
1492
wikitext
text/x-wiki
[[File:OOjs UI icon userTalk-rtl-constructive.svg|thumb|200px|right|Thank you!]]
Welcome to the wiki which just exists for thanking donors! It exists because we needed something at *.wikipedia.org in order to be able to hide banners on Wikipedia, for browsers which block cross-domain cookies ([[phab:T251780]]).
'''Please report any thank you page issues in the [https://phabricator.wikimedia.org/project/view/4977/ Phabricator project].'''
----
As of March 2021 all Thank You pages use {{tl|Thank You 2021}}. All use the JavaScript at [[MediaWiki:Common.js]].
The TY pages have some conditional logic in the JavaScript. URL parameters <code>country</code>, <code>payment_method</code>, and <code>recurringConversion</code> may be passed which change the display. Examples:
; English page in the US - default version
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=US
; English page in the US - Endowment featured version
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=US&featureEndowment=1
: Primary CTA = Endowment, Secondary CTAs = Survey, Store
; English page in Canada and UK
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=CA
: Primary CTA = Survey, Secondary CTA = Store, Legacy info
; English page in AU, NZ, IE
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=AU
: Primary CTA = Survey, Secondary CTA = Store
; English page in India
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=IN
: Primary CTA = "Try editing Wikipedia"
; English page in another country
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=JP
: Primary CTA = Survey, No secondary CTAs
; English page in the US, monthly convert
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=US&recurringConversion=1
: "We will send you a second receipt for your recurring gift, which will begin processing next month."
; English page in US, bitcoin payment
: https://thankyou.wikipedia.org/wiki/Thank_You/en?country=US&payment_method=bitcoin
: Extra message about receipt time
; French page in France
: https://thankyou.wikipedia.org/wiki/Thank_You/fr?country=FR
; French page in Canada
: https://thankyou.wikipedia.org/wiki/Thank_You/fr?country=CA
: Includes Store CTA
; Hebrew page
: https://thankyou.wikipedia.org/wiki/Thank_You/he
: Right-to-left
----
[[:Category:Thank You page]]
[[:Category:Thank You page with active survey]]
==Languages==
(''Italics'' are redirects)
{{Special:PrefixIndex/Thank You}}
==Recurring donor cookie page==
{{Special:PrefixIndex/Recurring donor page}}
==Email One Click Survey==
{{Special:PrefixIndex/One Click Survey}}
<br>
'''Donate CTA variant'''<br>
https://thankyou.wikipedia.org/wiki/One_Click_Survey/en?variant=donate
==Email Confirmation==
{{Special:PrefixIndex/Email Confirmation}}
==WP25 Donation Flow==
; English page in the US
: https://thankyou.wikipedia.org/wiki/WP25/en?country=US
; English page outside of the US
: https://thankyou.wikipedia.org/wiki/WP25/en?country=GB
; French page in France
: https://thankyou.wikipedia.org/wiki/WP25/fr?country=FR
; LATAM page in Colombia
: https://thankyou.wikipedia.org/wiki/WP25/es-419?country=CO
; ptBR page in Brazil
: https://thankyou.wikipedia.org/wiki/WP25/pt-br?country=BR
; ja page in Japan
: https://thankyou.wikipedia.org/wiki/WP25/ja?country=JP
2tcvtvs3j2ow70xljlgroonk4ukttgs
Template:Email Confirmation
10
129
1490
2026-08-18T11:17:03Z
EHughes (WMF)
9
Creating Email confirmation template
1490
wikitext
text/x-wiki
{{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js -->
{{DISPLAYTITLE:{{{title}}}}}
<html>
<style>
/* 2024-03-27 - Stopgaps to hide most obvious Vector 2022 breakage */
.skin-vector .vector-header,
.skin-vector .vector-sitenotice-container,
.skin-vector .vector-column-start,
.skin-vector .vector-page-titlebar,
.skin-vector .vector-page-toolbar {
display: none;
}
/* --- wiki resets --- */
html,
body {
margin: 0;
padding: 0;
background: #fff;
}
#jump-to-nav {
display: none;
}
#firstHeading, #contentSub, #siteSub {
display: none
}
/* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */
/* Desktop */
#mw-navigation,
#mw-page-base,
#mw-head-base,
h1#firstHeading,
footer.mw-footer,
#contentSub,
#contentSub2,
.patrollink,
#catlinks {
display: none;
}
/* Mobile */
body.mw-mobile-mode .header,
body.mw-mobile-mode #mw-mf-last-modified,
body.mw-mobile-mode .pre-content,
body.mw-mobile-mode #footer {
display: none;
}
body div#content {
height: 100%;
margin: 0;
padding: 0;
border: none;
}
.mw-body-content p {
margin: 0;
}
/* --- end wiki resets --- */
/* Hack to hide all the broken stuff beyond the header on apps (page content service) */
#pcs .ty-page {
font-size: 0;
}
#pcs .ty-page * {
display: none;
}
#pcs .ty-page .header-home,
#pcs .ty-page .header-home * {
display: inherit;
}
html,
body {
text-align: center;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
box-sizing: border-box;
}
/* stylelint-disable selector-list-comma-newline-after */
address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main,
nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video,
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul {
margin: 0;
padding: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
nav, section, summary {
display: block;
}
/* stylelint-enable */
a {
text-decoration: none;
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a:focus {
text-decoration: none;
outline: 1px dotted currentColor;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 100%;
text-align: left;
direction: ltr;
}
.mar-bottom {
margin-bottom: 16px;
}
h1,
h2 {
font-size: inherit;
font-weight: 700;
}
h1,
.h1 {
font-size: 1.875rem;
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h1,
.h1 {
font-size: 2.9375rem;
}
}
@media ( min-width: 1281px ) {
h1,
.h1 {
font-size: 4rem;
}
}
h2,
.h2 {
margin-bottom: 2rem;
font-size: 1.125rem;
}
@media ( min-width: 768px ) {
h2,
.h2 {
margin-bottom: 2rem;
}
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h2,
.h2 {
font-size: 1.25rem;
}
}
@media ( min-width: 1281px ) {
h2,
.h2 {
font-size: 1.375rem;
}
}
h3,
.h3 {
margin-bottom: 2rem;
font-size: 1.125rem;
}
@media ( min-width: 768px ) {
h3,
.h3 {
margin-bottom: 2rem;
}
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h3,
.h3 {
font-size: 1.25rem;
}
}
@media ( min-width: 1281px ) {
h3,
.h3 {
font-size: 1.375rem;
}
}
p,
.p {
font-size: 0.95rem;
line-height: 1.466;
}
strong {
font-weight: 700;
}
.w-100p {
width: 100%;
max-width: 100%;
}
.flex.flex-medium {
display: flex;
flex-direction: column;
}
@media ( min-width: 768px ) {
.flex.flex-medium {
flex-direction: row;
flex-wrap: nowrap;
}
}
.flex.flex-wrap {
flex-wrap: wrap;
}
.flex.flex-justify-center {
justify-content: center;
}
.flex.flex-align-center {
align-items: center;
}
.page-intro-text a,
.page-intro-text a:visited,
.page-intro-text a.external,
.page-intro-text a.external:visited {
color: #3a25ff;
}
.page-intro-text a:hover {
text-decoration: underline;
}
.page-intro-text p {
margin-bottom: 0.5rem;
}
.header-home a {
transition: 0.3s all;
}
.header-home .header-content {
position: relative;
z-index: 1;
}
.card {
position: relative;
}
@media ( min-width: 768px ) {
.img-left-content-right .card {
display: flex;
justify-content: flex-end;
}
}
/* buttons */
.btn {
display: inline-block;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
padding: 1rem 1.5rem;
padding: 0.6rem 1rem;
transition: 0.3s all;
border: 0;
outline: 0;
}
.btn:hover {
box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 );
}
@media ( min-width: 1200px ) {
.btn.btn-blue,
.btn.btn-pink {
padding: 11px 1.5rem;
}
}
.btn.btn-blue,
.btn.btn-blue:hover {
background-color: #3a25ff;
color: #fff;
}
.btn.btn-blue:focus {
outline: 1px dotted #3a25ff;
}
.btn.btn-pink,
.btn.btn-pink:hover {
background-color: #d40356;
color: #fff;
}
.btn.btn-pink:focus {
outline: 1px dotted #d40356;
}
.btn.btn-lt-blue {
background-color: #eeeaff;
color: #3a25ff;
}
.btn.btn-lt-blue:hover {
background-color: #3a25ff;
color: #fff;
}
.btn.btn-lt-blue:focus {
outline: 1px dotted #3a25ff;
}
.btn.btn-lt-pink {
background-color: #fde8f0;
color: #d40356;
}
.btn.btn-lt-pink:hover {
background-color: #d40356;
color: #fff;
}
.btn.btn-lt-pink:focus {
outline: 1px dotted #d40356;
}
/* header */
.header-home {
position: relative;
}
.top-nav {
z-index: 2000;
width: 100%;
transition: top 0.25s ease;
}
.site-main-nav {
transition: all 0.5s ease;
padding: 1.5625rem 0;
text-align: center;
}
.logo-container {
width: 180px;
margin: auto;
}
.logo-container a {
display: block;
}
.logo-container a:hover {
opacity: 0.8;
}
.logo-container svg {
width: 100%;
max-width: 17.4375rem;
margin: auto;
}
.pcs-theme-black .logo-container svg path,
.pcs-theme-dark .logo-container svg path {
fill: #fff !important;
}
.btn-label-a11y {
font-size: 0;
height: 1px;
overflow: hidden;
display: block;
}
/* hero */
.header-img {
width: 100%;
position: relative;
left: 50%;
right: 50%;
margin-left: -50%;
margin-right: -50%;
padding: 0;
height: auto;
margin-bottom: 2rem;
/* overflow-x: hidden; */
}
@media ( min-width: 768px ) {
.header-img {
height: 175px;
}
}
.header-bg-img {
position: relative;
height: 175px;
width: 100%;
background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg );
background-size: cover;
background-position: -150px center;
background-repeat: repeat-x;
}
@media ( min-width: 768px ) {
.header-bg-img {
position: absolute;
height: 100%;
width: 100%;
z-index: -1;
background-position: 0 0;
}
}
.mw-1120 {
max-width: 70rem;
height: 100%;
padding: 0;
margin: 0 auto;
position: relative;
}
.vision-container {
position: relative;
width: 100%;
text-align: center;
}
.vision {
padding: 0.4rem 1rem 0.6rem;
background: #fefd34 !important;
color: #000 !important;
font-size: 1.4rem;
font-weight: bold;
}
@media ( min-width: 768px ) {
.vision-container {
position: absolute;
bottom: -2rem;
padding: 0 2rem;
}
.vision {
display: inline-block;
}
}
@media ( min-width: 1024px ) {
.vision {
font-size: 1.8rem;
}
}
/* thank you message */
.w-68p {
width: 100%;
padding: 1.5rem 0;
text-align: center;
}
@media ( min-width: 1024px ) {
.w-68p {
width: 68%;
margin: auto;
}
}
.page-intro {
margin-top: 2rem;
margin-left: 0;
}
@media ( max-width: 1024px ) {
.page-intro {
padding: 0 1.5rem;
margin: 0;
}
}
.page-intro .w-68p p {
font-size: 1.1rem;
}
/* other ctas */
.other-ctas {
/* display: none; */
padding: 2rem 1rem;
background: #f8f9fa;
}
.other-ctas .h2 {
text-align: center;
font-size: 1.5rem;
margin-bottom: 2rem;
}
@media ( min-width: 768px ) {
.other-ctas .h2 {
font-size: 2rem;
}
}
.rounded {
border-radius: 5px;
}
.shadow {
border: 1px solid #e5e5e5;
}
.other-ctas .focus-block {
display: none;
}
.focus-block {
background-color: #fff;
overflow: hidden;
display: block;
margin-bottom: 1rem;
}
.focus-block .card,
.focus-block .card-content {
height: 100%;
display: block;
}
.focus-block .card-content {
padding: 1.5rem;
}
@media ( max-width: 768px ) {
.cta-primary.endowment .btn {
display: block;
width: calc(100% - 3rem);
}
}
.focus-block .h3 {
margin-bottom: 0.3125rem;
font-size: 1.5rem;
line-height: 1.2;
}
.focus-block .mar-bottom {
padding-bottom: 2rem;
display: block;
}
.focus-block .stick-to-bottom {
position: absolute;
bottom: 22px;
}
@media ( min-width: 768px ) {
.focus-block {
margin-left: 0.5rem;
margin-right: 0.5rem;
flex: 1 0 0;
max-width: 25rem;
}
.focus-block .h3 {
margin-bottom: 0.3125rem;
}
.focus-block .card-content .btn {
max-width: calc( 100% - 3rem );
}
}
.focus-block p {
margin-bottom: 1rem;
}
.focus-block p a {
text-decoration: underline;
}
.focus-block a:hover {
color: #3a25ff;
}
/* footer */
footer {
padding: 3rem 1.5rem;
background: #54595d;
color: #fff !important;
}
footer a,
footer a:visited {
color: inherit !important;
text-decoration: underline;
transition: 0.3s all;
}
footer a:hover {
text-decoration: underline;
}
@media ( min-width: 768px ) {
footer {
padding: 3rem 0 4rem;
}
}
footer .footer-legal {
text-align: center;
}
footer .footer-legal p,
footer .footer-legal .p {
padding-bottom: 0.75rem;
font-size: 0.75rem;
line-height: 1.3;
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.85rem;
}
}
@media ( min-width: 1281px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.95rem;
}
}
.editor-tools {
text-align: center;
}
</style>
</html>
<div class="ty-page plainlinks one-click-survey">
<div class="header-home">
<div class="top-nav">
<div class="site-main-nav">
<div class="logo-container">
<html>
<a href="https://wikimediafoundation.org/">
<span class="btn-label-a11y">Wikimedia Foundation</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg>
</a>
</html>
</div>
</div>
</div>
<div class="header-content">
<div class="header-img">
<div class="header-bg-img"></div>
<div class="vision-container">
<div class="vision">{{{header-new}}}</div>
</div>
</div>
<div class="page-intro">
<div class="page-intro-text flex flex-medium flex-align-center">
<div class="w-68p">
<p>
{{{header-text1}}}
</p>
<p>
{{{header-text2}}}
</p>
</div>
</div>
</div>
</div>
</div>
<html>
<main id="ty-content">
<div class="other-ctas">
<div class="mw-1120">
</html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html>
<div class="flex flex-medium flex-justify-center">
<div class="edit-6c w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://en.wikipedia.org/wiki/Special:CreateAccount?campaign=typage-6C-en-2024">
</html>{{{editing-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{editing-text}}}<html></p>
</div>
<a href="https://en.wikipedia.org/wiki/Special:CreateAccount?campaign=typage-6C-en-2024" class="btn btn-blue stick-to-bottom">
</html>{{{editing-button}}}<html>
</a>
</div>
</div>
</div><!-- edit cta 6c -->
<div class="donate w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://donate.wikimedia.org/">
</html>{{{donate-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{donate-text}}}<html></p>
</div>
<a href="https://donate.wikimedia.org/" class="btn btn-blue stick-to-bottom">
</html>{{{donate-button}}}<html>
</a>
</div>
</div>
</div><!-- donate cta 6c -->
<div class="store w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://store.wikimedia.org/">
</html>{{{store-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{store-text-new}}}<html></p>
</div>
<a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom">
</html>{{{store-button}}}<html>
</a>
</div>
</div>
</div><!-- store -->
<div class="will-notUS w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{legacy-header}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{legacy-text-2}}}<html></p>
</div>
<a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info">
</html>{{{request-info}}}<html>
</a>
</div>
</div>
</div><!-- will-notUS -->
</div>
</div>
</div>
</main>
<footer>
<div class="footer-legal mw-620">
<p></html>{{{chapters}}}<html></p>
<p></html>{{{questions}}}<html></p>
<p></html>{{{terms}}}<html></p>
</div><!-- End footer-legal -->
</footer>
</div>
</html>
<div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet-->
[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Email_Confirmation|action=edit}} Edit template]
</div>
[[Category:Thank You page]]
{{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}}
p3lrq4t8nuw8kih4vux6ki87zbwf69h
Email Confirmation/en
0
130
1491
2026-08-18T11:17:29Z
EHughes (WMF)
9
Creating Email Confirmation TY Page
1491
wikitext
text/x-wiki
{{Email Confirmation
| language = en
| title = Thank You
| header-new = Thank you for your response!
| header-text1 = <strong>Wikipedia's future is brighter when you're a part of it.</strong>
| header-text2 = Whether you stay in touch by renewing your support, being a Wikipedia editor, or just keeping up-to-date on what's going on at the Wikimedia Foundation, you're a valued member of our community. We look forward to hearing your thoughts so we can improve your experience in the future.
| cta-header = Other ways you can help Wikipedia thrive
| match-link = Matching_Gifts
| match-header = Match your gift
| match-text = Double your impact by finding out if your company has a matching gift program.
| match-button = Check your employer
| store-header = Buy Wikipedia merchandise
| store-text-new = Plant a seed of knowledge by buying a Wikipedia-themed gift in our store. We use proceeds from the store to thank volunteers who make Wikipedia possible.
| store-button = Shop Wikipedia
| legacy-header = Learn more about legacy giving
| legacy-text-2 = Our team will be happy to send you a brochure and answer all your questions about including a gift in your will.
| request-info = Request more information
| will-header = Include Wikipedia in your will
| will-text-1 = With your gift, you’ve demonstrated just how much you care about the future of free knowledge. Did you know that you can also support Wikipedia by including the Wikimedia Endowment in your will?
| will-text-2 = Would you like assistance in developing a will? Our partner, FreeWill, can help you write one easily and free of charge.
| will-button = Start your will
| editing-header = Try editing Wikipedia
| editing-text = Editing Wikipedia is easier than you might think! You will get suggestions and help as you start. Building knowledge can be as simple as adding a link or fixing a spelling mistake.
| editing-button = Create an account
| donate-header = Support Wikipedia
| donate-text = Your contribution ensures Wikipedia remains accessible and valuable for millions of people around the world, protecting the human right to free knowledge.
| donate-button = Donate now
| chapters = Learn more about [[m:Wikimedia chapters|local chapters and their projects]].
| questions = If you have any questions, please email [mailto:donate@wikimedia.org donate@wikimedia.org].
| terms = Text is available under the [https://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike License]; additional terms may apply. See [https://foundation.wikimedia.org/wiki/Terms_of_Use Terms of Use] or [https://foundation.wikimedia.org/wiki/Privacy_policy Privacy Policy] for details.
}}
e1qcibaeh6vr8klcyii7ghyaqyji5tn