Contributing to the Wiki
Contributing
We welcome contributions to our community powered Wiki
Before editing a file, please read our Documentation Style Guide, to help us maintain consistency across user guidance documentation.
Find the file you would like to edit, and then edit it.
Formatting Hints
Use MediaWiki's Text Formatting Guide, their Cheatsheet, and their Image Guide for screenshots.
Headers
Using H2 headers for title sections can be done with the following code:
== Title Section ==
Info
{{Info|this is info text}}
Caution
{{Caution|this is Caution text}}
Danger
{{Danger|this is danger text}}
Tables
This code:
{| class="wikitable" style="margin:auto" |+ style="caption-side:top; |'''Table Caption''' |- ! Header 1 !! Header 2 !! Header 3 |- | Cell 1 || Cell 2 || Cell 3 |- | [https://heliohost.org Link 1] || [https://heliohost.org Link 2] || [https://heliohost.org Link 3] |}
Will display as:
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Link 1 | Link 2 | Link 3 |
Other Ways to Help
There are many other ways you can help us keep improving. Learn how you can contribute to our community on our How You Can Help page.
This page was last edited on 22 January 2025, at 05:20.