Contributing to the Wiki: Difference between revisions

Line 44: Line 44:


== Tables ==  
== Tables ==  
This code:


<pre>
<pre>
Line 49: Line 51:
|+ style="caption-side:top; |'''Table Caption'''
|+ style="caption-side:top; |'''Table Caption'''
|-
|-
! Python Version !! Python Path !! Python Modules Installed 
! Header 1 !! Header 2 !! Header 3
|-
|-
| 3.9 || #!/usr/bin/python3.9 || [https://krydos2.heliohost.org/pyinfo/info3.9.py View]
| Cell 1 || Cell 2 || Cell 3
|-
|-
| 3.12 || #!/usr/bin/python3.12 || [https://krydos2.heliohost.org/pyinfo/info3.12.py View]
| Cell 1 with [https://heliohost.org link || Cell 2 with [https://heliohost.org link || Cell 3 with [https://heliohost.org link
|}
|}
</pre>
</pre>
Will display as:
{| class="wikitable" style="margin:auto"
|+ style="caption-side:top; |'''Table Caption'''
|-
! Header 1 !! Header 2 !! Header 3
|-
| Cell 1 || Cell 2 || Cell 3
|-
| Cell 1 with [https://heliohost.org link || Cell 2 with [https://heliohost.org link || Cell 3 with [https://heliohost.org link
|}


= 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:15, 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

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
|-
| Cell 1 with [https://heliohost.org link || Cell 2 with [https://heliohost.org link || Cell 3 with [https://heliohost.org link
|}

Will display as:

Table Caption
Header 1 Header 2 Header 3
Cell 1 Cell 2 Cell 3
Cell 1 with [https://heliohost.org link Cell 2 with [https://heliohost.org link Cell 3 with [https://heliohost.org link

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:15.