Information for "User:Jake/nookipedia-timeless.js"

From Nookipedia, the Animal Crossing wiki

Basic information

Display titleUser:Jake/nookipedia-timeless.js
Default sort keyJake/nookipedia-timeless.js
Page length (in bytes)416
NamespaceUser
Page ID113219
Page content languageen - English
Page content modelJavaScript
User ID1
Indexing by robotsDisallowed
Number of redirects to this page0
Number of subpages of this page0 (0 redirects; 0 non-redirects)

Page protection

EditAllow all users (infinite)
MoveAllow all users (infinite)
View the protection log for this page.

Edit history

Page creatorJake (talk | contribs)
Date of page creation00:57, June 2, 2021
Latest editorJake (talk | contribs)
Date of latest edit18:09, June 2, 2021
Total number of edits4
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.
// Press forward slash (/) to search the wiki $(document).on('keydown', function (event) { // detect input; ignore if typing in text field if (event.which == 191 && ['TEXTAREA', 'INPUT'].indexOf(event.target.nodeName) === -1) { // select search bar $("#searchInput").focus().select(); // clear input; delayed to account for initial slash setTimeout(function(){ $("#searchInput").val(); }, 1); } });
Information from Extension:WikiSEO