Difference between revisions of "Help:Editing pages"

From GPVWC Wiki
Jump to: navigation, search
(Useful Templates)
 
(15 intermediate revisions by one user not shown)
Line 1: Line 1:
This page could be developed to help people new to wikis and new to what we've made available for our members.
+
This page is designed to both help people new to wikis and those new to what we've made available for our members.
 
+
==Useful Templates==
+
 
+
===Drivers' templates===
+
{{Infobox SL driver |
+
Name            = {{flagicon|ENG}} Adam Rouse |
+
Logo            = [[File:H2rel.png]]|
+
Nationality    = {{flagicon|UK}} British |
+
Years          = 5 |
+
Team(s)        = [[Triple-Double Racing]]<br />[[Nordsjoen Racing]]<br />[[Vod:Bul]]<br />[[Puma]]|
+
Races          = 47 |
+
Championships  = 0 |
+
Wins            = 2 |
+
Podiums        = 8 |
+
Poles          = 0 |
+
Fastest laps    = ? |
+
First race      = [[2006 Malaysian Grand Prix]] |
+
First win      = [[2009 Australian Grand Prix]] |
+
Last win        = [[2009 Brazilian Grand Prix]] |
+
Last race      = [[2011 Austrian Grand Prix]] |
+
Last season    = [[2011 Superleague season|2011]]|
+
}}
+
 
+
For [[Superleague]] drivers, you should use the following template.
+
 
+
'''<nowiki>{{Template:Infobox SL driver}}</nowiki>'''
+
 
+
If you copy and paste one that's already done from the [[:Category:Drivers|list of drivers]] you can fill or change the details yourself. The code below produces the one for Adam Rouse on the right, for example:
+
 
+
<pre>{{Infobox SL driver |
+
Name            = {{flagicon|ENG}} Adam Rouse |
+
Logo            = [[File:H2rel.png]]|
+
Nationality    = {{flagicon|UK}} British |
+
Years          = 5 |
+
Team(s)        = [[Triple-Double Racing]]<br />[[Nordsjoen Racing]]<br />[[Vod:Bul]]<br />[[Puma]]|
+
Races          = 47 |
+
Championships  = 0 |
+
Wins            = 2 |
+
Podiums        = 8 |
+
Poles          = 0 |
+
Fastest laps    = ? |
+
First race      = [[2006 Malaysian Grand Prix]] |
+
First win      = [[2009 Australian Grand Prix]] |
+
Last win        = [[2009 Brazilian Grand Prix]] |
+
Last race      = [[2011 Austrian Grand Prix]] |
+
Last season    = [[2011 Superleague season|2011]]|
+
}}</pre>
+
 
+
For drivers who haven't yet driven any Superleague races, but have raced in the Supercup, use this slight variation:
+
 
+
<pre>{{Infobox SC driver
+
| Name            = {{flagicon|GRE}} Georgios Davakos
+
| Logo            = [[File:Silhouette placeholder 300x.png|200px]]
+
| Nationality    = {{flagicon|GRE}} Greek
+
| Years          = 1 ([[2011 Supercup season|2011]])
+
| Team(s)        = [[Nordsjoen Racing]], [[Water Blue Racing]]
+
| Races          = 7
+
| Championships  = 0
+
| Wins            = 0
+
| Podiums        = 2
+
| Poles          = 0
+
| Fastest laps    = 0
+
| First race      = [[2011 Australian Grand Prix]]
+
| First win      = 0
+
| Last win        = 0
+
| Last race      = [[2011 French Grand Prix]]
+
| Last season    = 2011
+
}}</pre>
+
  
 
==Editing Cheatsheet==
 
==Editing Cheatsheet==
Line 171: Line 103:
 
<tt><nowiki>====== Level 6 ======</nowiki></tt>
 
<tt><nowiki>====== Level 6 ======</nowiki></tt>
 
|
 
|
==Level 2==
+
<div style="padding: 0.5em 0em; font-size:1.5em;">Level 2
===Level 3===
+
---------------</div>
====Level 4====
+
<div style="padding: 0.4em 0em; font-size:1.32em; font-weight: 700;">Level 3</div>
===== Level 5 =====
+
<div style="padding: 0.4em 0em; font-size:1.16em; font-weight: 700;">Level 4</div>
====== Level 6 ======
+
<div style="padding: 0.4em 0em; font-weight: 700;">Level 5</div>
 +
