Contributing to the Wiki: Difference between revisions

Line 42: Line 42:
To use a Danger code block, use:}}
To use a Danger code block, use:}}
<pre>{{Danger|this is danger text}}</pre>
<pre>{{Danger|this is danger text}}</pre>
== Tables ==
<pre>
{| class="wikitable" style="margin:auto"
|+ style="caption-side:top; |'''Table Caption'''
|-
! Python Version !! Python Path !! Python Modules Installed 
|-
| 3.9 || #!/usr/bin/python3.9 || [https://krydos2.heliohost.org/pyinfo/info3.9.py View]
|-
| 3.12 || #!/usr/bin/python3.12 || [https://krydos2.heliohost.org/pyinfo/info3.12.py View]
|}
</pre>


= Other Ways to Help =
= 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|How You Can Help]] page.
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|How You Can Help]] page.

Revision as of 02:09, 26 October 2024

Testing Info Blocks

Here is a link and some more text.

Here is a link and some more text.

Here is a link and some more text.

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.

Info

To use an Info code block, use:

{{Info|this is info text}}

Caution

To use a Caution code block, use:

{{Caution|this is Caution text}}

Danger

To use a Danger code block, use:

{{Danger|this is danger text}}

Tables

{| class="wikitable" style="margin:auto"
|+ style="caption-side:top; |'''Table Caption'''
|-
! Python Version !! Python Path !! Python Modules Installed  
|-
| 3.9 || #!/usr/bin/python3.9 || [https://krydos2.heliohost.org/pyinfo/info3.9.py View]
|-
| 3.12 || #!/usr/bin/python3.12 || [https://krydos2.heliohost.org/pyinfo/info3.12.py View]
|}

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 26 October 2024, at 02:09.