Help:Tutorial/2: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Daevaorn (talk | contribs)
m placeholder
 
Seytra (talk | contribs)
m typos
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{WTProgress|'''[[Help:Tutorial|PSWiki-Tutorial]]'''||1/7|2=&nbsp; ■ ■ <span style="visibility:hidden;">■ ■ ■ ■ ■</span> &nbsp;}}
{{WTProgress|'''[[Help:Tutorial|PSWiki-Tutorial]]'''||2/7|2=&nbsp; ■ ■ <span style="visibility:hidden;">■ ■ ■ ■ ■</span> &nbsp;}}
{{Navbar|Help:Tutorial/1|Help:Tutorial|Help:Tutorial/3}}
 
Now let's have a look into '''formating''' text:
 
The most simple formats are '''bold''' and ''italic''.
 
You achieve this by enclosing text between two respectively three apostrophes at a time. <tt><nowiki>'''bold'''</nowiki></tt> results in '''bold''' and <tt><nowiki>''italic''</nowiki></tt> becomes ''italic'' in wiki pages. Of course there is also the possibility to combine <tt><nowiki>'''''bold & italic'''''</nowiki></tt> to get '''''bold & italic'''''.
 
Using the asterisk (*) as first character of a new line generates '''bullet points''' , with a hash, or sharp sign (#) instead you'll get a '''numbered list''':
 
{|
|
<nowiki>* one,
* another one,
* and the last one</nowiki>
| align="center" valign="middle" | &nbsp; &nbsp; ''becomes'' &nbsp; &nbsp;
|
* one,
* another one,
* and the last one
| align="center" valign="middle" | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
|
<nowiki># first,
# second,
# third</nowiki>
| align="center" valign="middle" | &nbsp; &nbsp; ''becomes'' &nbsp; &nbsp;
|
# first,
# second,
# third
|}
 
Using equal signs (=) you define a '''section heading''': Enter text enclosed between two equal signs at a time results in a <tt><nowiki>==&nbsp;Main section heading&nbsp;==</nowiki></tt>, such as
== Main section heading ==
 
One more equal sign before and after the text, for example <tt><nowiki>===&nbsp;Sub section heading&nbsp;===</nowiki></tt>, generates
=== Sub section heading ===
and so on: Sub subsection heading using four equal signs, ...
 


[[Help:Tutorial/3|'''Continue''' ...]]
[[Help:Tutorial/3|'''Continue''' ...]]


[[Category:WikiTutorial|2]]
[[Category:WikiTutorial|2]]

Latest revision as of 00:05, 5 June 2010

PSWiki-Tutorial
    ■ ■ ■ ■ ■ ■ ■   2/7  

← Previous | ↑ Top | Next →

Now let's have a look into formating text:

The most simple formats are bold and italic.

You achieve this by enclosing text between two respectively three apostrophes at a time. '''bold''' results in bold and ''italic'' becomes italic in wiki pages. Of course there is also the possibility to combine '''''bold & italic''''' to get bold & italic.

Using the asterisk (*) as first character of a new line generates bullet points , with a hash, or sharp sign (#) instead you'll get a numbered list:

* one,
* another one,
* and the last one
    becomes    
  • one,
  • another one,
  • and the last one
               
# first,
# second,
# third
    becomes    
  1. first,
  2. second,
  3. third

Using equal signs (=) you define a section heading: Enter text enclosed between two equal signs at a time results in a == Main section heading ==, such as

Main section heading

One more equal sign before and after the text, for example === Sub section heading ===, generates

Sub section heading

and so on: Sub subsection heading using four equal signs, ...


Continue ...