Project portals

From Meta, a Wikimedia project coordination wiki
(Redirected from Www)
Jump to: navigation, search
Projects

Information

Tools

Requests

modify

The central Wikimedia portal www.wikimedia.org and the multilingual portal pages of the Wikimedia projects can be changed here on Meta-Wiki by editing the special template pages. Since they contain raw HTML they are fully protected.

Contents

Automatically updated [edit]

Changes to a portal's "template" go live almost immediately.

A portal's "temp" is a "sandbox" in which to develop it?

Special case [edit]

As of July 2012, the following can happen on unassigned wiki domains:

Old [edit]

CSS and JavaScript [edit]

By including the lines containing "modules=ext.gadget.wm-portal" from Www.wikipedia.org template, you can include CSS from MediaWiki:Gadget-wm-portal.css and the JavaScript code from MediaWiki:Gadget-wm-portal.js, whose code can be viewed on Meta-Wiki. The CSS contains classes to make the "ring of languages" around the logo (e.g., on www.wikipedia.org).

These can be used (please copy from one of the actual portals, not from here!):

  • <link rel="stylesheet" href="//bits.wikimedia.org/meta.wikimedia.org/load.php?debug=false&lang=en&modules=ext.gadget.wm-portal&only=styles&skin=vector&*">
    
    (used in head)
  • <script src="//bits.wikimedia.org/meta.wikimedia.org/load.php?debug=false&lang=en&modules=ext.gadget.wm-portal&only=scripts&skin=vector&*"></script>
    
    (body)

See also [edit]