Difference between revisions of "Editing FBFT"

From fbft
Jump to: navigation, search
 
(Minor edits)
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
Always use a [[neutral point of view]], as the Fargo Band Family Tree is not a place to promote points of view. Write as if the information is a non-judgmental news article.  
 
Always use a [[neutral point of view]], as the Fargo Band Family Tree is not a place to promote points of view. Write as if the information is a non-judgmental news article.  
 
[[Wikipedia:Cite your sources|Cite your sources]] so others can check and extend your work. Most Wikipedia articles currently lack good references, and this contributes to Wikipedia's single greatest criticism—that it is not a reliable source.  Please help by researching online and print resources to find references for the article you are working on, then cite them in proper form, and consider in-text citation for contentious facts.  There is no consensus on the best way to do that, but anything is better than nothing.  You can either use in-text citation in academic form such as (Example, 2004, pp 22-23) or as a superscript<sup>[[Wikipedia:WikiProject Fact and Reference Check|1]]</sup> to a footnote that you place at the end of an article.
 
  
 
After making a new page, it's a good idea to:
 
After making a new page, it's a good idea to:
*use ''What links here'' (with your page displayed) to check the articles that already link to it, and make sure that they are all expecting the same meaning that you have supplied; and
+
*use ''What links here'' (with your page displayed) to check the pages that already link to it. This is a good way to make sure that you've added the appropriate links to your new page (Related Bands, City, Decade, Alphabet, etc).
*use the Search button to search Wikipedia for your topic title—and possible variants—to find articles that mention it, and make links from them if appropriate.
+
*use the Search button to search Fargo Band Family Tree for your page title—and possible variants—to find pages that mention it, and make links from them if appropriate.
  
 
== Minor edits ==
 
== Minor edits ==
When editing a page, a user can mark that edit as being "minor". Minor edits generally mean spelling corrections, formatting, and minor rearrangement of text. It is possible to ''hide'' minor edits when viewing [[Recent Changes]]. Marking a significant change as a minor edit is considered bad behavior, and even more so if it involves the deletion of some text. If one has accidentally marked an edit as minor, the person should edit the source once more, mark it major (or, rather, ensure that the check-box for "This is a minor edit" is not checked), and, in the summary, state that the previous change was a major one.
+
When editing a page, a user can mark that edit as being "minor". Minor edits generally mean spelling corrections, formatting, and minor rearrangement of text. It is possible to ''hide'' minor edits when viewing [[Special:Recentchanges|Recent Changes]]. Marking a significant change as a minor edit is considered bad behavior, and even more so if it involves the deletion of some text. If one has accidentally marked an edit as minor, the person should edit the source once more, mark it major (or, rather, ensure that the check-box for "This is a minor edit" is not checked), and, in the summary, state that the previous change was a major one.
  
 
==Wiki markup==
 
==Wiki markup==
The '''wiki markup''' is the syntax system you can use to format a Wikipedia page.
+
The '''wiki markup''' is the syntax system you can use to format a Fargo Band Family Tree page.
  
 
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.
 
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.
  
You may want to keep this page open in a separate browser window for reference, or take a screen-shot of it. '''If you want to try out things without danger of doing any harm, you can do so in the [[Wikipedia:Sandbox|Sandbox]]'''. Try opening the Sandbox in a separate window or tab and keeping this page open for reference.
+
<!--
 +
:'''The rest of this page is deprecated but will be updated periodically.'''
 +
:'''Please direct edits to the [[meta:MediaWiki User's Guide: Editing overview|Meta-Wikimedia version of this page]]'''
 +
 
 +
-->
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
|-
 +
! What it looks like
 +
! What you type
 +
|- valign="top"
 +
|
 +
Start your [[Wikipedia:Manual of Style (headings)|sections]] as follows:
 +
 
 +
<!-- The following code messes up the table of contents
 +
    and makes the section edit links much less useful,
 +
    so please do not use it.
 +
== New section ==
 +
=== Subsection ===
 +
==== Sub-subsection ====
 +
-->
 +
<!-- The following should look almost the same, using
 +
    HTML headings markup instead of wiki headings.
 +
    However, it messes up the section edit links,
 +
    so please do not use it.
 +
<h2>New section</h2>
 +
<h3>Subsection</h3>
 +
<h4>Sub-subsection</h4>
 +
-->
 +
<!-- The following just uses bolding and font changes,
 +
    so it should be safe.  However, it might not
 +
    look exactly right, especially when people
 +
    use non-standard CSS stylesheets.
 +
-->
 +
'''<font style="font-size:150%;color:grey;">New section</font>'''
 +
 
 +
