Main public logs
More actions
Combined display of all available logs of UnfinishedProjects. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:01, 7 March 2026 Anthony talk contribs created page Template:MainPageHeader (Created page with "<div class="main-page-container" style="margin-bottom: 24px;"> <div class="main-header" style="background: var(--color-surface-1); border: 1px solid var(--border-color-base); border-radius: 4px 4px 0 0; padding: 24px; text-align: left; border-bottom: none;"> <div style="display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 16px;"> <div style="flex: 1; min-width: 300px;"> <div style="font-size: 2em; font-weight: bold; color: var(--c...")
- 12:34, 7 March 2026 Anthony talk contribs created page Template:NavCard/styles.css (Created page with "Template:NavCard/styles.css: .nav-card-wrap { display: inline-block; vertical-align: top; margin: 6px; font-size: 1rem; } .nav-card { width: 200px; height: 160px; position: relative; background-color: var(--color-surface-2); Hardcoded gradient to pass sanitization requirements: background-image: linear-gradient(135deg, rgba(228, 100, 25, 0.12) 0%, transparent 60%); border: 1px solid; border-top-color: var(--borde...")
- 12:34, 7 March 2026 Anthony talk contribs created page Template:TutorialCard/styles.css (Created page with "Template:TutorialCard/styles.css: .tutorial-card-wrap { display: inline-block; vertical-align: top; margin: 8px; } .tutorial-card { width: 220px; background-color: var(--color-surface-1); border: 1px solid; border-top-color: var(--border-color-base); border-right-color: var(--border-color-base); border-bottom-color: var(--border-color-base); border-left-color: var(--border-color-base); border-radius: 4px; box-shadow:...")
- 12:33, 7 March 2026 Anthony talk contribs created page Template:TutorialSection/styles.css (Created page with "Template:TutorialSection/styles.css: .tutorial-section { margin-bottom: 12px; border: 1px solid; border-top-color: var(--border-color-base); border-right-color: var(--border-color-base); border-bottom-color: var(--border-color-base); border-left-color: var(--border-color-base); border-radius: 4px; overflow: hidden; } .tutorial-section-header { background-color: var(--color-surface-2); border-bottom: 1px solid; border-bott...")
- 12:31, 7 March 2026 Anthony talk contribs created page Template:ProjectCard/styles.css (Created page with "Template:ProjectCard/styles.css: .project-card-wrap { display: inline-block; vertical-align: top; margin: 10px; } .project-card { width: 300px; background-color: var(--color-surface-1); border: 1px solid; border-top-color: var(--border-color-base); border-right-color: var(--border-color-base); border-bottom-color: var(--border-color-base); border-left-color: var(--border-color-base); border-radius: 4px; box-shadow: 0...")
- 12:31, 7 March 2026 Anthony talk contribs created page Template:ProjectInfobox/styles.css (Created page with "Template:ProjectInfobox/styles.css: .project-infobox { float: right; clear: right; width: 280px; background-color: var(--color-surface-1); border: 1px solid; border-top-color: var(--border-color-base); border-right-color: var(--border-color-base); border-bottom-color: var(--border-color-base); border-left-color: var(--border-color-base); border-radius: 4px; overflow: hidden; margin: 0 0 16px 24px; font-size: 0.9em;...")
- 11:10, 7 March 2026 Anthony talk contribs protected Template:TutorialSection [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 11:10, 7 March 2026 Anthony talk contribs protected Template:TutorialCard [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:10, 7 March 2026 Anthony talk contribs protected Template:SectionHeader [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:09, 7 March 2026 Anthony talk contribs protected Template:ProjectInfobox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 11:09, 7 March 2026 Anthony talk contribs protected Template:ProjectCard [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:09, 7 March 2026 Anthony talk contribs protected Template:NavCard [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:08, 7 March 2026 Anthony talk contribs protected Template:HubHeader [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:08, 7 March 2026 Anthony talk contribs protected Template:CategoryHeader [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:08, 7 March 2026 Anthony talk contribs protected Template:CategoryCard [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:08, 7 March 2026 Anthony talk contribs protected Template:CardGrid [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 10:49, 7 March 2026 Anthony talk contribs created page MediaWiki:Gadget-categories.js (Created page with "============================================================================= CATEGORY PAGES Strips "Path/To/" prefixes so subcategory links show only the final segment. =============================================================================: $( function () { $( '.mw-category-group ul li a' ).each( function () { $( this ).text( $( this ).text().replace( /^.*\//, '' ) ); } ); } );")
- 10:48, 7 March 2026 Anthony talk contribs created page MediaWiki:Gadget-projects.js (Created page with "/* ============================================================================= 3. PROJECT HUB PAGES Runs only on Projects/* hub pages (one level deep, e.g. Projects/Audio). - Renders tag spans from data-tags (StringFunctions extension not available) - Injects filter bar: search, status, license, sort, count - Fetches last-edited and contributor count from the MediaWiki API in batches ====================================================================...")
- 10:48, 7 March 2026 Anthony talk contribs created page MediaWiki:Gadget-tutorials.js (Created page with "============================================================================= 2. TUTORIAL HUB =============================================================================: ( function () { if ( mw.config.get( 'wgPageName' ) !== 'Tutorials' ) return; $( function () { $( '.tutorial-section' ).each( function () { var $section = $( this ); var $header = $section.find( '.tutorial-section-header' ); var $grid...")
- 10:46, 7 March 2026 Anthony talk contribs created page MediaWiki:Gadgets-definition (Created page with "* tutorials[ResourceLoader|hidden]|tutorials.js * projects[ResourceLoader|hidden]|projects.js * categories[ResourceLoader|hidden]|categories.js")
- 10:04, 7 March 2026 Anthony talk contribs created page Template:NavCard (Created page with "<div style="display:inline-block; vertical-align:top; width:220px; min-height:160px; margin:6px; padding:16px; border:1px solid var(--border-color-base); background:var(--color-surface-1); border-radius:4px; box-shadow:0 1px 3px rgba(0,0,0,0.07); text-align:center; box-sizing:border-box; font-size:1rem; position:relative;"><div style="height:56px; display:flex; align-items:center; justify-content:center; margin-bottom:10px;">File:{{{icon|places-folder}}}.png|48px|link=...")
- 09:52, 7 March 2026 Anthony talk contribs created page Projects/Audio/Test Project (Created page with "Test")
- 09:47, 7 March 2026 Anthony talk contribs created page Projects/Audio (Created page with "__NOTOC__ __NOEDITSECTION__ {{HubHeader | title = Audio Projects | subtitle = Music, sound design, and audio tools | description = Open and community audio projects — synthesizers, samplers, DAW tools, field recordings, and more. All projects default to CC BY-NC-SA 4.0 unless otherwise stated. | links = Full Index · Submission Guidelines · Main Page }} <div class="project-hub-filters"...")
- 09:45, 7 March 2026 Anthony talk contribs created page Template:ProjectInfobox (Created page with "<div class="project-infobox"><div class="project-infobox-image">{{#if:{{{image|}}}|[[File:{{{image}}}|280px|link=]]|<div class="project-infobox-image-fallback">64px|link=</div>}}</div><div class="project-infobox-title">{{{name|Project}}}</div><div class="project-infobox-badges">{{#if:{{{status|}}}|<span class="project-badge-status project-badge-status--{{lc:{{{status|active}}}}}">{{{status|Active}}}</span>|}}{{#if:{{{license|}}}|<span class="pr...")
- 17:56, 6 March 2026 Anthony talk contribs created page Template:TutorialSection (Created page with "<div class="tutorial-section">{{SectionHeader|title={{{topic|Topic}}}|icon={{{icon|mimetypes-text-x-generic}}}}}<div class="tutorial-section-grid">{{{1|}}}</div>{{#if:{{{more|}}}|<div style="text-align:right; font-size:0.85em; margin-top:8px; padding-right:8px;">[[Category:{{{more}}}|View all {{{topic}}} tutorials →]]</div>|}}</div><noinclude>")
- 17:28, 6 March 2026 Anthony talk contribs created page Tutorials/How to Submit a Tutorial (Created page with "{{CategoryHeader | icon = actions-document-new | name = How to Submit a Tutorial | description = Anyone can write a tutorial. Follow the steps below to add yours to the community index. }} == Steps == # Create a new page at <code>Tutorials/Your Tutorial Title</code> # Write your tutorial using the standard wiki formatting # At the very bottom of the page add both of the following category tags: <pre> Category:Tutorials Cate...")
- 17:08, 6 March 2026 Anthony talk contribs created page Category:Tutorials (Created page with "{{CategoryHeader | icon = mimetypes-text-x-generic | name = Community Tutorials | description = Step-by-step guides written by community members. Browse by topic below, or use the search box to find something specific. }} {{SectionHeader|title=Submit a Tutorial|icon=actions-document-new}} <div style="background:#f8f9fa; border:1px solid #c8ccd1; padding:16px 20px; border-radius:4px;"> Anyone can write a tutorial. Here is how: # Create a new page at <code>...")
- 16:43, 6 March 2026 Anthony talk contribs created page Category:Tutorials/Audio (Created page with "Category:Tutorials")
- 16:43, 6 March 2026 Anthony talk contribs created page Category:Tutorials/Photography (Created page with "Category:Tutorials")
- 16:38, 6 March 2026 Anthony talk contribs created page Tutorials/Test Tutorial (Created page with "Test Photography and Audio Tutorial Category:Tutorials/Photography Category:Tutorials/Audio")
- 16:36, 6 March 2026 Anthony talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Recent Tutorials — horizontal scroll row on Main Page ( function () { // Only run on the main page if ( mw.config.get( 'wgPageName' ) !== 'Main_Page' ) return; var container = document.getElementById( 'recent-tutorials-row' ); if ( !container ) return; // Show a loading state container.innerHTML = '<div style="color:#aaa; font-size:0.9em; padding:8px 0;">Loading rece...")
- 16:30, 6 March 2026 Anthony talk contribs created page MediaWiki:Tagline (Created page with "Collaborate and unite to build a better world!")
- 16:25, 6 March 2026 Anthony talk contribs created page MediaWiki:Citizen-footer-tagline (Created page with "Visit our [https://forum.unfinishedprojects.net Forum] to Contact Staff · Donate [Coming Soon]")
- 16:22, 6 March 2026 Anthony talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "Collaborate and unite to build a better world!")
- 14:16, 6 March 2026 Anthony talk contribs created page Tutorials (Created page with "__NOTOC__ __NOEDITSECTION__ {{CategoryHeader | icon = mimetypes-text-x-generic | name = Community Tutorials | description = Step-by-step guides written by community members. Browse by topic below, or use the search box to find something specific. }} {{SectionHeader|title=Browse by Topic|icon=places-folder}} <categorytree mode="pages" hideroot="on">Tutorials</categorytree> {{SectionHeader|title=Submit a Tutorial|icon=actions-document-new}} <div style="back...")
- 14:12, 6 March 2026 Anthony talk contribs created page Template:TutorialCard (Created page with "<div style="display:inline-block; width:220px; margin:10px; padding:16px; border:1px solid #c8ccd1; background:#ffffff; vertical-align:top; border-radius:4px; box-shadow:0 1px 4px rgba(0,0,0,0.07); text-align:center;"> <div style="height:56px; display:flex; align-items:center; justify-content:center; margin-bottom:10px;">[[File:{{{icon|mimetypes-text-x-generic}}}.png|48px|link={{{link|}}}]]</div> <div style="font-weight:bold; font-size:1em; margin-bottom:5px;">{{{link|...")
- 13:42, 6 March 2026 Anthony talk contribs created page Template:CategoryCard (Created page with "<div style="display:inline-block; width:260px; margin:10px; padding:20px 16px; border:1px solid #c8ccd1; background:#ffffff; vertical-align:top; border-radius:4px; box-shadow:0 1px 4px rgba(0,0,0,0.07); text-align:center;"> <div style="height:72px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;">[[File:{{{icon|places-folder}}}.png|64px|link={{{link|}}}]]</div> <div style="font-weight:bold; font-size:1.1em; margin-bottom:7px;">{{{link|}}}|...")
- 03:05, 6 March 2026 Anthony talk contribs created page Template:CardGrid (Created page with "<div style="display:flex; flex-wrap:wrap; gap:4px; margin:8px 0;">{{{1|}}}</div><noinclude> == Usage == Pass any number of <code>{{ProjectCard}}</code> calls as the first parameter: <pre> {{CardGrid| {{ProjectCard|icon=apps-utilities-terminal|name=Server Tools|link=Server Tools|description=Scripts and utilities.}} {{ProjectCard|icon=mimetypes-text-x-generic|name=Docs|link=Documentation|description=All written guides.}} {{ProjectCard|icon=places-folder|name=Archive|link=A...")
- 02:46, 6 March 2026 Anthony talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: =================================================== Wiki Quick Start Guide — Custom Classes Add this entire block to MediaWiki:Common.css ===================================================: Callout boxes: .box-info { background: #e8f4fd; border-left: 4px solid #2196F3; padding: 12px 16px; margin: 12px 0; border-radius: 0 4px 4px 0; } .box-warning { background: #fff3cd; b...")
- 02:45, 6 March 2026 Anthony talk contribs created page Wiki Quick Start Guide/Style Gallery (Created page with "__TOC__ = Style Gallery = This page is a visual reference of ready-to-use style blocks. Each one can be copied directly into any page. For styles that require custom CSS classes, the required CSS is included — add it to MediaWiki:Common.css (requires administrator access). Go back to Wiki Quick Start Guide. --- == Callout Boxes (no CSS required) == These use only inline styles and work immediately on any page without touching Common.css. === Information B...")
- 02:43, 6 March 2026 Anthony talk contribs created page Wiki Quick Start Guide/Icons (Created page with "__TOC__ = Icons Reference = This wiki has the Tango Icon Library (64x64 PNG) fully uploaded. This page explains how to use those icons effectively in your pages. Go back to Wiki Quick Start Guide. --- == How Icons Are Stored == All icons are stored in the <code>File:</code> namespace, just like any other uploaded image. You can browse all of them at Special:ListFiles. The icons follow a flattened naming convention based on the Tango icon categories: <pre>...")
- 02:41, 6 March 2026 Anthony talk contribs created page Wiki Quick Start Guide/Templates (Created page with "__TOC__ = Templates Guide = Templates are one of the most powerful features of MediaWiki. This page explains what templates are, how to use them, and how to create your own. Go back to Wiki Quick Start Guide. --- == What Is a Template? == A template is a page in the <code>Template:</code> namespace whose content is designed to be embedded ("transcluded") into other pages. When you use <code><nowiki>{{MyTemplate}}</nowiki></code> in a page, MediaWiki replaces tha...")
- 02:40, 6 March 2026 Anthony talk contribs created page Wiki Quick Start Guide/Formatting (Created page with "__TOC__ = Formatting Reference = This page is a complete copy-paste reference for wikitext formatting. Every snippet on this page can be copied directly into any wiki page. Go back to Wiki Quick Start Guide. --- == Text Styling == {| class="wikitable" style="width:100%;" ! Wikitext !! Result |- | <code><nowiki>'''Bold'''</nowiki></code> || '''Bold''' |- | <code><nowiki>''Italic''</nowiki></code> || ''Italic'' |- | <code><nowiki>'''''Bold italic'''''</nowiki></co...")
- 02:39, 6 March 2026 Anthony talk contribs created page Wiki Quick Start Guide (Initial creation — Wiki Quick Start Guide)
- 02:26, 6 March 2026 Anthony talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 00:26, 6 March 2026 Anthony talk contribs created page Template:SectionHeader (Created page with "<div style="margin-top: 30px; margin-bottom: 15px; border-bottom: 3px solid #3465a4; padding-bottom: 5px; display: flex; align-items: center;"> <h2 style="margin: 0; color: #3465a4; font-family: sans-serif;">{{{title}}}</h2> </div>")
- 00:25, 6 March 2026 Anthony talk contribs created page Template:HubHeader (Created page with "<div style="background: #f0f0f0; border: 2px solid #888; padding: 25px; text-align: center; border-radius: 4px; margin-bottom: 20px; box-shadow: inset 0 0 10px #ddd;"> <h1 style="margin: 0; color: #2e3436; font-family: sans-serif;">{{{title}}}</h1> <h3 style="margin: 5px 0; color: #555; font-weight: normal; font-style: italic;">{{{subtitle}}}</h3> <p style="margin-top: 15px; font-size: 1.1em; line-height: 1.5;">{{{description}}}</p> </div>")
- 00:19, 6 March 2026 Anthony talk contribs created page Template:ProjectCard (Created page with "<div style="display: inline-block; width: 250px; margin: 10px; padding: 15px; border: 1px solid #ccc; background: #f9f9f9; vertical-align: top; border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.05); text-align: center;"> <div style="height: 50px; margin-bottom: 10px;"> [[File:{{{icon}}}.png|48px|link={{{link}}}]] </div> <div style="font-weight: bold; font-size: 1.1em; margin-bottom: 5px;">[[{{{link}}}|{{{name}}}]]</div> <div style="font-size: 0.9em; co...")
- 00:03, 6 March 2026 Anthony talk contribs created page Template:CategoryHeader (Created page with "<div style="background: #e0e0e0; border: 2px solid #999; padding: 20px; margin-bottom: 20px; display: flex; align-items: center;"> <div style="margin-right: 20px;"> [[File:{{{icon}}}.svg|64px]] </div> <div> <h1 style="margin: 0;">{{{name}}}</h1> <p style="margin: 5px 0 0 0;">{{{description}}}</p> </div> </div>")
- 23:25, 4 March 2026 User account Anthony talk contribs was created