<div style="padding: 0.2em 0em; font-size:0.8em; font-weight: 700;">Level 6</div>
 
|-
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
Line 221: Line 154:
 
|}
 
|}
 
</div>
 
</div>
 +
 +
 +
==Adding Categories==
 +
 +
When creating pages or uploading images it helps the organization of the wiki if you add categories for the item to belongs to. You simply need to add '''<nowiki>[[Category:Category name]]</nowiki>''' at the end of a page or image description and you can add an item to as many categories as you wish.
 +
 +
 +
Some examples of useful categories include:
 +
 +
* [[[[:Category:Ben Warren]]]] - when adding an image of a particular driver
 +
* [[[[:Category:Draig Racing car images]]]] - when adding an image of a particular team
 +
* [[[[:Category:Melbourne images]]]] - when adding an image of a particular track
 +
* [[[[:Category:2011 images]]]] - when adding an image of a particular year
 +
* [[[[:Category:Drivers|Category:Drivers| ]]]] - when creating a driver page
 +
* [[[[:Category:Constructors]]]] - when creating a team page
 +
* [[[[:Category:Superleague teams]]]] - when creating a Superleague team page
 +
* [[[[:Category:Team owners]]]] - when creating a driver page of a team owner
 +
* [[[[:Category:Helmets]]]] - when adding a helmet image
 +
* [[[[:Category:Team logos]]]] - when adding a team logo
 +
 +
 +
==Useful Templates==
 +
 +
===Driver infobox===
 +
 +
{{Infobox driver |
 +
Name            = {{flagicon|ENG}} Adam Rouse |
 +
Image          = [[File:Adam Rouse helmet.png|250px]] |
 +
Nationality    = {{flagicon|UK}} British |
 +
JoinYear        = 2005 |
 +
FirstRace      = Malaysia 2006 |
 +
Series          = SL, SC, Masters |
 +
Team(s)        = [[Halcyon Racing]] |
 +
}}
 +
 +
For the basic driver infobox, you should use the following template:
 +
 +
'''<nowiki>{{Infobox driver}}</nowiki>'''
 +
 +
If you're creating a new driver page you can copy and paste the following code and change the details yourself. As an example the code below produces the infobox for [[Adam Rouse]] on the right.
 +
 +
{| class="toccolours" margin-left:1em; font-size:90%; text-align:left;"
 +
|<pre>{{Infobox driver |
 +
Name            = {{flagicon|ENG}} Adam Rouse |
 +
Image          = [[File:Adam Rouse helmet.png|250px]] |
 +
Nationality    = {{flagicon|UK}} British |
 +
JoinYear        = 2005 |
 +
FirstRace      = Malaysia 2006 |
 +
Series          = SL, SC, Masters |
 +
Team(s)        = [[Halcyon Racing]] |
 +
}}</pre>
 +
|-
 +
|}
 +
 +
===Driver statsbox===
 +
 +
{{Infobox driver stats |
 +
Name            = {{flagicon|ENG}} Adam Rouse |
 +
Image          = [[File:Nordsjoen 10.png|250px]] |
 +
Series          = Superleague |
 +
Updated        = 2012 R18 |
 +
DebutYear      = 2006 |
 +
First race      = Malaysia 2006 |
 +
Team(s)        = [[Nordsjoen Racing]], [[Halcyon Racing]] |
 +
Races          = 48 |
 +
Championships  = 0 |
 +
Wins            = 2 |
 +
Podiums        = 8 |
 +
Poles          = 1 |
 +
Fastest laps    = 4 |
 +
}}
 +
 +
For the basic driver stats infobox, you should use the following template:
 +
 +
'''<nowiki>{{Infobox driver stats}}</nowiki>'''
 +
 +
