MediaWiki extensions manual
FundraiserLandingPage
Release status: stable
Implementation Special page
Description Enables template parameters to be passed as querystring elements.
Author(s) Peter Gehres, Ryan Kaldari
Latest version 1.1 (2018-07-13)
MediaWiki 1.32
License GNU General Public License 2.0 or later
Download
Parameters
  • $wgFundraiserLandingPageELSampleRate
  • $wgFundraiserLandingPageMaxAge
  • $wgFundraiserLandingPageChapters
  • $wgFundraiserLPDefaults
Hooks used
  • BeforePageDisplay
  • ParserFirstCallInit
  • ResourceLoaderGetConfigVars
Quarterly downloads 5 (Ranked 165th)
Translate the FundraiserLandingPage extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

This extension is used for Wikimedia Foundation fundraising at https://donate.wikimedia.org/. It makes it easier to create localized landing pages for multiple countries and languages. The extension enables the fundraising team to switch out appeals and other page elements on-the-fly without the need to create a new set of localized landing pages. In addition to accepting passed parameters, the extension also performs a geographical IP lookup if a country is not specified in the querystring. This allows for the use of this special page in social media links ensuring that they are not tied to a particular country.

Usage

Once installed, users can be directed to http://localhost:8888/wiki/index.php/Special:FundraiserLandingPage?template=templateName&appeal=appeal-name. This extension will then generate a call to the specified (or default) template and pass the other querystring elements as template parameters.

Installation

  • Download and place the file(s) in a directory called FundraiserLandingPage in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FundraiserLandingPage' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration parameters

  • $wgFundraiserLPDefaults - sets the default values for the required parameters

See also

This extension was developed to replicate the functionality of the RapidHTML portion of Extension:DonationInterface on wikis without DonationInterface.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.