Help:Editing: Difference between revisions

From Wikipedia of the Dark Brotherhood, an online Star Wars Club
(Largely from the Wikipedia.)
m (html & revision)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''Editing''' refers to the changing of a page by a registered DJBWiki user. Unless certain restrictions are in effect, such as article protection, all pages are editable, by anyone one who registers. This is a brief overview of that process. For more detailed information, see the links under [[#Further reading from Wikipedia|Further reading]] below.
{{HTML}}
{{Revise}}
{{Help contents back}}
'''Editing''' refers to the changing of a page by a registered DJBWiki user. Unless certain restrictions are in effect, such as article protection, all pages are editable, by anyone one who registers. This is a brief overview of that process. For more detailed information, see the links under [[#Further_reading_from_Wikipedia|Further reading]] below.


This page is based on the [http://en.wikipedia.org/wiki/Help:Editing Wikipedia equivalent page].
This page is based on the [http://en.wikipedia.org/wiki/Help:Editing Wikipedia equivalent page].


==Editing basics==
 
===Review policy and conventions===
 
== Editing basics ==
 
=== Review policy and conventions ===
Make sure that you submit information which is relevant to the specific purpose of the wiki, or your content might be deleted. You can always use the talk pages to ask questions or check to see if your idea will be accepted. Please make note of the license your contributions will be covered with.
Make sure that you submit information which is relevant to the specific purpose of the wiki, or your content might be deleted. You can always use the talk pages to ask questions or check to see if your idea will be accepted. Please make note of the license your contributions will be covered with.


Allows follow the [[DJBWiki:Editing Policies| Editing Policies]].
Allows follow the [[DJBWiki:Editing Policies| Editing Policies]].


===Start editing===
 
 
=== Start editing ===
Click the '''edit this page''' tab at the top of the page. This brings you to the edit page: a page with a text box (the ''edit box'') containing the ''[http://en.wikipedia.org/wiki/Wikitext wikitext]'' – the editable code from which the server produces the finished page.
Click the '''edit this page''' tab at the top of the page. This brings you to the edit page: a page with a text box (the ''edit box'') containing the ''[http://en.wikipedia.org/wiki/Wikitext wikitext]'' – the editable code from which the server produces the finished page.


===Type your changes===
 
 
=== Type your changes ===
You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution. Style guidelines can be found in the [http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style Wikipedia Manual of Style]. If you follow these, your contributions will be more valuable as they won't need to be cleaned up later.
You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution. Style guidelines can be found in the [http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style Wikipedia Manual of Style]. If you follow these, your contributions will be more valuable as they won't need to be cleaned up later.


===Summarize your changes===
 
 
=== Summarize your changes ===
Write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes.
Write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes.


===Preview before saving!===
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.


==Most frequent wiki markup explained==
 
===  Preview before saving!  ===
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.
 
 
 
==  Most frequent wiki markup explained ==
Here are the most frequently used types of wiki markup Also see the [[Getting Started]] guide.
Here are the most frequently used types of wiki markup Also see the [[Getting Started]] guide.


<br clear="right" />
 
{| class="wikitable"
 
! style="width: 50%" | What it looks like
 
! style="width: 50%" | What you type
 
{|
|-
!style="width: 50%" | What it looks like
 
!style="width: 50%" | What you type
|-
|-
|
|
Line 39: Line 60:


(4 apostrophes don't do anything special -- there's just ''''one left over''''.)
(4 apostrophes don't do anything special -- there's just ''''one left over''''.)
|<pre>
|
<pre>
You can ''italicize text'' by putting 2
You can ''italicize text'' by putting 2
apostrophes on each side.
apostrophes on each side.
Line 55: Line 77:
|
|
You should "sign" your comments on talk pages:
You should "sign" your comments on talk pages:
* Three tildes give your user name: [[User:Windos|Windos]] ([[User talk:Windos|talk]])<br />
 
* Four tildes give your user name plus date/time: [[User:Windos|Windos]] ([[User talk:Windos|talk]]) 07:46, 19 October 2009 (UTC)
 
* Three tildes give your user name: [[User:Solari|Windos]] ([[User talk:Solari|talk]])
 
* Four tildes give your user name plus date/time: [[User:Solari|Windos]] ([[User talk:Solari|talk]]) 07:46, 19 October 2009 (UTC)
* Five tildes give the date/time alone: 07:46, 19 October 2009 (UTC)
* Five tildes give the date/time alone: 07:46, 19 October 2009 (UTC)
|<pre>
|
<pre>
You should "sign" your comments
You should "sign" your comments
on talk pages:
on talk pages:
Line 71: Line 97:
|
|
<div style="font-size:150%;border-bottom:1px solid rgb(170,170,170);">Section headings</div>
<div style="font-size:150%;border-bottom:1px solid rgb(170,170,170);">Section headings</div>
''Headings'' organize your writing into sections.
''Headings'' organize your writing into sections.
The Wiki software can automatically generate
The Wiki software can automatically generate
a table of contents from them.
a table of contents from them.


<div style="font-size:132%;font-weight:bold;">Subsection</div>
<div style="font-size:132%;font-weight:bold;">Subsection</div>
Using more equals signs creates a subsection.
Using more equals signs creates a subsection.


<div style="font-size:116%;font-weight:bold;">A smaller subsection</div>
<div style="font-size:116%;font-weight:bold;">A smaller subsection</div>
Don't skip levels, like from two to four equals signs.
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.
Start with 2 equals signs not 1 because 1 creates H1 tags which should be reserved for page title.
Also notice spaces between the modifier and text do not matter.
Also notice spaces between the modifier and text do not matter.
 
|
|<pre>
<pre>
==Section headings==
==Section headings==


Line 107: Line 133:
and text do not matter.
and text do not matter.
</pre>
</pre>
|- id="lists"
|-
|
|
* ''Unordered lists'' are easy to do:
* ''Unordered lists'' are easy to do:
** Start every line with a star.
** Start every line with a star.
*** More stars indicate a deeper level.
*** More stars indicate a deeper level.
*: Previous item continues.
<dl><dd> Previous item continues.
** A new line
</dd></dl>** A new line
* in a list
* in a list
marks the end of the list.
marks the end of the list.
*Of course you can start again.
 
|<pre>
 
* Of course you can start again.
|
<pre>
* ''Unordered lists'' are easy to do:
* ''Unordered lists'' are easy to do:
** Start every line with a star.
** Start every line with a star.
Line 132: Line 161:
## Very organized
## Very organized
## Easy to follow
## Easy to follow
#: Previous item continues
<dl><dd> Previous item continues
A new line marks the end of the list.
</dd></dl>A new line marks the end of the list.
 
 
# New numbering starts with 1.
# New numbering starts with 1.
 
|
|<pre>
<pre>
# ''Numbered lists'' are:
# ''Numbered lists'' are:
## Very organized
## Very organized
Line 146: Line 177:
|-
|-
|
|
: A colon (:) indents a line or paragraph.
:A colon (:) indents a line or paragraph.
A newline starts a new paragraph. <br>
A newline starts a new paragraph.  
 
 
Often used for discussion on talk pages.
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.
:We use 1 colon to indent once.
|<pre>
::We use 2 colons to indent twice.
:::3 colons to indent 3 times, and so on.
 
|
<pre>
: A colon (:) indents a line or paragraph.
: A colon (:) indents a line or paragraph.
A newline starts a new paragraph. <br>
A newline starts a new paragraph. &lt;br&gt;
Often used for discussion on talk pages.
Often used for discussion on talk pages.
: We use 1 colon to indent once.
: We use 1 colon to indent once.
Line 160: Line 197:
::: 3 colons to indent 3 times, and so on.
::: 3 colons to indent 3 times, and so on.
</pre>
</pre>
|-
|-
|
|
Line 167: Line 202:


But be careful - capitalization counts!
But be careful - capitalization counts!
|<pre>
|
<pre>
Here's a link to the [[Main Page]].
Here's a link to the [[Main Page]].
</pre>
</pre>
|-
|-
|
|
[[Intentionally permanent red link]] is a page that doesn't exist
[[Intentionally permanent red link]] is a page that doesn't exist
yet. You could create it by clicking on the link.
yet. You could create it by clicking on the link.
|<pre>
|
<pre>
[[Intentionally permanent red link]] is
[[Intentionally permanent red link]] is
a page that doesn't exist
a page that doesn't exist
Line 185: Line 223:
by placing a "#" before its title:
by placing a "#" before its title:


* [[Getting Started#Do you want to...]].
 
|<pre>
* [[Getting Started#Do_you_want_to...|Getting Started#Do you want to...]].
|
<pre>


You can link to a page section
You can link to a page section
Line 194: Line 234:
</pre>
</pre>
|}
|}
 
== Restrictions ==
==Restrictions==
Some pages cannot be edited by everyone. A special function known as protection can be applied to a page by administrators, making the said page uneditable to certain classes of users.
Some pages cannot be edited by everyone. A special function known as protection can be applied to a page by administrators, making the said page uneditable to certain classes of users.


There are various reasons why a page might be protected. Vandalism and spam can lead to protection, while content wars and other severe cases can also lead to protection. For the most part, protection is temporary and editing privileges are then restored. In any case, everyone can view the source of any page, irrespective of its level of protection.
There are various reasons why a page might be protected. Vandalism and spam can lead to protection, while content wars and other severe cases can also lead to protection. For the most part, protection is temporary and editing privileges are then restored. In any case, everyone can view the source of any page, irrespective of its level of protection.


==Further reading from Wikipedia==
===Editing help===
*[http://en.wikipedia.org/wiki/Help:Editing_FAQ Editing FAQ]
*[http://en.wikipedia.org/wiki/Help:Editing_toolbar Editing toolbar]
*[http://en.wikipedia.org/wiki/Help:Minor_edit Minor edit]


===Wiki markups and codes===
*[http://en.wikipedia.org/wiki/Help:Wikitext_examples Wikitext examples]
*[http://meta.wikimedia.org/wiki/Help:Reference_card Reference card]: a one-page summary of important commands, to be printed out and used next to the computer
*[http://en.wikipedia.org/wiki/Help:HTML_in_wikitext HTML in wikitext]
*[http://en.wikipedia.org/wiki/Help:Comment_tags Comment tags]
*[http://en.wikipedia.org/wiki/HTML_element HTML elements]: HTML Elements in general
*[http://en.wikipedia.org/wiki/Help:Redirect Redirect]: setting up a redirect page within Wikipedia


===Page management===
== Further reading from Wikipedia  ==
*[http://en.wikipedia.org/wiki/Help:Starting_a_new_page Starting a new page]
 
*[http://en.wikipedia.org/wiki/Wikipedia:Merging_and_moving_pages Merging and moving pages]
===  Editing help  ===
* [http://en.wikipedia.org/wiki/Help:Editing_FAQ Editing FAQ]
* [http://en.wikipedia.org/wiki/Help:Editing_toolbar Editing toolbar]
* [http://en.wikipedia.org/wiki/Help:Minor_edit Minor edit]
 
===  Wiki markups and codes  ===
* [http://en.wikipedia.org/wiki/Help:Wikitext_examples Wikitext examples]
* [http://meta.wikimedia.org/wiki/Help:Reference_card Reference card]: a one-page summary of important commands, to be printed out and used next to the computer
* [http://en.wikipedia.org/wiki/Help:HTML_in_wikitext HTML in wikitext]
* [http://en.wikipedia.org/wiki/Help:Comment_tags Comment tags]
* [http://en.wikipedia.org/wiki/HTML_element HTML elements]: HTML Elements in general
* [http://en.wikipedia.org/wiki/Help:Redirect Redirect]: setting up a redirect page within Wikipedia


[[Category:DJB Help]]
[[Category:DJB Help]]

Latest revision as of 00:22, 26 November 2014

You've got the wrong table!
This article or template is using HTML tables rather than wiki markup.
Please convert any HTML into wiki markup before removing this tag.
What A Wonderful Smell You've Discovered...
This article has become severely out of date and is currently flagged for revision by the DJBWiki Staff.
After cleanup is complete, please place a note on the article's talk page and remove this message.
Help:Contents

Editing refers to the changing of a page by a registered DJBWiki user. Unless certain restrictions are in effect, such as article protection, all pages are editable, by anyone one who registers. This is a brief overview of that process. For more detailed information, see the links under Further reading below.

This page is based on the Wikipedia equivalent page.


Editing basics

Review policy and conventions

Make sure that you submit information which is relevant to the specific purpose of the wiki, or your content might be deleted. You can always use the talk pages to ask questions or check to see if your idea will be accepted. Please make note of the license your contributions will be covered with.

Allows follow the Editing Policies.


Start editing

Click the edit this page tab at the top of the page. This brings you to the edit page: a page with a text box (the edit box) containing the wikitext – the editable code from which the server produces the finished page.


Type your changes

You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution. Style guidelines can be found in the Wikipedia Manual of Style. If you follow these, your contributions will be more valuable as they won't need to be cleaned up later.


Summarize your changes

Write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes.


Preview before saving!

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.


Most frequent wiki markup explained

Here are the most frequently used types of wiki markup Also see the Getting Started guide.



What it looks like What you type

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:


  • Four tildes give your user name plus date/time: Windos (talk) 07:46, 19 October 2009 (UTC)
  • Five tildes give the date/time alone: 07:46, 19 October 2009 (UTC)
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. Also notice spaces between the modifier and text do not matter.

==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.
Also notice spaces between the modifier
and text do not matter.
  • 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.
* ''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.
  1. Numbered lists are:
    1. Very organized
    2. Easy to follow
Previous item continues
A new line marks the end of the list.


  1. New numbering starts with 1.
# ''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 colon (:) indents a line or paragraph.

A newline starts a new paragraph.


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.
: 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:



You can link to a page section
by placing a "#" before its title:

* [[Getting Started#Do you want to...]].

Restrictions

Some pages cannot be edited by everyone. A special function known as protection can be applied to a page by administrators, making the said page uneditable to certain classes of users.

There are various reasons why a page might be protected. Vandalism and spam can lead to protection, while content wars and other severe cases can also lead to protection. For the most part, protection is temporary and editing privileges are then restored. In any case, everyone can view the source of any page, irrespective of its level of protection.


Further reading from Wikipedia

Editing help

Wiki markups and codes