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

Information for "MediaWiki:Citizen.js"

MediaWiki interface page

Basic information

Display titleMediaWiki:Citizen.js
Default sort keyCitizen.js
Page length (in bytes)498
Namespace ID8
NamespaceMediaWiki
Page ID1411
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 creatorDrolerina (talk | contribs)
Date of page creation17:12, 1 February 2024
Latest editorDrolerina (talk | contribs)
Date of latest edit15:52, 14 June 2024
Total number of edits3
Total number of distinct authors1
Recent number of edits (within past 90 days)1
Recent number of distinct authors1

SEO properties

Description

Content

Article description: (description)
This attribute controls the content of the description and og:description elements.
/* All JavaScript here will be loaded for users of the Citizen skin */ // Source: https://starcitizen.tools/MediaWiki:Citizen.js mw.loader.using( [ 'mediawiki.util' ] ).done( function() { /* Trigger search box when click on the fake search button on main page */ if ( mw.config.get( 'wgIsMainPage' ) ) { document.getElementById( 'citizen-search-trigger' ).addEventListener( 'click', function() { var search = document.getElementById( 'citizen-search' ); search.open = true; } ); } } );
Information from Extension:WikiSEO
Cookies help us deliver our services. By using our services, you agree to our use of cookies.