All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ekatra Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 20:19, 26 August 2025 Jayprakash12345 talk contribs deleted page Tabledemo/MediaWiki:Common.js (content was: "* * MediaWiki Mobile Table Enhancement Script * File: MediaWiki:Common.js or modules/custom/mobile-tables.js * * Provides mobile-friendly table functionality including: * - Column expand/collapse * - Touch-friendly scrolling * - Responsive behavior: ( function () { 'use strict'; * * Mobile table handler object: v...", and the only contributor was "Jayprakash12345" (talk))
- 20:19, 26 August 2025 Jayprakash12345 talk contribs deleted page Tabledemo/MediaWiki:Common.css (content was: "MediaWiki Mobile Table Styles: File: MediaWiki:Common.css or skins/[skin]/resources/[skin].css: * * Mobile-compatible table wrapper * Provides horizontal scrolling on mobile devices: .mobile-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; iOS smooth scrolling: -ms-overflow-style: -ms-autohiding-scr...", and the only contributor was "Jayprakash12345" (talk))
- 20:11, 26 August 2025 Maintenance script talk contribs recreated the Cargo table Books
- 20:10, 26 August 2025 Maintenance script talk contribs created the Cargo table Books
- 20:07, 26 August 2025 Jayprakash12345 talk contribs created page Template:Book (Created page with "<noinclude> This is the "Book" template. {{#cargo_declare:_table=Books |Title=String |Author=Page |Genre=String |Year=Date |Pages=Integer |Rating=Float }} </noinclude> <includeonly> {{#cargo_store:_table=Books |Title={{{Title|}}} |Author={{{Author|}}} |Genre={{{Genre|}}} |Year={{{Year|}}} |Pages={{{Pages|}}} |Rating={{{Rating|}}} }} {| class="wikitable" ! Title | {{{Title|}}} |- ! Author | [[{{{Author|}}}]] |- ! Genre | {{{Genre|}}} |- ! Year Published | {{{Year|}}} |...")
- 20:00, 26 August 2025 Jayprakash12345 talk contribs created page Template:CargoTable (Created page with "<noinclude> This is the "Book" template. {{#cargo_declare:_table=Books |Title=String |Author=Page |Genre=String |Year=Date |Pages=Integer |Rating=Float }} </noinclude> <includeonly> {{#cargo_store:_table=Books |Title={{{Title|}}} |Author={{{Author|}}} |Genre={{{Genre|}}} |Year={{{Year|}}} |Pages={{{Pages|}}} |Rating={{{Rating|}}} }} {| class="wikitable" ! Title | {{{Title|}}} |- ! Author | [[{{{Author|}}}]] |- ! Genre | {{{Genre|}}} |- ! Year Published | {{{Year|}}} |...")
- 17:51, 26 August 2025 Jayprakash12345 talk contribs created page Tabledemo:MediaWiki:Common.js (Created page with "MediaWiki:Common.js Lightweight, mobile-friendly table sortable + responsive + collapsible Works on Vector (desktop) and Minerva (mobile) without depending on core tablesorter: ( function () { --- Wrap tables for responsive scrolling ---: function wrapTables( $root ) { var $scope = $root.find( '.mw-parser-output' ).addBack( '.mw-parser-output' ); if ( !$scope.length ) $scope = $root; $scope.find( 'table' ).each( function () { var $...")
- 17:51, 26 August 2025 Jayprakash12345 talk contribs created page Tabledemo:MediaWiki:Common.css (Created page with "Universal responsive wrapper behavior: .table-responsive { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; smooth scroll on iOS: } Make focused wrappers keyboard-visible (a11y): .table-responsive:focus { outline: 2px solid #777; outline-offset: 2px; } Keep tables full-width inside wrapper: .table-responsive > table { width: 100%; border-collapse: collapse; } Better text wrapping on small screens: .wikitable...")
- 16:14, 26 August 2025 Jayprakash12345 talk contribs created page Main Page:mediawiki:common.css (Created page with "Universal responsive wrapper behavior: .table-responsive { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; smooth scroll on iOS: } Make focused wrappers keyboard-visible (a11y): .table-responsive:focus { outline: 2px solid #777; outline-offset: 2px; } Keep tables full-width inside wrapper: .table-responsive > table { width: 100%; border-collapse: collapse; } Better text wrapping on small screens: .wikitable t...") Tag: Visual edit: Switched
- 16:14, 26 August 2025 Jayprakash12345 talk contribs created page Main Page:mediawiki:common.js (Created page with "Auto-wrap nearly all content tables for horizontal scrolling on small screens. Excludes common layout/meta tables and those explicitly marked .no-responsive. Also (re)initializes sorting and collapsible behavior on both desktop & mobile.: (function () { // Initialize features (sortable + collapsible) in a safe, mobile-friendly way function initTableFeatures($root) { mw.loader.using(['jquery.tablesorter', 'jquery.makeCollapsible']).then(function () {...") Tag: Visual edit: Switched
- 15:51, 23 August 2025 Jayprakash12345 talk contribs created page Tabledemo/MediaWiki:Common.js (Created page with "* * MediaWiki Mobile Table Enhancement Script * File: MediaWiki:Common.js or modules/custom/mobile-tables.js * * Provides mobile-friendly table functionality including: * - Column expand/collapse * - Touch-friendly scrolling * - Responsive behavior: ( function () { 'use strict'; * * Mobile table handler object: var MobileTableHandler = { * * Initialize mobile table enhancements: init:...")
- 15:49, 23 August 2025 Jayprakash12345 talk contribs created page Tabledemo/MediaWiki:Common.css (Created page with "MediaWiki Mobile Table Styles: File: MediaWiki:Common.css or skins/[skin]/resources/[skin].css: * * Mobile-compatible table wrapper * Provides horizontal scrolling on mobile devices: .mobile-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; iOS smooth scrolling: -ms-overflow-style: -ms-autohiding-scrollbar; IE/Edge scrollbar: margin: 1em 0; position: relative; } /** * Base table styles * Compatible wit...")
- 17:10, 21 August 2025 Jayprakash12345 talk contribs created page Tabledemo (Created page with "{| class="wikitable sortable mw-collapsible" style="width:100%; max-width:100%; table-layout:auto;" |+ style="font-weight:bold; padding:8px; margin-bottom:5px;" | Your Interactive Table |- ! scope="col" style="min-width:120px; resize:horizontal; overflow:auto; cursor:col-resize; background:#f8f9fa;" data-sort-type="text" | Column 1 Header ! scope="col" style="min-width:80px; resize:horizontal; overflow:auto; cursor:col-resize; background:#f8f9fa;" data-sort-type="number"...")