If you want to add a stats box to a driver page you can copy and paste the following code and change the details yourself. As an example the code below produces the infobox for [[Adam Rouse]] on the left.
 +
 +
{| class="toccolours" margin-right:1em; font-size:90%; text-align:left;"
 +
|<pre>{{Infobox driver stats |
 +
Name            = {{flagicon|ENG}} Adam Rouse |
 +
Image          = [[File:Nordsjoen 10.png|250px]] |
 +
Series          = Superleague |
 +
Updated        = 2012 R18 |
 +
DebutYear      = 2006 |
 +
First race      = Malaysia 2006 |
 +
Team(s)        = [[Nordsjoen Racing]], [[Halcyon Racing]] |
 +
Races          = 48 |
 +
Championships  = 0 |
 +
Wins            = 2 |
 +
Podiums        = 8 |
 +
Poles          = 1 |
 +
Fastest laps    = 4 |
 +
}}</pre>
 +
|-
 +
|}
 +
<br>
 +
<br>
 +
===Team infobox===
 +
 +
{{Infobox team |
 +
Short_name    = {{flagicon|ITA}} Nordsjøen |
 +
Long_name    = Nordsjøen Racing |
 +
Logo          = [[File:Nordsjoen_logo.png|300px]] |
 +
Owner        = {{flagicon|NOR}} [[Birgitte Wangensteen]] |
 +
Base          = {{flagicon|WAL}} Cardiff, Wales |
 +
Staff        = {{flagicon|ITA}} [[William Ponissi]] |
 +
JoinYear      = 2002 |
 +
Series        = SL, SC, Masters |
 +
AssociatedTeams = [[EIRE]] |
 +
Website        = http://www.nordsjoen-racing.com/ |
 +
}}
 +
 +
For the basic team infobox, you should use the following template:
 +
 +
'''<nowiki>{{Infobox team}}</nowiki>'''
 +
 +
If you're creating a new team page you can copy and paste the following code and change the details yourself. As an example the code below produces the infobox for [[Nordsjøen Racing]] on the right.
 +
 +
{| class="toccolours" margin-left:1em; font-size:90%; text-align:left;"
 +
|<pre>{{Infobox team |
 +
Short_name    = {{flagicon|ITA}} Nordsjøen |
 +
Long_name    = Nordsjøen Racing |
 +
Logo          = [[File:Nordsjoen_logo.png|300px]] |
 +
Owner        = {{flagicon|NOR}} [[Birgitte Wangensteen]] |
 +
Base          = {{flagicon|WAL}} Cardiff, Wales |
 +
Staff        = {{flagicon|ITA}} [[William Ponissi]] |
 +
JoinYear      = 2002 |
 +
Series        = SL, SC, Masters |
 +
AssociatedTeams = [[EIRE]] |
 +
Website        = http://www.nordsjoen-racing.com/ |
 +
}}</pre>
 +
|-
 +
|}
 +
 +
==Editing Tables==
 +
 +
Editing tables is one of the harder tasks at present, but the following is intended to be a basic guide.
 +
 +
===Example===
 +
 +
{| class="wikitable" border="1" style="text-align:center; font-size:90%;"
 +
! Heading 1
 +
! Heading 2
 +
! Heading 3
 +
! Heading 4
 +
|-
 +
! Row 2 Column 1
 +
| Row 2 Column 2
 +
| Row 2 Column 3
 +
| Row 2 Column 4
 +
|-
 +
!rowspan=2| Row 3 Column 1
 +
|rowspan=2| Row 3 Column 2
 +
| Row 3 Column 3a
 +
|rowspan=2| Row 3 Column 4
 +
|-
 +
| Row 3 Column 3b
 +
|-
 +
| [[Example Driver]]
 +
|bgcolor="#ffffbf"| 1
 +
|bgcolor="#dfdfdf"| 2
 +
|bgcolor="#ffdf9f"| 3
 +
|-
 +
| [[Example Driver 2]]
 +
|bgcolor="#dfffdf"| 4
 +
|bgcolor="#cfcfff"| 11
 +
|bgcolor="#efcfff"| Ret
 +
|-
 +
| [[Example Driver 3]]
 +
|bgcolor="#FFDF9F"|AUS
 +
<small>3</small>
 +
|bgcolor="#FFFFBF"|CHN
 +
<small>1</small>
 +
|bgcolor="#FFFFFF"|JAP
 +
<small></small>
 +
|-
 +
|}
 +
 +
