Template:Appeal/FY2324 E3 XH/en: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 49: Line 49:
const urlParams = new URLSearchParams(window.location.search);
const urlParams = new URLSearchParams(window.location.search);
if (urlParams.has("fname")){
if (urlParams.has("fname")){
document.getElementById('donor-greeting').innerHTML = `${urlParams.get("fname")}, s`;
const firstName = urlParams.get("fname").charAt(0).toUpperCase() + urlParams.get("fname").slice(1); //Capitalize name
document.getElementById('donor-greeting').innerHTML = `${firstName}, s`;
}
}
</script>
</script>

Revision as of 13:47, 24 October 2023

Support Wikipedia, your daily source of trusted knowledge.

Your support matters! Sustain this great fountain of knowledge built by people, for people. Keep Wikipedia thriving.