Information for "MediaWiki:Common.js"

From MHWiki

Basic information

Display titleMediaWiki:Common.js
Default sort keyCommon.js
Page length (in bytes)517
Namespace ID8
NamespaceMediaWiki
Page ID7337
Page content languageen - English
Page content modelJavaScript
Indexing by robotsAllowed
Number of redirects to this page0
Number of subpages of this page0 (0 redirects; 0 non-redirects)

Page protection

EditAllow only users with "editsitejs" permission (infinite)
MoveAllow only users with "editsitejs" permission (infinite)
View the protection log for this page.

Edit history

Page creatorAdmin (talk | contribs)
Date of page creation22:42, 27 April 2024
Latest editorAdmin (talk | contribs)
Date of latest edit01:34, 13 May 2024
Total number of edits7
Total number of distinct authors1
Recent number of edits (within past 90 days)0
Recent number of distinct authors0

SEO properties

Description

Content

Article description: (description)
This attribute controls the content of the description and og:description elements.
/* Any JavaScript here will be loaded for all users on every page load. */ $( function () { var elems = document.getElementsByClassName('mw-editsection'); // *** NOTE: ClassName may need to be 'mw-editsection' instead for (i = 0; i < elems.length; i++) { var span = document.createElement('span'); var link = document.createElement('a'); link.href = '#top'; link.appendChild(document.createTextNode('↑ top')); span.appendChild(link); elems[i].insertBefore(span, elems[i].lastChild.nextSibling); } });
Information from Extension:WikiSEO