The table above is generated from the code below:
 +
<pre>{| class="wikitable" border="1" style="text-align:center; font-size:90%;"
 +
! Heading 1
 +
! Heading 2
 +
! Heading 3
 +
! Heading 4
 +
|-
 +
! Row 2 Column 1
 +
| Row 2 Column 2
 +
| Row 2 Column 3
 +
| Row 2 Column 4
 +
|-
 +
!rowspan=2| Row 3 Column 1
 +
|rowspan=2| Row 3 Column 2
 +
| Row 3 Column 3a
 +
|rowspan=2| Row 3 Column 4
 +
|-
 +
| Row 3 Column 3b
 +
|-
 +
| [[Example Driver]]
 +
|bgcolor="#ffffbf"| 1
 +
|bgcolor="#dfdfdf"| 2
 +
|bgcolor="#ffdf9f"| 3
 +
|-
 +
| [[Example Driver 2]]
 +
|bgcolor="#dfffdf"| 4
 +
|bgcolor="#cfcfff"| 11
 +
|bgcolor="#efcfff"| Ret
 +
|-
 +
| [[Example Driver 3]]
 +
|bgcolor="#FFDF9F"|AUS
 +
<small>3</small>
 +
|bgcolor="#FFFFBF"|CHN
 +
<small>1</small>
 +
|bgcolor="#FFFFFF"|JAP
 +
<small></small>
 +
|-
 +
|}</pre>
 +
 +
===Basic Codes===
 +
 +
These are the basic codes you need to create cell, row and columns in a table.
 +
 +
{| class="wikitable" border="1" style="text-align:center; font-size:90%;"
 +
! You type
 +
!width=100| You get
 +
! Notes
 +
|-
 +
|'''<nowiki>{| class="wikitable" border="1" style="text-align:center; font-size:90%;"</nowiki>'''
 +
|
 +
| Opening line for a standard table
 +
|-
 +
|'''<nowiki>! Text</nowiki>'''
 +
! Text
 +
| A Cell formatted as a heading
 +
|-
 +
|'''<nowiki>| Text</nowiki>'''
 +
| Text
 +
| A normal cell
 +
|-
 +
|'''<nowiki>| </nowiki>'''
 +
|
 +
| A blank cell
 +
|-
 +
|'''<nowiki>|-</nowiki>'''
 +
|
 +
| End of a row
 +
|-
 +
|'''<nowiki>|bgcolor="#ffffbf"|Text</nowiki>'''
 +
|bgcolor="#ffffbf"|Text
 +
|Cell background is coloured
 +
|-
 +
|'''<nowiki>|rowspan=2|Text</nowiki>'''
 +
|rowspan=2|Text
 +
|rowspan=2| Cell spans 2 rows (use with caution)
 +
|-
 +
| &nbsp;
 +
|-
 +
|'''<nowiki>|}</nowiki>'''
 +
|
 +
| End of a table
 +
|}
 +
 +
===Colour codes for race results===
 +
 +
{| class="wikitable" border="1" style="text-align:center; font-size:90%;"
 +
!width=300| Code
 +
! Result
 +
!width=200| Usage
 +
|-
 +
|'''<nowiki>|bgcolor="#ffffbf"| 1</nowiki>'''
 +
|bgcolor="#ffffbf"| 1
 +
| Race Win
 +
|-
 +
|'''<nowiki>|bgcolor="#dfdfdf"| 2</nowiki>'''
 +
|bgcolor="#dfdfdf"| 2
 +
| 2nd Position
 +
|-
 +
|'''<nowiki>|bgcolor="#ffdf9f"| 3</nowiki>'''
 +
|bgcolor="#ffdf9f"| 3
 +
| 3rd Position
 +
|-
 +
|'''<nowiki>|bgcolor="#dfffdf"| 4</nowiki>'''
 +
|bgcolor="#dfffdf"| 4
 +
| Points Finish
 +
|-
 +
|'''<nowiki>|bgcolor="#cfcfff"| 11</nowiki>'''
 +
|bgcolor="#cfcfff"| 11
 +
| Non-points Finish
 +
|-
 +
|'''<nowiki>|bgcolor="#efcfff"| Ret</nowiki>'''
 +
|bgcolor="#efcfff"| Ret
 +
| Retired
 +
|-
 +
|'''<nowiki>|bgcolor="#000000" style="color:white"| DSQ</nowiki>'''
 +
|bgcolor="#000000" style="color:white"| DSQ
 +
| Disqualified
 +
|-
 +
|'''<nowiki>|bgcolor="#ffffff"| DNS</nowiki>'''
 +
|bgcolor="#ffffff"| DNS
 +
| Did not start
 +
|-
 +
|'''<nowiki>| -</nowiki>'''
 +
| -
 +
| Did not participate
 +
|}
 +
 +
