Help:Demo Page for new editors: Difference between revisions
Jump to navigation
Jump to search
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Effects of | == Effects of edit buttons == | ||
* '''Bold text''' | * '''Bold text''' | ||
* ''Italic text'' | * ''Italic text'' | ||
* [[Link title]] | * [[Link title]] | ||
* [http://www.example.com link title] | * [http://www.example.com link title] | ||
* <nowiki>== Insert level II headline == </nowiki> | |||
* [[Image:Example.jpg]] | * [[Image:Example.jpg]] | ||
* [[Media:Example.ogg]] | * [[Media:Example.ogg]] | ||
* <math>Insert formula here</math> | * <math>Insert formula here</math> | ||
* <nowiki>Insert non-formatted text here</nowiki> | * <nowiki>Insert non-formatted text here</nowiki> | ||
--[[User:Moleski|Moleski]] 01:17, 31 January 2009 (UTC) | * <nowiki>~~~~</nowiki> -- Produces your signature, like this: [[User:Moleski|Moleski]] 01:17, 31 January 2009 (UTC) | ||
'''Horizontal line''' | '''Horizontal line''' | ||
---- | ---- | ||
:{|class=wikitable border=1 cellpadding=5 | == Other easy codes == | ||
* <nowiki><big>This is big.</big></nowiki> == > <big>This is big.</big> | |||
* <nowiki><small>This is small.</small></nowiki> == > <small>This is small.</small> | |||
* <nowiki><s>This is struck out.</s></nowiki> == > <s>This is struck out.</s> | |||
* <nowiki><tt>This is a fixed width font.</tt></nowiki> == > <tt>This is a fixed width font.</tt> | |||
* <nowiki><code>This is how code looks.</code></nowiki> == > <code>This is how code looks.</code> | |||
If you leave a space or a tab on a line, it will be treated as pre-formatted. | |||
* For longer comments, try <nowiki><pre>preformated tags</pre></nowiki> | |||
<pre> | |||
This comment is in between "pre" tags. | |||
I can go on and on. And often do. | |||
~~~~ Drat. Doesn't get signed. So I'll put my signature after the closing "pre" tag. | |||
</pre>[[User:Moleski|Moleski]] 17:58, 9 February 2009 (UTC) | |||
{|style="background: #CFFED6;" cellpadding=5 | |||
|- | |||
| A one column, one row table might be better for dropping comments on a page. | |||
Here is a handy hint: make your handy hints easy to clean out in one fell swoop. | |||
This could even become a template. If it works. | |||
:[[User:Moleski|Moleski]] 17:58, 9 February 2009 (UTC) | |||
|} | |||
<nowiki>{{hint|So now we have a hint template.|~~~~}}</nowiki> | |||
{{hint|So now we have a hint template.|[[User:Moleski|Moleski]] 18:16, 9 February 2009 (UTC)}} | |||
== Sample tables == | |||
:{|class=wikitable border=1 cellpadding=5 | |||
{| class=wikitable border=1 cellpadding=5 | |||
|+ table name | |+ table name | ||
|- | |- | ||
| Line 27: | Line 54: | ||
| row 2, cell 2 | | row 2, cell 2 | ||
| row 2, cell 3 | | row 2, cell 3 | ||
|} | |||
Centering trick: <nowiki>{|class=wikitable border=1 cellpadding=5 style="margin: 1em auto 1em auto;"</nowiki> | |||
{|class=wikitable border=1 cellpadding=5 style="margin: 1em auto 1em auto;" | {|class=wikitable border=1 cellpadding=5 style="margin: 1em auto 1em auto;" | ||
| Line 45: | Line 72: | ||
| row 2, cell 2 | | row 2, cell 2 | ||
| row 2, cell 3 | | row 2, cell 3 | ||
|-|} | |} | ||
'''Sortable table''' | |||
{| class="sortable" border=1 cellpadding=5 | |||
|+ table name | |||
|- | |||
! header 1 | |||
! header 2 | |||
! header 3 | |||
|- | |||
| This | |||
| is | |||
| a | |||
|- | |||
| very | |||
| dumb | |||
| example. | |||
|} | |||
{| style="border: 0px; border-collapse: none;" cellpadding=5 | |||
|+ Borderless | |||
|- | |||
! 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 | |||
|} | |||
{| style="border: 0px; border-collapse: none; margin: 1em auto 1em auto;" cellpadding=5 | |||
|+ Borderless Centered | |||
|- | |||
! 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 | |||
|} | |||
== How to create a draft page in your own namespace == | |||
[[User:Moleski/test]] | |||
== How to create clickable links == | |||
'''Basic syntax:''' | |||
<nowiki><span class="plainlinks">[http://destination_URL image_URL]</span></nowiki> | |||
'''Example:''' | |||
<span class="plainlinks">[http://tighar.org http://tighar.org/logos/newlogo.gif]</span> | |||
All of the logos on the front page are now clickable image links. | |||
Latest revision as of 03:31, 10 October 2009
Effects of edit buttons
- Bold text
- Italic text
- Link title
- link title
- == Insert level II headline ==

- Media:Example.ogg
- <math>Insert formula here</math>
- Insert non-formatted text here
- ~~~~ -- Produces your signature, like this: Moleski 01:17, 31 January 2009 (UTC)
Horizontal line
Other easy codes
- <big>This is big.</big> == > This is big.
- <small>This is small.</small> == > This is small.
- <s>This is struck out.</s> == >
This is struck out. - <tt>This is a fixed width font.</tt> == > This is a fixed width font.
- <code>This is how code looks.</code> == >
This is how code looks.
If you leave a space or a tab on a line, it will be treated as pre-formatted.
- For longer comments, try <pre>preformated tags</pre>
This comment is in between "pre" tags. I can go on and on. And often do. ~~~~ Drat. Doesn't get signed. So I'll put my signature after the closing "pre" tag.
Moleski 17:58, 9 February 2009 (UTC)
| A one column, one row table might be better for dropping comments on a page.
Here is a handy hint: make your handy hints easy to clean out in one fell swoop. This could even become a template. If it works.
|
{{hint|So now we have a hint template.|~~~~}}
So now we have a hint template.
|
Sample tables
table name 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 Centering trick: {|class=wikitable border=1 cellpadding=5 style="margin: 1em auto 1em auto;"
table name 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 Sortable table
table name header 1 header 2 header 3 This is a very dumb example. Borderless 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 Borderless Centered 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 How to create a draft page in your own namespace
How to create clickable links
Basic syntax:
<span class="plainlinks">[http://destination_URL image_URL]</span>
Example:
http://tighar.org/logos/newlogo.gif
All of the logos on the front page are now clickable image links.