Bantuan:Editing
Dari Ilmu Komputer
Editing adalah proses merubah halaman. Semua halaman bisa edit oleh siapa saja, terkecuali halaman tertentu. Ini adalah ringkasan dari proses editing. Tabel isi disamping kanan berisi informasi tentang fungsi editing.
Daftar isi |
[sunting] Dasar editing
[sunting] Baca peraturan dan tata cara
- Pastikan informasi yang anda kirim berhubungan dengan tujuan dari wiki tersebut, atau isi yang anda buat akan dihapus. Anda bisa menggunakan talk pages untuk bertanya atau cek jika ide anda bisa diterima. Perhatikan lisensi apa yang akan melindungi kontribusi anda.
[sunting] Mulai editing
- MediaWiki page, click the Edit this page (or just edit) link at one of its edges. This brings you to the edit page: a page with a text box containing the wikitext – the editable code from which the server produces the finished page, and often called the edit box.
- If you just want to experiment, please do so only in the sandbox.
[sunting] Ketik perubahan anda
- Langsung ketik teks anda. Tetapi, dengan menggunakan dasar wiki markup (dijelaskan di seksi berikut) untuk membuat pranala dan format mudah akan menambah nilai kontribusi anda. Wikimedia wikis mempunyai petunjuk style. Jika anda ikuti, kontribusi anda akan lebih bernilai karena mereka tidak perlu dibersihkan lagi.
[sunting] Buat ringkasan tentang perubahan anda
- Tulis pendek ringkasan edit di bawah kotak-edit. Anda boleh menggunakan singkatan untuk menjelaskan perubahan tersebut, seperti yang diterangkan di ringkasan edit legend.
[sunting] Pratayang sebelum menyimpan!
- When you have finished, click Show preview to see how your changes will look before you make them permanent. Repeat the edit/preview process until you are satisfied, then click Save page and your changes will be immediately applied to the article. Sometimes it is helpful to save in between.
[sunting] Most frequent wiki markup explained
Here are the most frequently used types of wiki markup. If you need more help see Wikitext examples.
| Hasilnya | Ketik seperti ini |
|---|---|
|
You can italicize text by putting 2 apostrophes on each side. 3 apostrophes will embolden the text. 5 apostrophes will embolden and italicize the text. (4 apostrophes don't do anything special -- there's just 'one left over'.) | You can ''italicize text'' by putting 2 apostrophes on each side. 3 apostrophes will embolden '''the text'''. 5 apostrophes will embolden and italicize '''''the text'''''. (4 apostrophes don't do anything special -- there's just ''''one left over''''.) |
|
You should "sign" your comments on talk pages: | You should "sign" your comments on talk pages: * Three tildes give your user name: ~~~ * Four tildes give your user name plus date/time: ~~~~ * Five tildes give the date/time alone: ~~~~~ |
|
Section headings
Headings organize your writing into sections. The Wiki software can automatically generate a table of contents from them. Subsection
Using more equals signs creates a subsection. A smaller subsection
Don't skip levels, like from two to four equals signs. Start with 2 equals signs not 1 because 1 creates H1 tags which should be reserved for page title. | == Section headings == ''Headings'' organize your writing into sections. The Wiki software can automatically generate a table of contents from them. === Subsection === Using more equals signs creates a subsection. ==== A smaller subsection ==== Don't skip levels, like from two to four equals signs. Start with 2 equals signs not 1 because 1 creates H1 tags which should be reserved for page title. |
marks the end of the list.
| * ''Unordered lists'' are easy to do: ** Start every line with a star. *** More stars indicate a deeper level. *: Previous item continues. ** A new line * in a list marks the end of the list. * Of course you can start again. |
A new line marks the end of the list.
| # ''Numbered lists'' are: ## Very organized ## Easy to follow #: Previous item continues A new line marks the end of the list. # New numbering starts with 1. |
A newline starts a new paragraph.
| : A colon (:) indents a line or paragraph. A newline starts a new paragraph. <br> Often used for discussion on talk pages. : We use 1 colon to indent once. :: We use 2 colons to indent twice. ::: 3 colons to indent 3 times, and so on.
|
|
Here's a link to the Main page. But be careful - capitalization counts! | Here's a link to the [[Main page]]. |
|
Intentionally permanent red link is a page that doesn't exist yet. You could create it by clicking on the link. | [[Intentionally permanent red link]] is a page that doesn't exist yet. You could create it by clicking on the link. |
|
You can link to a page section by placing a "#" before its title: If multiple sections have the same title, add a number. #Example section 3 goes to the third section named "Example section". | You can link to a page section by its title: * [[Help:Contents#For editors]]. If multiple sections have the same title, add a number. [[#Example section 3]] goes to the third section named "Example section". |
[sunting] Further reading
[sunting] Editing help
[sunting] Wiki markups and codes
- Help:Wikitext examples
- Help:Reference card: a one-page summary of important commands, to be printed out and used next to the computer
- Help:HTML in wikitext
- Help:Comment tags
- HTML elements: introduction to HTML
- Help:Redirect - Setting up a Redirect Page within Wiki
