This page explains how to edit content in the wiki, including creating, updating, and formatting pages.
== Accessing the Editor ==
* Navigate to the page you want to edit.
* Click the '''Edit''' button at the top of the page.
* The editor supports both plain text, HTML and '''LGWL''' syntax for formatting content.
== Basic Formatting ==
* '''Headings''': Use = signs to define headings.
** Example: == Section Title ==
* '''Bold, Italic and Stroke''':
** Bold: <nowiki>'''bold text'''</nowiki>
** Italic: <nowiki>''italic text''</nowiki>
** Bold Italic: <nowiki>'''''italic text'''''</nowiki>
** Bold Italic: <nowiki>~~italic text~~</nowiki>
* '''Lists''':
** Unordered: * Item 1
** Nested: ** Sub-item
** Ordered: # Step 1
* '''Links''':
** Internal: <nowiki>[[Page Name]]</nowiki>
** External: <nowiki>[https://example.com Label]</nowiki>
* '''Images''': <nowiki>[[File:example.png|Alt text]]</nowiki>
* '''Code Blocks''': Use indentation or the <nowiki>```</nowiki> for preformatted text.
== Advanced Formatting ==
* '''Tables''':
<nowiki>
{| class="wiki-table"
! Header 1
! Header 2
|-
| Row 1, Col 1
| Row 1, Col 2
|}
</nowiki>
* '''Templates''': Reusable content blocks.
** Example: <nowiki>{{Infobox|title=Example|content=Details}}</nowiki>
== Saving Changes ==
* After editing, enter a brief '''Edit Summary''' describing your changes.
* Click '''Save'''/'''Create''' to apply your edits.
* If you want to discard changes, click '''Cancel'''.
== Best Practices ==
* Preview your edits before saving to check formatting.
* Use clear and descriptive headings.
* Keep content concise and well-organized.
* Use templates for consistent styling across pages.
* Avoid breaking links or removing references.
== Troubleshooting ==
* If formatting looks wrong, check your [[LGWL]] syntax.
* For missing pages or broken links, verify the page name and capitalization.
* Use the preview function to ensure external links and images display correctly.
Viewing old revision of Editing_Pages
You are viewing an old revision of this page from 11/8/2025, 8:23:18 PM.
View latest version