Front Page

The notes I always wanted... 

<div style="border: 2px solid #ffeb3b; background-color: #fffde7; padding: 1em; font-size: 1.1em;">
<strong>🛠️ MediaWiki Editing Tips</strong>
* Use <code>[[Page Name]]</code> to link between pages.  
* Use <code>[[:Category:Name]]</code> to link to a category without adding the page to it.  
* Add <code>__TOC__</code> to control where the Table of Contents appears.  
* Leave hidden notes with <code>&lt;!-- comments --&gt;</code> for drafts.  
* Always click <strong>“Show Preview”</strong> before saving.  
* Sign Talk page comments with <code>~~~~</code> to add your name + timestamp.  
</div>

 

README page

= Project README =

Welcome to the new MediaWiki-based documentation hub!

This wiki is the central repository for all scientific, technical, and collaborative documents. We hope you enjoy using this new platform—it’s fast, extensible, and designed with collaboration in mind.

== Key Features ==

  • Clean, simple interface for editing and reading.
  • Full revision history of all changes.
  • Monthly publication workflow with admin approval.
  • Flexible publishing options for everyday contributors.

== Edits and Changes == 

A typical edit:

  • You can approve your own edits by checking the '''Approve''' box under Document History. Until the Approve has been checked, your document remains in draft mode, and your updates are not publicly shared.
  • Use the '''Edit Summary''' field to describe your change—it helps reviewers and collaborators understand what’s new.

ABC Edits:

The approval process for ABC requires two steps for Approval and Publication:

  • Check the '''Approve''' box under Document History to publish changes.
  • Tag the document with the appropriate category:
    [[:Category:ROUTINE_4.123|View Routine 4.123 approved docs]]

This practice is encouraged across the wiki and ensures clarity and accountability in our shared workspace.

== Collaboration Tips == MediaWiki is built with team editing in mind:

  • Every page keeps a full '''revision history''', so nothing is lost.
  • Use the '''Discussion''' tab to collaborate or request feedback.
  • If two people try to edit at the same time, the system will flag a '''conflict'''. You’ll be guided through merging edits to avoid overwrites.

These tools promote thoughtful collaboration—even if you’re not working side by side.

== Editor FAQ == New to editing the wiki? You’re not alone! We’re building a collection of short how-to pages that answer common questions and walk you through editing best practices.

Example topics:

  • How do I edit a page?
  • What happens when I save changes?
  • What does the Approve box do?
  • How do I link to another page or category?

Each FAQ entry lives on its own page so it can grow over time. You’ll find them linked under the FAQ category, and we encourage you to contribute your own tips!

''We can’t theme boxes (yet!) but imagine this section in a nice, friendly highlight box — wouldn’t that be something?''

== ⚙️ Technical Notes ==

'''Quick tips for sysadmins and technical users'''

  • '''To enable a new extension or change something that affects the database schema:'''
    Run: php maintenance/update.php
  • '''Editing LocalSettings.php for config values (like user groups)?'''
    → No need for update.php — just reload the browser.
  • '''Need to reset a user's password?'''
    Use phpMyAdmin to override the 10-character password check:

    Go to the user table.

    Find the user row and edit it.

    Replace user_password with a valid MediaWiki hash or set it to null.

This small distinction can save you hours of troubleshooting. 🙃

== Questions? == Reach out to the admin group or submit a comment on the discussion tab.

Â