"Pang-chān:Pian-chi̍p" pán-pún chi-kan bô-kāng--ê tē-hng

刪去的內容 新增的內容
A-giâuthó-lūn | kòng-hiàn
~ +ta̍h-oē-thâu
Pektiongthó-lūn | kòng-hiàn
無編輯摘要
Tē 4 chōa:
*[[:zh:Wikipedia:如何編輯頁面]] (Hôa-bûn)
*[[:ja:Wikipedia:編集の仕方]] (Ji̍t-bûn)
 
== Sió siu-kái ==
== Wiki gí-hoat ==
=== Sections, paragraphs, lists and lines ===
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<th>Beh khòaⁿ-khì-lâi chhiūⁿ an-ne</th>
<th>Lí ài phah</th>
</tr>
<tr>
<td>
Tōaⁿ-lo̍h ê thâu:
 
<!-- This is the original
== Tōaⁿ-lo̍h ==
=== Sub-Tōaⁿ-lo̍h ===
==== Sub-sub-Tōaⁿ-lo̍h ====
-->
 
<!-- next set
<h2> Tōaⁿ-lo̍h </h2>
<h3> Sub-Tōaⁿ-lo̍h </h3>
<h4> Sub-sub-Tōaⁿ-lo̍h </h4>
-->
 
<!-- This code prevents confusion in the section editing feature-->
<b><font style="font-size:120%"> Tōaⁿ-lo̍h </font></b>
 
<b><font style="font-size:110%"> Sub-Tōaⁿ-lo̍h</font></b>
 
<b><font style="font-size:100%"> Sub-sub-Tōaⁿ-lo̍h</font></b>
 
</td>
<td><pre><nowiki>
 
== Tōaⁿ-lo̍h ==
 
=== Sub-Tōaⁿ-lo̍h ===
 
==== Sub-sub-Tōaⁿ-lo̍h ====
</nowiki></pre>
</td>
</tr>
<tr>
<td>
[[en:newline|Newline]]:
 
A single
newline
has no
effect on the
layout.
 
But an empty line
starts a new paragraph.
 
(<nowiki><p></nowiki> disables this paragraphing until <nowiki></p></nowiki> or the end of the section)
 
</td>
<td>
<pre><nowiki>
 
A single
newline
has no
effect on the
layout.
 
But an empty line
starts a new paragraph.</nowiki></pre>
</td>
</tr>
<tr valign="top"><td>You can break lines<br/>
without starting a new paragraph.</td>
<td><pre><nowiki>You can break lines<br/>
without starting a new paragraph.</nowiki></pre>
</td>
</tr>
<tr>
<td>
* Lists are easy to do:
** start every line with a star
*** more stars means deeper levels
</td>
<td><pre><nowiki>* Lists are easy to do:
** start every line with a star
*** more stars means deeper levels
</nowiki></pre>
</td>
</tr>
<tr>
<td>
# Numbered lists are also good
## very organized
## easy to follow
</td>
<td><pre><nowiki># Numbered lists are also good
## very organized
## easy to follow</nowiki></pre>
</td>
</tr>
<tr>
<td>
* You can even do mixed lists
*# and nest them
*#* like this<br>or have newlines<br>inside lists
</td>
<td><pre><nowiki>* You can even do mixed lists
*# and nest them
*#* like this<br>or have newlines<br>inside lists</nowiki></pre>
</td>
</tr>
<tr>
<td>
* You can also
**break lines<br>inside lists<br>like this
</td>
<td><pre><nowiki>* You can also
**break lines<br>inside lists<br>like this</nowiki></pre>
</td>
<tr>
<td>
; Definition list : list of definitions
; item : the item's definition
</td>
<td><pre><nowiki>; Definition list : list
of definitions
; item : the item's definition</nowiki></pre>
</td>
</tr>
<tr>
<td>
:A colon indents a line or paragraph.
A manual newline starts a new paragraph.
* This is primarily for displayed material, but is also used for discussion on [[Help:Talk page|Talk page]]s.
</td>
<td><pre><nowiki>: A colon indents a line or paragraph.
A manual newline starts a new paragraph.
</nowiki></pre>
</td>
</tr>
<tr valign=top>
<td>
<pre><nowiki>IF a line of plain text starts with a space THEN
it will be formatted exactly
as typed;
in a fixed-width font;
lines won't wrap;
ENDIF
this is useful for:
* pasting preformatted text;
* algorithm descriptions;
* program source code
* ASCII art;
* chemical structures;</nowiki></pre>
 
WARNING If you make it wide,
you [[en:page widening|force the whole page to be wide]] and
hence less readable. Never start ordinary lines with spaces.<br>
<center>(see also below)</center>
</td>
<td><pre><nowiki> IF a line of plain text starts with a space THEN
it will be formatted exactly
as typed;
in a fixed-width font;
lines won't wrap;
ENDIF
this is useful for:
* pasting preformatted text;
* algorithm descriptions;
* program source code
* ASCII art;
* chemical structures;</nowiki></pre></td>
</tr>
<tr valign="top"><td><center>Centered text.</center>
</td>
<td><pre><nowiki><center>Centered text.</center></nowiki></pre>
</td>
</tr>
<tr>
<td>A [[en:horizontal dividing line|horizontal dividing line]]: above
----
 
and below.
 
Mainly useful for separating threads on Talk pages.
</td>
<td><pre><nowiki>A horizontal dividing line: above
----
and below. </nowiki></pre>
</td>
</tr>
</table>