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: '''bold text'''
- Italic: ''italic text''
- Bold Italic: '''''italic text'''''
- Bold Italic: ~~italic text~~
- Lists:
- Unordered: * Item 1
- Nested: ** Sub-item
- Ordered: # Step 1
- Links:
- Internal: [[Page Name]]
- External: [https://example.com Label]
- Images: [[File:example.png|Alt text]]
- Code Blocks: Use indentation or the ``` for preformatted text.
Advanced Formatting
- Tables:
{| class="wiki-table"
! Header 1
! Header 2
|-
| Row 1, Col 1
| Row 1, Col 2
|}
- Templates: Reusable content blocks.
- Example: {{Infobox|title=Example|content=Details}}
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.