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><!-- comments --></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.
Â