Main public logs
More actions
Combined display of all available logs of Hallyu.io. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:08, 2 February 2026 Joeeasterly talk contribs created page MediaWiki:Citizen.js (Created page with "All JavaScript here will be loaded for users of the Citizen skin: * * Dashboard Quick-Jump (v2) * Listens for typing on the Dashboard page and jumps to matching cards. * Now with description searching and strict edit-mode discipline.: (function() { // 1. GLOBAL GUARD: If we aren't in 'view' mode, kill the script immediately. // We do not want this running on ?action=edit, ?action=history, etc. if (mw.config.get('wgAction') !== 'view') return;...")
- 16:08, 27 January 2026 Joeeasterly talk contribs created page Template:DashItem (Created page with "<div class="dashboard-card"> <div class="dashboard-icon"> <span class="mdi mdi-{{#if:{{{icon|}}}|{{{icon}}}|web}}"></span> </div> <div class="dashboard-text"> <span class="dashboard-label">[{{{url}}} {{{label}}}]</span> {{#if:{{{desc|}}}|<span class="dashboard-desc">{{{desc}}}</span>}} </div> </div>")
- 16:07, 27 January 2026 Joeeasterly talk contribs created page MediaWiki:Common.css (Created page with "Import Material Design Icons: @import url('https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css'); Dashboard Grid Container: .dashboard-grid { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; } Individual Dashboard Cards: .dashboard-card { flex: 1 1 250px; Grow to fill, shrink, base width 250px: display: flex; align-items: center; background-color: #ffffff; /* Or whatever matche...")
- 21:34, 25 January 2026 MediaWiki default talk contribs created page Main Page