Javul:Sandbox: Difference between revisions

From Javul
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
This is a Sandbox for practicing edits and playing with the editor.
This is a Sandbox for practicing edits and playing with the editor.


Just playing with the Editing toolbar and see what options are available. Get familiar with the formatting options. Remember that this wiki is based on Mediawiki, the same software that Wikipedia uses so the formatting methods you learn here can also be used on Wikipedia. Mediawiki formatting is pretty simple.
Click on the 'Edit' tab and just play with the Editing toolbar and see what options are available. Get familiar with the formatting options. Remember that this wiki is based on Mediawiki, the same software that Wikipedia uses so the formatting methods you learn here can also be used on Wikipedia. Mediawiki formatting is pretty simple.


===Helpful links===
===Helpful links===
Line 17: Line 17:
* https://www.mediawiki.org/wiki/Help:Editing
* https://www.mediawiki.org/wiki/Help:Editing
* [https://www.mediawiki.org/wiki/Help:Editing Editing]
* [https://www.mediawiki.org/wiki/Help:Editing Editing]
<!-- This is just an editing comment only visible in the Editing interface. Its used for helpful notes when in the Editing software. You will normally not use these -->


;Table
;Table
{| class="wikitable"
Tables are simple, just click on the table icon to create a table. Notice how the rows/columns are edited:
|-
{| class="wikitable"   <!-- This starts the table. It also adds borders and visual effects -->
! Header text 1 !! Header text 2
|-   <!-- Next Row separator-->
|-
! Header text 1 !! Header text 2     <!-- This is the Header row -->
| Example 3 || Example 4
|-
|-
| Example 5 || Example 6
| Example 3 || Example 4    <!-- 1st row. Notice the columns are separated by the Pipe character | -->
|- 
| Example 5 || Example 6     <!-- data for the 2nd row -->
|}
|}

Latest revision as of 15:48, 24 June 2019

This is a Sandbox for practicing edits and playing with the editor.

Click on the 'Edit' tab and just play with the Editing toolbar and see what options are available. Get familiar with the formatting options. Remember that this wiki is based on Mediawiki, the same software that Wikipedia uses so the formatting methods you learn here can also be used on Wikipedia. Mediawiki formatting is pretty simple.

Helpful links[edit source]

Sandbox Edits begin below[edit source]

Edit here, blah blah.

  • Bullet 1
  • Bullet 2

Links:


Table

Tables are simple, just click on the table icon to create a table. Notice how the rows/columns are edited:

Header text 1 Header text 2
Example 3 Example 4
Example 5 Example 6