Menulis Artikel di Wiki/Menggunakan markah wiki: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Baris 257:
MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tag <code>&lt;br/></code>.
 
== HTMLtag tagsHTML ==
 
SomeBeberapa tag [[wikipedia:HTML|HTML]] tags are alloweddiperbolehkan indi MediaWikiWiki, forsebagai examplecontoh <code>&lt;code></code>, <code>&lt;div></code>, <code><nowiki><span></nowiki></code> anddan <code><nowiki><font></nowiki></code>. TheseIni applyberlaku anywheredimana yousaja insertAnda themmemakainya.
 
{| class="wikitable"
! Deskripsi
! Description
! width=40% | YouAnda typeKetik
! width=40% | YouAnda getLihat
|-
| InsertedDimasukkan<br/>(DisplaysMenampilkan asgaris underlinebawah inpada mosthampir browserssemua browser.)
| <pre>
<ins>Inserted</ins>
 
atau
or
 
<span style="text-decoration: underline;">Underline</span>
Baris 281:
<span style="text-decoration: underline;">Underline</span>
|-
| DeletedDihapus<br/>(Displays asMenampilkan strikethrough inpada hampir mostsemua browsersbrowser.)
| <pre>
<del>Deleted</del>
Baris 296:
<span style="text-decoration:line-through;">Deleted</span>
|-
| Teks dengan lebar tetap
| Fixed width text
| <pre>
<code>Source code</code>
Baris 311:
<tt>Fixed width text</tt>
|-
| Block petikkan
| Blockquotes
| <pre>
text above
Baris 326:
text below
|-
| CommentKomen
| <pre>
<!-- This is a comment -->
Baris 337:
in the edit window.
|-
| Teks sudah diformat sepenuhnya
| Completely preformatted text
| <pre>
<pre> Text is '''preformatted''' and
Baris 343:
</pre>
----
{{note|Note:For marking up of preformatted text, check the "Preformatted text" entry at the bottom of the previous table.}}
|
<pre> Text is '''preformatted''' and
''markups'' '''''cannot''''' be done</pre>
|-
| '''Customized''' preformattedteks textsudah di format
| <pre>
<pre style="color:red">
Baris 357:
</pre>
----
{{note|Note: A CSS style can be named within the <code>style</code> property.}}
|
<pre style="color:red">
Baris 365:
</pre>
|-
| '''Customized''' preformattedteks textsudah withdiformat textsupaya wrapmenyesuaikan accordingdengan tolebar screen widthlayar
| <pre>
<pre style="white-space: pre-wrap;