Help:Contents
From G-Shock Wiki
Contents |
[edit] General Guidleines
Do your best to submit and/or edit the content, but someone else can clean up any raw content if you post it somewhere on the site.
If you would rather email a submission or a link to something useful, please contact mygshock.com - http://mygshock.com/contact/
This site is a wok in progress, so feel free to offer suggestions for improvement.
[edit] Italics & Bold Fonts
You can italicize text by putting 2 apostrophes on each side.
''ITALIC TEXT''
Displays:
ITALIC TEXT
3 apostrophes will embolden the text.
'''BOLD TEXT'''
Displays:
BOLD TEXT
5 apostrophes will embolden and italicize the text.
'''''BOLD & ITALIC TEXT'''''
Displays:
BOLD & ITALIC TEXT
(4 apostrophes don't do anything special -- there's just 'one left over'.)
[edit] Section Headings
Place two equals signs before and after header text.
==Section Headings==
Displays the above heading for this section.
[edit] Sub Headings
===Sub Headings===
Displays the above sub-heading for this sub-section.
[edit] Lists
Use asterisks for unordered lists.
* ''Unordered lists'' are easy to do:
** Start every line with a star.
*** More stars indicate a deeper level.
*: Previous item continues.
** A new line
* in a list
marks the end of the list.
* Of course you can start again.
Displays:
- Unordered lists are easy to do:
- Start every line with a star.
- More stars indicate a deeper level.
- Previous item continues.
- A new line
- Start every line with a star.
- in a list
marks the end of the list.
- Of course you can start again.
Use number signs for ordered lists.
# ''Numbered lists'' are:
## Very organized
## Easy to follow
A new line marks the end of the list.
# New numbering starts with 1.
Displays:
- Numbered lists are:
- Very organized
- Easy to follow
A new line marks the end of the list.
- New numbering starts with 1.
[edit] Links & New Pages
Place two brackets on each side of some text to create a link to an internal wiki page.
Important: A new page will be created if it doesn't exist yet. Just do this to cerate a new page for the G-Shock Wiki. If pages grow too large they should be broken up into several new pages.
Here's a link to the [[Main Page]].
Displays:
Here's a link to the Main Page.
External links will be made clickable automatically if you preface it with "http://" followed by the full valid web address.
http://forums.watchuseek.com/forumdisplay.php?f=17
Displays:
http://forums.watchuseek.com/forumdisplay.php?f=17
[edit] Embed Photos From Other Sites
Just type the full address of the photo's location starting with "http://".
http://i244.photobucket.com/albums/username/photo-name.jpg
[edit] Upload & Embed Photos
Upload a photo here: http://mygshock.com/guide/index.php/Special:Upload
Then just embed the photo by putting the file name between double brackets with "Image:" in front of the file name.
[[Image:Master-Blue-Trio-01.jpg]]
Displays:
[edit] Tables
You can place data in table form using the below syntax:
{| class="wikitable"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
Displays:
| header 1 | header 2 | header 3 |
|---|---|---|
| row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
| row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
[edit] Further Reading
[edit] Test in the Sandbox
- Sandbox (play with sample code and see how it looks)

