MediaWiki:DonationFormSandbox.js: Difference between revisions
Content deleted Content added
drop anything after '-' in language |
Testing grabbing URL parameter for FundraiseUp. Tag: Reverted |
||
Line 1,499:
});
// Check if the 'fundraiseupScript' parameter exists in the URL and is set to '1'
if (mw.util.getParamValue('fundraiseupScript') === '1') {
// Code to load or execute your template
console.log("fundraiseupScript parameter is set to 1");
// Insert additional code here, e.g., load a template
}
|