User:Magnoliasouth/editing

From Wikipedia, the free encyclopedia

This page is a list of resources that I often must refer back to. It is my personal page, so please do not edit this. You are very welcome to bookmark it if it helps you, but again, I ask that no one edit this.

Archiving[edit]

Citations[edit]

In text[edit]

Place this next to the text which requires a citation:

{{ref_label|example.com|3|a}}

Examples

{{ref_label|example.com|3|a}}
{{ref_label|example.com|3|none}}
  • example.com is the source of the citation
  • 3 is the number which will be seen next to the text that is cited.
  • a or none is for using one source for several citations in the text and should be done in order (e.g., a, b, c) of those citations .

Under references[edit]

Place this under the section titled References.

{{note_label|reference_name|number|id}}

Examples

{{note_label|example.com|3|a}}
{{note_label|example.com|3|none}}

Code for wiki code[edit]

Note: You must hit Edit to view and copy the code.

Insert code here.

Linking[edit]

Tables[edit]

Simple Table[edit]

Wiki Code[edit]

{| border="1"
|+ The table's caption
! Column heading 1 !! Column heading 2 !! Column heading 3
|-
! Row heading 1
| Cell 2 || Cell 3
|-
! Row heading A
|Cell B
|Cell C
|}

Sample View[edit]

It will look like this:

The table's caption
Column heading 1 Column heading 2 Column heading 3
Row heading 1 Cell 2 Cell 3
Row heading A Cell B Cell C

Merged Columns[edit]

Wiki Code[edit]

{| class="wikitable" style="width:75%;"
|-
! colspan="3" align="center"| Title Bar
|-
| colspan="3" align="center"| Sub-title bar
|-
| align="center"| Left column
| align="center"| Middle column
| align="center"| Right column
|-
| colspan="3" | Bottom colspan row. 
|}

Sample View[edit]

Title Bar
Sub-title bar
Left column Middle column Right column
Bottom colspan row.

My Templates[edit]

These are tables that I'll be using for various things.

Wiki Code for Table 1[edit]

{| class="wikitable" style="width:95%;"
|-
! A !! B !! C !! D 
|-
! E !! colspan="3" | F 
|-
| align="center"| a
| align="center"| b
| align="center"| c
| align="center"| d
|-
| align="center"| e
| style="background:white" colspan="3" | f
|- style="background:#CCCCFF; height:2px"
| colspan="4" |  
|}

Sample View[edit]

A B C D
E F
a b c d
e f

Wiki Code for Table 2[edit]

{| class="wikitable" style="width:95%;"
|-
! A !! B !! C !! D 
|-
| align="center" rowspan="2"| a
| align="center"| b
| align="center"| c
| align="center"| d
|-
| style="background:white" colspan="3" | f
|- style="background:#CCCCFF; height:2px"
| colspan="4" |  
|}

Sample View[edit]

A B C D
a b c d
f

Table of Contents[edit]

Talk Page Tags[edit]

General Guidelines[edit]

Wiki Code[edit]

{{Comment|Before asking a question here concerning what can and cannot be posted in this article, please refer to the following Wikipedia rules:
*[[WP:WWIN|What Wikipedia Is Not]] (Policy)
*[[WP:NPOV|Neutral Point of View]] (Policy)
*[[WP:NOR|No Original Research]] (Policy)
*[[WP:V|Verifiability]] (Policy)
*[[WP:RS|Reliable Sources]] (Guideline)
*[[WP:POINT|Disruption of Wikipedia to Prove a Point]] (Guideline)
*[[Wikipedia:WikiProject_Television#Characters|TV Characters]] (Guideline)
*[[Wikipedia:Copyrights#Contributors.27_rights_and_obligations|Copyrights]] (Policy)
}}

Sample View[edit]

TV Stuff[edit]

Warnings[edit]

All[edit]

Disputes[edit]

Neutral Point of View[edit]

  • NPOV tutorial
  • {{NPOV}} - message used to warn of problems
  • {{NPOV-section}} - tags only a single section as disputed
  • {{POV check}} - message used to mark articles that may be biased. ({{bias}} may be used for short)
  • {{POV-title}} - when the article's title is questionable
  • {{POV-statement}} - when only one sentence is questionable
  • {{noncompliant}} - When the article as a whole fails to abide by the content policies of Wikipedia

Other[edit]

Writing[edit]

Misc[edit]