'''<font style="font-size:130%;color:grey;">Subsection</font>'''
 +
 
 +
'''<font style="font-size:110%;color:grey;">Sub-subsection</font>'''
 +
 
 +
*Start with a second-level heading (<tt><nowiki>==</nowiki></tt>); don't use first-level headings (=).
 +
*Don't skip levels (for example, second-level followed by fourth-level).
 +
*A [[#Table of contents|table of contents]] will automatically be added to an article that has four or more sections.
 +
*If appropriate, place subsections in an appropriate order.
 +
<pre><nowiki>
 +
== New section ==
 +
 
 +
=== Subsection ===
 +
 
 +
==== Sub-subsection ====
 +
 
 +
===== Sub-sub-subsection =====
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
You can break lines<br/>
 +
without starting a new paragraph.
 +
 
 +
* Please use this sparingly.
 +
* Close markup between lines, do not start a [[link]] or ''italics'' or '''bold''' on one line and close it on the next.
 +
|
 +
<pre><nowiki>
 +
You can break lines<br/>
 +
without starting a new paragraph.
 +
</nowiki></pre>
 +
|- id="lists" valign="top"
 +
|
 +
* It's easy to create a list:
 +
** Start every line with a star ([[asterisk]]).
 +
*** More stars means deeper levels.
 +
**** A newline in a list
 +
marks the end of a list item.
 +
 
 +
* An empty line starts a new list.
 +
|
 +
<pre><nowiki>
 +
* It's easy to create a list:
 +
** Start every line with a star.
 +
*** More stars means deeper levels.
 +
**** A newline in a list
 +
marks the end of a list item.
 +
 
 +
* An empty line starts a new list.
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
# Numbered lists are also good
 +
## very organized
 +
## easy to follow
 +
### easier still
 +
|
 +
<pre><nowiki>
 +
# Numbered lists are also good
 +
## very organized
 +
## easy to follow
 +
### easier still
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
* You can even create mixed lists
 +
*# and nest them
 +
*#* like this
 +
|
 +
<pre><nowiki>
 +
* You can even create mixed lists
 +
*# and nest them
 +
*#* like this
 +
</nowiki></pre>
 +
|- valign="top" id="definition"
 +
|
 +
; Definition list : list of definitions
 +
; item : the item's definition
 +
; another item
 +
: the other item's definition
 +
 
 +
* One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
 +
|
 +
<pre><nowiki>
 +
; Definition list : list of definitions
 +
; item : the item's definition
 +
; another item
 +
: the other item's definition
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
: A colon indents a line or paragraph.
 +
A manual newline starts a new paragraph.
 +
 
 +
* This is primarily for displayed material.
 +
|
 +
<pre><nowiki>
 +
: A colon indents a line or paragraph.
 +
A manual newline starts a new paragraph.
 +
</nowiki></pre>
 +
|- valign=top
 +
|
 +
When there is a need for separating a block of text
 +
<blockquote>
 +
the '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does. 
 +
</blockquote>
 +
This is useful for (as the name says) inserting blocks of quoted (and cited) text. 
 +
|
 +
<pre><nowiki>
 +
<blockquote>
 +
The '''blockquote''' command will indent
 +
both margins when needed instead of the
 +
left margin only as the colon does. 
 +
</blockquote>
 +
</nowiki></pre>
 +
|- valign=top
 +
|
 +
IF a line starts with a space THEN
 +
it will be formatted exactly
 +
as typed;
 +
in a fixed-width font;
 +
lines will not wrap;
 +
ENDIF
 +
 
 +
*This is useful for:
 +
** pasting preformatted text;
 +
** algorithm descriptions;
 +
** program source code;
 +
** ASCII art;
 +
** chemical structures;
 +
* '''WARNING''': If you make it wide, you force the whole page to be wide and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces.
 +
|
 +
<pre><nowiki>
 +
IF a line starts with a space THEN
 +
it will be formatted exactly
 +
as typed;
 +
in a fixed-width font;
 +
lines will not wrap;
 +
ENDIF
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
<center>Centered text.</center>
 +
 
 +
|
 +
<pre><nowiki>
 +
<center>Centered text.</center>
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
A horizontal dividing line:
 +
this is above it
 +
----
 +
and this is below it.
 +
 
 +
* Mainly useful for
 +
**disambiguation - but to be used sparsely, only when separating completely different, unrelated (groups of) meanings
 +
**separating threads on Talk pages.
 +
|
 +
<pre><nowiki>
 +
A [[horizontal dividing line]]:
 +
this is above it
 +
----
 +
and this is below it.
 +
</nowiki></pre>
 +
|}
 +
 
 +
=== Links and URLs ===
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
|-
 +
! What it looks like
 +
! What you type
 +
|- valign="top"
 +
|
 +
London has [[public transport]].
 +
 
 +
* A link to another Fargo Band Family Tree page.
 +
* Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
 +
|
 +
<pre><nowiki>
 +
London has [[public transport]].
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
San Francisco also has
 +
[[public transport|public transportation]].
 +
 
 +
* Same target, different name.
 +
* This is a [[piped link]].
 +
* The "piped" text must be placed first, the text that will be displayed, second.
 +
|
 +
<pre><nowiki>
 +
San Francisco also has
 +
[[public transport|public transportation]].
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
San Francisco also has
 +
[[public transport]]ation.
 +
 
 +
Examples include [[bus]]es, [[taxi]]s,
 +
and [[streetcar]]s.
 +
 
 +
* Endings are blended into the link.
 +
* Preferred style is to use this instead of a piped link, if possible.
 +
|
 +
<pre><nowiki>
 +
San Francisco also has
 +
[[public transport]]ation.
 +
 
 +
Examples include [[bus]]es, [[taxi]]s,
 +
and [[streetcar]]s.
 +
</nowiki></pre>
 +
|- id="link-to-section" valign="top"
 +
|
 +
[[Economics#See also]] is a link
 +
to a section within another page.
 +
 
 +
[[#Links and URLs]] is a link
 +
to a section on the current page.
 +
 
 +
[[#example]] is a link to an
 +
anchor that was created using
 +
<div id="example">an id attribute</div>
 +
 
 +
* The part after the number sign (#) must match a section heading on the page. Matches must be exact in terms of spelling, case, and punctuation.  Links to non-existent sections are not broken; they are treated as links to the top of the page.
 +
* Identifiers may be created by attaching an <code>id="..."></code> attribute to almost any HTML element.
 +
|
 +
<pre><nowiki>
 +
[[Economics#See also]] is a link
 +
to a section within another page.
 +
 
 +
[[#Links and URLs]] is a link
 +
to a section on the current page.
 +
 
 +
[[#example]] is a link to an
 +
anchor that was created using
 +
<div id="example">an id attribute</div>
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
[[The weather in London]] is a page
 +
that does not exist yet.
 +
 
 +
* You can create it by clicking on the link (but please do not do so with this particular link).
 +
* To create a new page:
 +
*# Create a link to it on some other (related) page.
 +
*# Save that page.
 +
*# Click on the link you just made. The new page will open for editing.
 +
* For more information, see [[Wikipedia:How to start a page|How to start a page]] and check out Wikipedia's [[Wikipedia:Naming conventions|naming conventions]].
 +
* Please do not create a new article without linking to it from at least one other article.
 +
|
 +
<pre><nowiki>
 +
[[The weather in London]] is a page
 +
that does not exist yet.
 +
</nowiki></pre>
 +
|- valign="top"
 +
|
 +
When adding a comment to a Talk page,
 +
you should sign it by adding
 +
three tildes to add your user name:
 +
: [[User:Brockert|Ben Brockert]]
 +
or four to add user name plus date/time:
 +
: [[User:Brockert|Ben Brockert]] 00:18, Nov 19, 2004 (UTC)
 +
Five tildes gives the date/time alone:
 +
: 00:18, Nov 19, 2004 (UTC)
 +
 
 +
* The first two both provide a link to your [[Wikipedia:user page|user page]].
 +
|
 +
<pre><nowiki>
 +
When adding a comment to a Talk page,
 +
you should sign it by adding
 +
three tildes to add your user name:
 +
: ~~~
 +
or four for user name plus date/time:
 +
: ~~~~
 +
Five tildes gives the date/time alone:
 +
: ~~~~~
 +
</nowiki></pre>
 +
|

Latest revision as of 18:10, 28 August 2005

Tips on editing Fargo Band Family Tree entries

Always use a neutral point of view, as the Fargo Band Family Tree is not a place to promote points of view. Write as if the information is a non-judgmental news article.

After making a new page, it's a good idea to:

  • use What links here (with your page displayed) to check the pages that already link to it. This is a good way to make sure that you've added the appropriate links to your new page (Related Bands, City, Decade, Alphabet, etc).
  • use the Search button to search Fargo Band Family Tree for your page title—and possible variants—to find pages that mention it, and make links from them if appropriate.

Minor edits

When editing a page, a user can mark that edit as being "minor". Minor edits generally mean spelling corrections, formatting, and minor rearrangement of text. It is possible to hide minor edits when viewing Recent Changes. Marking a significant change as a minor edit is considered bad behavior, and even more so if it involves the deletion of some text. If one has accidentally marked an edit as minor, the person should edit the source once more, mark it major (or, rather, ensure that the check-box for "This is a minor edit" is not checked), and, in the summary, state that the previous change was a major one.

Wiki markup

The wiki markup is the syntax system you can use to format a Fargo Band Family Tree page.

In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.

What it looks like What you type

Start your sections as follows:

New section

Subsection

Sub-subsection

  • Start with a second-level heading (==); don't use first-level headings (=).
  • Don't skip levels (for example, second-level followed by fourth-level).
  • A table of contents will automatically be added to an article that has four or more sections.
  • If appropriate, place subsections in an appropriate order.
== New section ==

=== Subsection ===

==== Sub-subsection ====

===== Sub-sub-subsection =====

You can break lines
without starting a new paragraph.

  • Please use this sparingly.
  • Close markup between lines, do not start a link or italics or bold on one line and close it on the next.
You can break lines<br/>
without starting a new paragraph.
  • It's easy to create a list:
    • Start every line with a star (asterisk).
      • More stars means deeper levels.
        • A newline in a list

marks the end of a list item.

  • An empty line starts a new list.
* It's easy to create a list:
** Start every line with a star.
*** More stars means deeper levels.
**** A newline in a list
marks the end of a list item.

* An empty line starts a new list.
  1. Numbered lists are also good
    1. very organized
    2. easy to follow
      1. easier still
# Numbered lists are also good
## very organized
## easy to follow
### easier still
  • You can even create mixed lists
    1. and nest them
      • like this
* You can even create mixed lists
*# and nest them
*#* like this
Definition list 
list of definitions
item 
the item's definition
another item
the other item's definition
  • One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
; Definition list : list of definitions
; item : the item's definition
; another item
: the other item's definition
A colon indents a line or paragraph.

A manual newline starts a new paragraph.

  • This is primarily for displayed material.
: A colon indents a line or paragraph.
A manual newline starts a new paragraph.

When there is a need for separating a block of text

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

This is useful for (as the name says) inserting blocks of quoted (and cited) text.

<blockquote>
The '''blockquote''' command will indent 
both margins when needed instead of the 
left margin only as the colon does.  
</blockquote>
IF a line starts with a space THEN
it will be formatted exactly
as typed;
in a fixed-width font;
lines will not wrap;
ENDIF
  • This is useful for:
    • pasting preformatted text;
    • algorithm descriptions;
    • program source code;
    • ASCII art;
    • chemical structures;
  • WARNING: If you make it wide, you force the whole page to be wide and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces.
 IF a line starts with a space THEN
 it will be formatted exactly
 as typed;
 in a fixed-width font;
 lines will not wrap;
 ENDIF
Centered text.
<center>Centered text.</center>

A horizontal dividing line: this is above it


and this is below it.

  • Mainly useful for
    • disambiguation - but to be used sparsely, only when separating completely different, unrelated (groups of) meanings
    • separating threads on Talk pages.
A [[horizontal dividing line]]:
this is above it
----
and this is below it.

Links and URLs

What it looks like What you type

London has public transport.

  • A link to another Fargo Band Family Tree page.
  • Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
London has [[public transport]].

San Francisco also has public transportation.

  • Same target, different name.
  • This is a piped link.
  • The "piped" text must be placed first, the text that will be displayed, second.
San Francisco also has
[[public transport|public transportation]].

San Francisco also has public transportation.

Examples include buses, taxis, and streetcars.

  • Endings are blended into the link.
  • Preferred style is to use this instead of a piped link, if possible.
San Francisco also has
[[public transport]]ation.

Examples include [[bus]]es, [[taxi]]s,
and [[streetcar]]s.

The weather in London is a page that does not exist yet.

  • You can create it by clicking on the link (but please do not do so with this particular link).
  • To create a new page:
    1. Create a link to it on some other (related) page.
    2. Save that page.
    3. Click on the link you just made. The new page will open for editing.
  • For more information, see How to start a page and check out Wikipedia's naming conventions.
  • Please do not create a new article without linking to it from at least one other article.
[[The weather in London]] is a page 
that does not exist yet.

When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name:

Ben Brockert

or four to add user name plus date/time:

Ben Brockert 00:18, Nov 19, 2004 (UTC)

Five tildes gives the date/time alone:

00:18, Nov 19, 2004 (UTC)
  • The first two both provide a link to your user page.
When adding a comment to a Talk page,
you should sign it by adding
three tildes to add your user name:
: ~~~
or four for user name plus date/time:
: ~~~~
Five tildes gives the date/time alone:
: ~~~~~