[[Category:GPVWC Guides]]
 +
[[Category:Information pages]]

Latest revision as of 18:37, 2 December 2012

This page is designed to both help people new to wikis and those new to what we've made available for our members.

Editing Cheatsheet

Works anywhere in the text
Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

'''''bold & italic'''''

bold & italic

Link to another page

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Text to display

Add an image

[[File:RFactor.png|thumb|alt=Alt text|Caption]]

Alt text
Caption
Add a page to a category [[Category:Category name]] Categories should be placed at the end of pages. The category name will display in a bar at the bottom when the page is previewed or saved.
Signature
Sign your contributions when posting to a Talk Page.
Do not sign when contributing to an article.

~~~~

Username (talk) 13:19, 8 May 2024 (UTC)

Works only at the beginning of lines
Description You type You get
Redirect to another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page]]

Target page

Redirect to a section of another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page#anchorName]]

Target page#anchorName

Section headings
A Table of Contents will automatically be generated when four headings are added to an article.
Do not use =Level 1=; it is reserved for page titles.

== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======

Level 2
Level 3
Level 4
Level 5
Level 6
Bulleted list

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Indenting text
This is used when replying on a talk page, to make it easier to follow conversations.

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent


Adding Categories

When creating pages or uploading images it helps the organization of the wiki if you add categories for the item to belongs to. You simply need to add [[Category:Category name]] at the end of a page or image description and you can add an item to as many categories as you wish.


Some examples of useful categories include:


Useful Templates

Driver infobox

England Adam Rouse
Adam Rouse helmet.png
Nationality United Kingdom British
Year Joined 2005
First Race Malaysia 2006
Series Entered SL, SC, Masters
Current Team(s) Halcyon Racing
Championships {{{Championships}}}
Wins {{{Wins}}}
Podiums {{{Podiums}}}
Poles {{{Poles}}}
Fastest Laps {{{Fastest Laps}}}


For the basic driver infobox, you should use the following template:

{{Infobox driver}}

If you're creating a new driver page you can copy and paste the following code and change the details yourself. As an example the code below produces the infobox for Adam Rouse on the right.

{{Infobox driver |
Name            = {{flagicon|ENG}} Adam Rouse |
Image           = [[File:Adam Rouse helmet.png|250px]] |
Nationality     = {{flagicon|UK}} British |
JoinYear        = 2005 |
FirstRace       = Malaysia 2006 |
Series          = SL, SC, Masters |
Team(s)         = [[Halcyon Racing]] |
}}

Driver statsbox

Nordsjoen 10.png
Superleague Career (up to 2012 R18)
Debut Year 2006
Associated Teams Nordsjoen Racing, Halcyon Racing
Races 48
Championships 0
Race Wins 2
Podium Finishes 8
Pole positions 1
Fastest laps 4
First Race Malaysia 2006


For the basic driver stats infobox, you should use the following template:

{{Infobox driver stats}}

If you want to add a stats box to a driver page you can copy and paste the following code and change the details yourself. As an example the code below produces the infobox for Adam Rouse on the left.

{{Infobox driver stats |
Name            = {{flagicon|ENG}} Adam Rouse |
Image           = [[File:Nordsjoen 10.png|250px]] |
Series          = Superleague |
Updated         = 2012 R18 |
DebutYear       = 2006 |
First race      = Malaysia 2006 |
Team(s)         = [[Nordsjoen Racing]], [[Halcyon Racing]] |
Races           = 48 |
Championships   = 0 |
Wins            = 2 |
Podiums         = 8 |
Poles           = 1 |
Fastest laps    = 4 |
}}



