Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.js

MediaWiki interface page
Revision as of 07:50, 11 September 2024 by Noop (talk | contribs) (Created page with "→‎All JavaScript here will be loaded for users of the Citizen skin: <ul class="citizen-menu__content-list"> <li id="n-mainpage-description" class="mw-list-item"> <a href="/index.php/Main_Page" title="Visit the main page [alt-shift-z]" accesskey="z"> <span class="citizen-ui-icon mw-ui-icon-home mw-ui-icon-wikimedia-home"></span> <span>Main page</span></a> </li><li id="n-recentchanges" class="mw-list-item"> <a href="/index.php/Special:RecentChanges" title="A list...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All JavaScript here will be loaded for users of the Citizen skin */

<ul class="citizen-menu__content-list">
			
<li id="n-mainpage-description" class="mw-list-item">
<a href="/index.php/Main_Page" title="Visit the main page [alt-shift-z]" accesskey="z">
<span class="citizen-ui-icon mw-ui-icon-home mw-ui-icon-wikimedia-home"></span>
 <span>Main page</span></a>

</li><li id="n-recentchanges" class="mw-list-item">
<a href="/index.php/Special:RecentChanges" title="A list of recent changes in the wiki [alt-shift-r]" accesskey="r">
<span class="citizen-ui-icon mw-ui-icon-recentChanges mw-ui-icon-wikimedia-recentChanges"></span> <span>Recent changes</span>
</a></li>

<li id="n-randompage" class="mw-list-item"><a href="/index.php/Special:Random" title="Load a random page [alt-shift-x]" accesskey="x"><span class="citizen-ui-icon mw-ui-icon-die mw-ui-icon-wikimedia-die"></span> <span>Random page</span></a></li>

<li id="n-Skills" class="mw-list-item"><a href="/index.php/Skills"><span class="citizen-ui-icon mw-ui-icon-help mw-ui-icon-wikimedia-help"></span> <span>Skills</span></a></li>

<li id="t-specialpages" class="mw-list-item"><a href="/index.php/Special:SpecialPages" title="A list of all special pages [alt-shift-q]" accesskey="q"><span class="citizen-ui-icon mw-ui-icon-specialPages mw-ui-icon-wikimedia-specialPages"></span> <span>Special pages</span></a></li>
</ul>