Extension:WikiLovesMonuments

Category:Unmaintained extensions#WikiLovesMonuments Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
WikiLovesMonuments
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser function Category:Parser function extensions
Description Adds information and messages related to the Wiki Loves Monuments photographic contest
Author(s) Platonides
Latest version 0.1
MediaWiki 1.20+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0
Download Category:Extensions in Wikimedia version control
Example www.wikilm.es
$wgWikiLovesMonumentsCountryPortlet
Quarterly downloads 0
Translate the WikiLovesMonuments extension if it is available at translatewiki.net
Category:All extensions

Wiki Loves Monuments provides information about the Wiki Loves Monument contests for MediaWiki.

Some features of this require cldr extension to be loaded.

Portlet

It can add a sidebar portlet with links to all the local websites of the active WLM edition.

/**
 * Show the sidebar portlet with the countries participating in the active
 * WLM edition.
 * Values:
 *  - false -> Do not show the portlet.
 *  - true -> Show all the portlet with all the countries.
 *  - Country code or array of country codes -> Show all the countries but these
 *      (presumable because those would be self-links)
 */
$wgWikiLovesMonumentsCountryPortlet = false;


Statistics

You can set $wgWikiLovesMonumentsCentralisedStatsId to the ID code for your country and it will automatically enable tracking your visits from the central WLM statistics server.

/**
 * Set to the piwik id of your country to automatically
 * track your pages at http://stats.wikilovesmonuments.org/
 */
$wgWikiLovesMonumentsCentralisedStatsId = false;

Parser functions

  • {{#wlm-countries: year}}: Shows in text form the list of countries participating in WLM in year.
  • {{#wlm-country-count: year}}: Returns the number of countries participating in WLM in year.
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Parser function extensions Category:SkinBuildSidebar extensions Category:Unmaintained extensions