Format Layout Penulisan: Perbedaan revisi

Dari widuri
Lompat ke: navigasi, cari
[revisi tidak terperiksa][revisi tidak terperiksa]
(Created page with "TUTORIAL PENULISAN FORMAT membuat paragraf baru membuat format tulisan '''tebal / bold''' membuat format tulisan ''miring / italic'' membuat link internal / artikel yang...")
 
 
(14 revisi antara oleh 3 pengguna tidak ditampilkan)
Baris 1: Baris 1:
TUTORIAL PENULISAN FORMAT
+
==Layout==
  
membuat paragraf baru
+
===Section headings===
  
 +
Section Headings ditandai dengan simbol "sama dengan" (=)
 +
* Single (=) = Digunakan untuk judul artikel, sehingga tidak digunakan dalam artikel.
 +
* Double (==) = Digunakan untuk sub judul bagian pertama.
 +
* Triple (===) = Digunakan untuk sub judul bagian kedua.
  
membuat format tulisan '''tebal / bold'''
+
==Heading 2==<br>
 +
===Heading 3===<br>
 +
====Heading 4====<br>
 +
=====Heading 5=====<br>
 +
======Heading 6======<br>
  
membuat format tulisan ''miring / italic''
+
Heading lebih dari empat (4), akan muncul secara otomatis Daftar Isi / TOC (Table Of Contents).
  
membuat link internal / artikel yang ada di Widuri
 
[[Perguruan Tinggi Raharja]] . [[PERGURUAN TINGGI RAHARJA]]
 
  
 +
===Horizontal Rule===
  
membuat link eksternal / menuju artikel lain selain di widuri
+
Garis Horizontal menggambarkan jeda sebuah paragraf dalam artikel.<br>
[http://kikiamalia.ilearning.me KIKI AMALIA]
+
Ditandai dengan tag "4 buah strip"(----).
  
membuat format kepala judul
+
===Table Of Contents (TOC)===
  
== Kepala Judul ==
+
TOC atau Daftar Isi , akan muncul secara otomatis ketika artikel mempunyai 4 atau lebih Headings Section.
  
 +
===Line Breaks===
  
 +
Line breaks or newlines atau garis baru, digunakan untuk memisahkan paragraf.
 +
* Garis baru akan muncul dengan mengetikkan Enter (↵) dua kali.
 +
* Menekan Enter (↵) satu kali, akan membuat garis baru di Kotak Sunting, tetapi tidak akan muncul di Tampilan, kecuali dengan menggunakan format tag.
 +
* Format tag seperti '''Bold''' atau '''Italics''' akan mengakhiri garis baru.
 +
* Format HTML seperti <nowiki><br></nowiki> atau <nowiki><br />
 +
</nowiki>
  
 +
===Indent===
  
membuat format nowiki / tanpa format wiki
+
Indent atau Indentasi. Dengan menyisipkan tanda "titik dua" (:) dalam penulisan.
<nowiki>'''Contoh Bold'''</nowiki>
+
{| class="wikitable"
 +
|-
 +
! Format !! Tampilan
 +
|-
 +
| <nowiki>Indentation as used on talk pages:
  
membubuhkan tanda tangan penulis
+
:Each colon at the start of a line
--[[User:Kiki Amalia|Kiki Amalia]] ([[User talk:Kiki Amalia|talk]]) 04:07, 7 May 2013 (CDT)
+
  
membuat garis horizontal dalam tulisan  
+
::causes the line to be indented by three more character positions.
----
+
 
 +
:::(The indentation persists
 +
so long as no carriage return or line break is used.)
 +
 
 +
:::Repeat the indentation at any line break.
 +
 
 +
::::Use an extra colon for each response.
 +
 
 +
:::::And so forth ...
 +
 
 +
::::::And so on ...</nowiki>||Indentation as used on talk pages:
 +
:Each colon at the start of a line
 +
::causes the line to be indented by three more character positions.
 +
:::(The indentation persists
 +
so long as no carriage return or line break is used.)
 +
:::Repeat the indentation at any line break.
 +
::::Use an extra colon for each response.
 +
:::::And so forth ...
 +
::::::And so on ...
 +
|}
 +
 
 +
===Blockquote====
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Format !! Tampilan
 +
|-
 +
| <nowiki><blockquote>
 +
The '''blockquote''' tag will indent both margins when needed instead of the left margin only as the colon does.
 +
</blockquote></nowiki> || <blockquote>
 +
The '''blockquote''' tag will indent both margins when needed instead of the left margin only as the colon does.
 +
</blockquote>
 +
|}
 +
 
 +
===Centered Text===
 +
 
 +
Membuat tulisan dengan tampilan di tengah.
 +
{| class="wikitable"
 +
|-
 +
! Format !! Tampilan
 +
|-
 +
| <nowiki><div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text</div> </nowiki> || <div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text</div>
 +
|}
 +
 
 +
========
 +
 
 +
[[Category: Tutorial Widuri]]

Revisi terkini pada 1 Juni 2013 04.20

Layout

Section headings

Section Headings ditandai dengan simbol "sama dengan" (=)

  • Single (=) = Digunakan untuk judul artikel, sehingga tidak digunakan dalam artikel.
  • Double (==) = Digunakan untuk sub judul bagian pertama.
  • Triple (===) = Digunakan untuk sub judul bagian kedua.
==Heading 2==
===Heading 3===
====Heading 4====
=====Heading 5=====
======Heading 6======

Heading lebih dari empat (4), akan muncul secara otomatis Daftar Isi / TOC (Table Of Contents).


Horizontal Rule

Garis Horizontal menggambarkan jeda sebuah paragraf dalam artikel.
Ditandai dengan tag "4 buah strip"(----).

Table Of Contents (TOC)

TOC atau Daftar Isi , akan muncul secara otomatis ketika artikel mempunyai 4 atau lebih Headings Section.

Line Breaks

Line breaks or newlines atau garis baru, digunakan untuk memisahkan paragraf.

  • Garis baru akan muncul dengan mengetikkan Enter (↵) dua kali.
  • Menekan Enter (↵) satu kali, akan membuat garis baru di Kotak Sunting, tetapi tidak akan muncul di Tampilan, kecuali dengan menggunakan format tag.
  • Format tag seperti Bold atau Italics akan mengakhiri garis baru.
  • Format HTML seperti <br> atau <br />

Indent

Indent atau Indentasi. Dengan menyisipkan tanda "titik dua" (:) dalam penulisan.

Format Tampilan
Indentation as used on talk pages: :Each colon at the start of a line ::causes the line to be indented by three more character positions. :::(The indentation persists so long as no carriage return or line break is used.) :::Repeat the indentation at any line break. ::::Use an extra colon for each response. :::::And so forth ... ::::::And so on ... Indentation as used on talk pages:
Each colon at the start of a line
causes the line to be indented by three more character positions.
(The indentation persists

so long as no carriage return or line break is used.)

Repeat the indentation at any line break.
Use an extra colon for each response.
And so forth ...
And so on ...

Blockquote=

Format Tampilan
<blockquote> The '''blockquote''' tag will indent both margins when needed instead of the left margin only as the colon does. </blockquote>

The blockquote tag will indent both margins when needed instead of the left margin only as the colon does.

Centered Text

Membuat tulisan dengan tampilan di tengah.

Format Tampilan
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text</div>
Centered text

==