Difference between revisions of "Help:Editing pages"

From GPVWC Wiki
Jump to: navigation, search
(Drivers' templates)
Line 68: Line 68:
 
| Last season    = 2011
 
| Last season    = 2011
 
}}</pre>
 
}}</pre>
 +
 +
==Editing Cheatsheet==
 +
 +
<div align="center">
 +
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;"
 +
|-<!--WORKS ANYWHERE IN THE TEXT-->
 +
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works anywhere in the text'''
 +
|-<!--COLUMN HEADINGS-->
 +
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|Description
 +
| style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You type
 +
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You get
 +
|-<!--1ST ROW 1ST COLUMN-->
 +
|Italic text
 +
|<!--2ND COLUMN-->
 +
<tt><nowiki>''italic''</nowiki></tt>
 +
|<!--3RD COLUMN-->
 +
''italic''
 +
|-<!--HORIZONTAL LINE-->
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-<!--2ND ROW 1ST COLUMN-->
 +
|Bold text
 +
|
 +
<tt><nowiki>'''bold'''</nowiki></tt>
 +
|
 +
'''bold'''
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Bold and italic text
 +
|
 +
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
 +
|
 +
'''''bold & italic'''''
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
||Link to another page
 +
|
 +
<tt><nowiki>[[Name of page]]</nowiki></tt><br />
 +
<tt><nowiki>[[Name of page|Text to display]]</nowiki></tt>
 +
|
 +
[[Name of page]]<br />
 +
[[Name of page|Text to display]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Add an image
 +
|
 +
<tt><nowiki>[[</nowiki>File:RFactor.png|thumb|alt=Alt&nbsp;text|Caption<nowiki>]]</nowiki></tt>
 +
|
 +
[[File:RFactor.png|thumb|alt=Alt text|Caption]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Add a page to a category
 +
|<tt><nowiki>[[Category:Category name]]</nowiki></tt>
 +
|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.
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Signature
 +
<div style="padding: 0.7em .5em; font-size:0.9em;">''Sign your contributions when posting to a [[Wikipedia:Tutorial (Talk pages)|Talk Page]].''</div>
 +
<div style="padding: 0em .5em; font-size:0.9em;">''Do not sign when contributing to an article.''</div>
 +
|
 +
<tt><nowiki>~~~~</nowiki></tt>
 +
|
 +
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
 +
 +
|-<!--WORKS ONLY AT THE BEGINNING OF LINES-->
 +
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works only at the beginning of lines'''
 +
|-<!--COLUMN HEADINGS-->
 +
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|Description
 +
| style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You type
 +
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You get
 +
|-
 +
|Redirect to another page
 +
<div style="padding: 0.7em .5em; font-size:0.9em;">''Redirects must be placed at the start of the first line.''</div>
 +
|
 +
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
 +
|
 +
↳ [[Target page]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Redirect to a section of another page
 +
<div style="padding: 0.7em .5em; font-size:0.9em;">''Redirects must be placed at the start of the first line.''</div>
 +
|
 +
<tt><nowiki>#REDIRECT [[Target page#anchorName]]</nowiki></tt>
 +
|
 +
↳ [[Target page#anchorName]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Section headings<br />
 +
<div style="padding: 0.7em .5em; font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</div>
 +
<div style="padding: 0em .5em; font-size:0.9em;">''Do not use =Level 1=; it is reserved for page titles.''</div>
 +
|
 +
<tt><nowiki>== Level 2 ==</nowiki></tt><br />
 +
<tt><nowiki>=== Level 3 ===</nowiki></tt><br />
 +
<tt><nowiki>==== Level 4 ====</nowiki></tt><br />
 +
<tt><nowiki>===== Level 5 =====</nowiki></tt><br />
 +
<tt><nowiki>====== Level 6 ======</nowiki></tt>
 +
|
 +
==Level 2==
 +
===Level 3===
 +
====Level 4====
 +
===== Level 5 =====
 +
====== Level 6 ======
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Bulleted list
 +
|
 +
<tt>* One</tt><br />
 +
<tt>* Two</tt><br />
 +
<tt>** Two point one</tt><br />
 +
<tt>* Three</tt>
 +
|
 +
* One
 +
* Two
 +
** Two point one
 +
* Three
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Numbered list
 +
|
 +
<tt># One</tt><br />
 +
<tt># Two</tt><br />
 +
<tt>## Two point one</tt><br />
 +
<tt># Three</tt>
 +
|
 +
# One
 +
# Two
 +
## Two point one
 +
# Three
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|Indenting text
 +
<div style="padding: 0.7em .5em; font-size:0.9em;">''This is used when replying on a talk page, to make it easier to follow conversations.''</div>
 +
|
 +
<tt><nowiki>no indent (normal)</nowiki></tt><br />
 +
<tt><nowiki>:first indent</nowiki></tt><br />
 +
<tt><nowiki>::second indent</nowiki></tt><br />
 +
<tt><nowiki>:::third indent</nowiki></tt>
 +
|
 +
no indent (normal)<br />
 +
:first indent
 +
::second indent
 +
:::third indent
 +
|}
 +
</div>

Revision as of 07:51, 12 June 2011

This page could be developed to help people new to wikis and new to what we've made available for our members.

Useful Templates

Drivers' templates

England Adam Rouse
H2rel.png
Superleague Career
Nationality United Kingdom British
Active Years 5
Team(s) Triple-Double Racing
Nordsjoen Racing
Vod:Bul
Puma
Grand Prix 47
Championships 0
Wins 2
Podium finishes    8
Pole positions 0
Fastest laps  ?
First Grand Prix 2006 Malaysian Grand Prix
First Win 2009 Australian Grand Prix
Last Win 2009 Brazilian Grand Prix
Last Grand Prix 2011 Austrian Grand Prix

For Superleague drivers, you should use the following template.

{{Template:Infobox SL driver}}

If you copy and paste one that's already done from the 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:

{{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 drivers who haven't yet driven any Superleague races, but have raced in the Supercup, use this slight variation:

{{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
}}

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) 23:02, 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