Wikifang:Sandbox: Difference between revisions

From Wikifang, a definitive guide to Telefang, Dino Device and Bugsite
Jump to navigation Jump to search
No edit summary
(Created page with "This is just to show people how to create a table, since I've heard from several people that they've had little experience with them. Click the Edit button top to see the syntax....")
Line 1: Line 1:
{{sandbox}}
This is just to show people how to create a table, since I've heard from several people that they've had little experience with them. Click the Edit button top to see the syntax.
<!--COMMENT  Please do not make any changes above this line.
                        Feel free to make any changes below.
                        This is the sandbox where you can play and try out wiki editing safely. -->


This page is for any tests.
{| width="500" border="1" style="background: #FFEEDD;" <!-- {| starts a table and you can put HTML syntax after it -->
 
|- style="background: #EEFFDD;" <!-- |- starts a table row and once again you can put HTML syntax after it -->
Welcome to the sandbox!
! Header 1 <!-- ! creates a table header, like the <th> tag -->
 
! style="background: #DDEEFF;" | Header 2 <!-- You can put HTML syntax for each header or cell too, but make sure to put a pipe (|) after the HTML syntax -->
Anyone can edit this.
! Header 3 !! Header 4 !! style="background: #FFDDEE;" | Header 5 <!-- You can put multiple header cells in one column, just separate them with !!. Also if you plan to use HTML in any cell, you can, but don't forget to use a single pipe (|) after it -->
 
|- <!-- A new row -->
==Simple Editing==
| Cell 1 <!-- Use pipes (|) instead of exclamation marks (!) for ordinary (non-header) cells -->
 
| Cell 2
To edit a page, click on the "edit" tab, usually near the top of the page.  Then, edit the box in the page. Feel free to practice here, on this page.  It's here just for you to practice.
| Cell 3 || style="color: #808000;" | Cell 4 || Cell 5 <!-- Same things with headers are possible here -->
 
|-
A blank line indicates a paragraph separation.
| Cell 6 || Cell 7 || Cell 8 || Cell 9 || Cell 10
 
|-
You can link to another page by putting the name or title of that page in double square brackets.
| style="color: #008080;" | Cell 11
<nowiki>[[Main Page]]</nowiki> becomes [[Main Page]].
| Cell 12
 
| Cell 13
==Simple Formatting==
| Cell 14
 
| Cell 15
Create headers by putting text inbetween repeated equal (=) signs.  The more =, the lower level the heading is.
|-
 
| &#124; <!-- If you need to use a literal pipe, use &#124; to prevent parsing issues -->
Create a bulleted list by starting each item with an asterick (*)
| &#124;
* it's ok to make editing mistakes
| &#124;
* you can preview your work before saving it
| &#124;
* even after saving it, you or someone else can edit it again to make it even better
| &#124;
 
|} <!-- |} ends the table -->
==Formatting for Emphasis==
 
Put single quote marks around words or phrases for formatting emphasis.
 
Two single quotes, like <nowiki>''italics''</nowiki> will create ''italics''.
 
Three single quotes, like <nowiki>'''bold text'''</nowiki> will create '''bold text'''.
 
----
Other stuff...
 
If you know HTML or CSS formatting commands, they can also be used in this wiki.  One useful HTML command is <nowiki><br /></nowiki> which creates a line break.
 
If you want to show what a command looks like, rather than actually implementing the command, surround it with the '''nowiki''' command.

Revision as of 13:17, 7 February 2011

This is just to show people how to create a table, since I've heard from several people that they've had little experience with them. Click the Edit button top to see the syntax.

Header 1 Header 2 Header 3 Header 4 Header 5
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5
Cell 6 Cell 7 Cell 8 Cell 9 Cell 10
Cell 11 Cell 12 Cell 13 Cell 14 Cell 15
| | | | |