Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Donate. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:18, 29 April 2023 Pcoombe talk contribs created page Module:Country links (Created page with "local p = {} local country_names_data = mw.loadJsonData( 'User:Pcoombe/sandbox.json' ) function p.get_country_name( language_code, country_code ) local name if country_names_data[language_code] == nil then language_code = 'en' end local name = country_names_data[language_code][country_code] return name end function p.get_donate_url( language_code, country_code ) local url = 'https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?utm_medium=Wayst...")