|  Home  |  Aircraft  |  Wikipedia Books  |  Wiki tips  |  Pages created  |  Awards  |  Commons  |  Commons watchlist  

Policy & discussions edit

Ignore all rules
  • Ignore all rules: "If a rule prevents you from improving or maintaining Wikipedia, ignore it."
    The List of policies interprets this as, "Any policy, guideline or other rule may be ignored if it hinders improving Wikipedia."
Be bold
Challenging another's edit
  • When challenging another user's edits, "Any editor has the right to challenge unsourced material by opening a discussion on the talk page or by tagging it. Material that should be removed without discussion includes contentious material about a living person, clear examples of original research, and anything that is ludicrous or damaging to the project."
    • To tag inline material in need of referencing, use:
      {{Citation needed|date=Month YYYY}}
  • For behaviour issues, WP:ANI - but try WP:DR first.
Notability etc
Referencing a diff

To copy the URL for the diff, right-click on its (prev) button and select "Copy link location".

Alternatively, while you are viewing the diff, copy its URL from the address bar. This is the only way for a series of edits.

Animated images

To stop an animation, make it a thumbnail.

See MOS:ACCESS#Animations, videos and audio.

To be accessible, an animation (GIF – Graphics Interchange Format) should either:

  • not exceed a duration of five seconds (which results in making it a purely decorative element),[1] or
  • be equipped with control functions (stop, pause, play).[2]

In short, most animated GIFs should be converted to video (to learn how, see the tutorial converting animated GIFs to Theora OGG).

Move requests edit

Requesting a single page move

Click the "New Section" tab on the talk page and insert

 {{subst:RMtalk|Proposed new name|Reason for move.}}
Requesting multiple page moves

Up to 30 related moves may be requested at once, using a single template. On one of the talk pages of the affected articles, create a request and format it as below. A sample request for two page moves is shown here. For three page moves, add lines for current3 and new3, following this pattern. This template does not work properly with some titles - if you have trouble, eliminate the current1 line and start with new1.

==Requested move==
{{subst:move-multi
| current1 = Current title of page 1 with the talk page hosting this discussion
| new1 = New title for page 1
| current2 = Current title of page 2
| new2 = New title for page 2
| reason = Place here your rationale for the proposed page name change, ideally referring to applicable naming convention policies and guidelines, 
and providing evidence in support where appropriate. If your reasoning includes search engine results, please default to Google Books or Google 
News Archive before providing any web results. Do not sign this.
}}

RMCD bot automatically places a notice section on the talk page of the additional pages that are included in your request.

Closing the discussion
{{subst:RM top|'''result of the discussion'''.}}
discussion content
{{subst:RM bottom}}

Admin stuff edit

Off-wiki resources edit

References edit

Need to check out differences between {{reflist}} and <references />

Multiple references edit

To a document not in bibliography

To add multiple references to a single source, do:

<ref name=MyRefName>Referenced document or web page</ref>

then subsequently just do:

<ref name=MyRefName/>
To a document in the bibliography
  1. For the doc citation use ref=harv
  2. For the inline cite use {{sfn | last name(s) of author(s) | year | p=page number or pp=page range or loc=other location }} .

For more, see Template:sfn

Lack of references edit

Useful info
Banners
Inline citations
  • {{citation needed|date=Month YYYY|reason=say why}}

Inline citations edit

Per WP:CITEDENSE:

  • Wikipedia does not have a "one inline citation per sentence" or "one citation per paragraph" rule, even for featured articles.
  • Some sections (e.g., dense technical subjects) may even require more than one inline citation per sentence. Other [sections] may not require any inline citations at all. (my bold)
  • And re. the example it gives, Everything in that paragraph deals with the same, single subject from the same source and can therefore be supported by a single inline citation.

Misc formatting edit

Language locales
Use {{Use British English}}, or more generally Use [Language] English.
"Outdent" a discussion comment

When the indents get beyond a joke, to reduce indentation and add a little indicator line, do:

{{outdent|:::::...}}

where the number of colons gives the number of outdent steps.

Columns

Until CSS3 becomes more widespread, use:

<div class="columns-n">  <!-- n = number of columns, from 2 to 5 -->
<div class="column">     <!-- Column 1 -->
Column 1 content
</div>
<div class="column">     <!-- Column 2 -->
Column 2 content
</div>
...
<div class="column">     <!-- Column n -->
Column n content
</div>
</div>

Collapsible things edit

Tables, Nav frames and Nav boxes can all collapse:

Tables edit

See Help:Collapsing, Template:Navbar-collapsible

{| class="collapsible [collapsed]"
! colspan=n |[Heading] or {{Navbar-collapsible| [Heading] |{{subst:FULLPAGENAME}}}}
|-
| Body of table here
|}
See also
  • class="wikitable collapsible collapsed"

Nav frames edit

These are now deprecated. We should be using the mw-collapsible, mw-collapsed and mw-collapsible-content CSS classes instead.

See Wikipedia:NavFrame, Template:Navbar-navframe

<div class="NavFrame [collapsed]">
<div class="NavHead">[Heading] or {{Navbar-navframe|[Heading]|{{subst:PAGENAME}}}}</div>
<div class="NavContent">
[content]
</div>
</div>
Expanded

This one should start out expanded:

Collapsed with navbar

And this one should start out collapsed:

Hopefully the v.d.e links will work when the code goes in a template.


Nav boxes edit

See Template:Navbox/doc, Template:Navbar-header


Prerequisites edit

  1. ^ "Setting animated gif images to stop blinking after n cycles (within 5 seconds)". Techniques for WCAG 2.0. W3C. Retrieved 1 January 2011.
  2. ^ "Allowing the content to be paused and restarted from where it was paused". Techniques for WCAG 2.0. W3C. Retrieved 1 January 2011.