Editing Help: Difference between revisions

From Wiki Grepolis EN
Jump to navigation
mNo edit summary
mNo edit summary
Line 151: Line 151:


<nowiki><br /></nowiki> gives you a blank line.
<nowiki><br /></nowiki> gives you a blank line.
=Better example of a table=
<nowiki>{| border="1px" cellspacing="0" class="wikitable"
!  align="center" width=100|  '''Gesture'''
! '''Action'''
! '''Outcome'''
|-
| align="center" | '''Tap'''
[[file:app_tap.png]]
|
# Tap the ranking icon.
# Tap the God's image.
# Tap the name of the city.
# Tap the left arrow or right next to the name of the city.
|
# Opens the rankings page.
# Opens the spells menu.
# Opens a list of your cities.
# Change to the previous town or the next town on the list.
|-
| align="center" | '''Double Tap'''
[[file:app_double_tap.png]]
| align="center" | Double tap a city when on the map view.
| align="center" | Find the city that you have tapped on on the map.
|-
| align="center" | '''Press and Move'''
[[file:app_flick.png]]
| align="center" | Press and move from the city name to the left or right.
| align="center" | Change to the previous town or the next town on the list.
|}</nowiki>

Revision as of 18:47, 3 September 2013

Markup

For more advanced details click here.

Description You type You get
Italics ''Italic text'' Italic text
Bold '''Bold text''' Bold text
Bold italics '''''Bold italics''''' Bold italics
Wiki link [[Main Page|Displayed Text]] Displayed Text
External link [http://en.grepolis.com/ Text to display]

[http://en.grepolis.com/]
http://en.grepolis.com/

Text to display

[1]
http://en.grepolis.com/

Redirect #REDIRECT [[Main Page]] Redirect.pngMain Page
Categorise Page [[Category:NAME]] Preview not available.
Section Headings ==Level 2==

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

Level 2

Level 3

Level 4

Level 5
Level 6
Bullet List *One

*Two
**Two point one
*Three

  • One
  • Two
    • Two point one
  • Three
Numbered List #1

#2
##2.1
#3

  1. One
  2. Two
    1. Two point one
  3. Three
Indents zero indent

:first indent
::second indent
:::third indent

zero indent
first indent
second indent
third indent
Tables

{| border="1"
|<center>'''Head Col 1'''</center>
|<center>'''Head Col 2'''</center>
|-
|Item 1 Col 1
|Item 1 Col 2
|}

Head Col 1
Head Col 2
Item 1 Col 1 Item 1 Col 2
Images [[File:Logo.png|thumb|alt=alt_text|Caption]]
alt_text
Caption
Signature ~~~~ Username (talk) 02:49, 16 June 2024 (UTC)
Collapsible Tables {| class="collapsible collapsed wikitable" |- ! This is the header cell, which is always shown |- | This cell is not shown by default. |} Preview not available

<br /> gives you a blank line.

Better example of a table

{| border="1px" cellspacing="0" class="wikitable" ! align="center" width=100| '''Gesture''' ! '''Action''' ! '''Outcome''' |- | align="center" | '''Tap''' [[file:app_tap.png]] | # Tap the ranking icon. # Tap the God's image. # Tap the name of the city. # Tap the left arrow or right next to the name of the city. | # Opens the rankings page. # Opens the spells menu. # Opens a list of your cities. # Change to the previous town or the next town on the list. |- | align="center" | '''Double Tap''' [[file:app_double_tap.png]] | align="center" | Double tap a city when on the map view. | align="center" | Find the city that you have tapped on on the map. |- | align="center" | '''Press and Move''' [[file:app_flick.png]] | align="center" | Press and move from the city name to the left or right. | align="center" | Change to the previous town or the next town on the list. |}