Site Map | --All Pages-- | --Github Commits--, Issues | Possible Initiatives | Open-source Society Project | Main Prototype website | Sub-reddit -- This documentation wiki is under construction
Javul:Sandbox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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. | ||
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 8: | Line 8: | ||
* https://www.mediawiki.org/wiki/Help:Editing | * https://www.mediawiki.org/wiki/Help:Editing | ||
==Sandbox Edits begin below== | |||
Edit here, blah blah. | Edit here, blah blah. | ||
Line 18: | 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 | |||
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 --> | |||
|- <!-- Next Row separator--> | |||
! Header text 1 !! Header text 2 <!-- This is the Header row --> | |||
|- | |||
| 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]
- https://www.mediawiki.org/wiki/Help:Formatting -- basic formatting for bullets, headlines, bold, italics, etc
- https://www.mediawiki.org/wiki/Help:Links -- how to make links to internal pages and external links
- https://www.mediawiki.org/wiki/Help:Editing
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 |