Team infobox

Italy Nordsjøen
Nordsjoen logo.png
Full name Nordsjøen Racing
Owner/s Norway Birgitte Wangensteen
Base Wales Cardiff, Wales
Key staff Italy William Ponissi
Year Joined 2002
Series Entered SL, SC, Masters
Associated Teams EIRE
Website http://www.nordsjoen-racing.com/


For the basic team infobox, you should use the following template:

{{Infobox team}}

If you're creating a new team page you can copy and paste the following code and change the details yourself. As an example the code below produces the infobox for Nordsjøen Racing on the right.

{{Infobox team |
Short_name    = {{flagicon|ITA}} Nordsjøen |
Long_name     = Nordsjøen Racing |
Logo          = [[File:Nordsjoen_logo.png|300px]] |
Owner         = {{flagicon|NOR}} [[Birgitte Wangensteen]] |
Base          = {{flagicon|WAL}} Cardiff, Wales |
Staff         = {{flagicon|ITA}} [[William Ponissi]] |
JoinYear      = 2002 |
Series        = SL, SC, Masters |
AssociatedTeams = [[EIRE]] |
Website         = http://www.nordsjoen-racing.com/ |
}}

Editing Tables

Editing tables is one of the harder tasks at present, but the following is intended to be a basic guide.

Example

Heading 1 Heading 2 Heading 3 Heading 4
Row 2 Column 1 Row 2 Column 2 Row 2 Column 3 Row 2 Column 4
Row 3 Column 1 Row 3 Column 2 Row 3 Column 3a Row 3 Column 4
Row 3 Column 3b
Example Driver 1 2 3
Example Driver 2 4 11 Ret
Example Driver 3 AUS

3

CHN

1

JAP

The table above is generated from the code below:

{| class="wikitable" border="1" style="text-align:center; font-size:90%;"
! Heading 1
! Heading 2
! Heading 3
! Heading 4
|-
! Row 2 Column 1
| Row 2 Column 2
| Row 2 Column 3
| Row 2 Column 4
|-
!rowspan=2| Row 3 Column 1
|rowspan=2| Row 3 Column 2
| Row 3 Column 3a
|rowspan=2| Row 3 Column 4
|-
| Row 3 Column 3b
|-
| [[Example Driver]]
|bgcolor="#ffffbf"| 1
|bgcolor="#dfdfdf"| 2
|bgcolor="#ffdf9f"| 3
|-
| [[Example Driver 2]]
|bgcolor="#dfffdf"| 4
|bgcolor="#cfcfff"| 11
|bgcolor="#efcfff"| Ret
|-
| [[Example Driver 3]]
|bgcolor="#FFDF9F"|AUS
<small>3</small>
|bgcolor="#FFFFBF"|CHN
<small>1</small>
|bgcolor="#FFFFFF"|JAP
<small></small>
|-
|}

Basic Codes

These are the basic codes you need to create cell, row and columns in a table.

You type You get Notes
{| class="wikitable" border="1" style="text-align:center; font-size:90%;" Opening line for a standard table
! Text Text A Cell formatted as a heading
| Text Text A normal cell
| A blank cell
|- End of a row
|bgcolor="#ffffbf"|Text Text Cell background is coloured
|rowspan=2|Text Text Cell spans 2 rows (use with caution)
 
|} End of a table

Colour codes for race results

Code Result Usage
|bgcolor="#ffffbf"| 1 1 Race Win
|bgcolor="#dfdfdf"| 2 2 2nd Position
|bgcolor="#ffdf9f"| 3 3 3rd Position
|bgcolor="#dfffdf"| 4 4 Points Finish
|bgcolor="#cfcfff"| 11 11 Non-points Finish
|bgcolor="#efcfff"| Ret Ret Retired
|bgcolor="#000000" style="color:white"| DSQ DSQ Disqualified
|bgcolor="#ffffff"| DNS DNS Did not start
| - - Did not participate