Difference between revisions of "UniWiki:Editing commands visual guide"

From EVE University Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{main|UniWiki:Editing Guide}}
 
{{main|UniWiki:Editing Guide}}
  
This page shows a small number of commonly used uniwiki styling commands. EDIT this page to see the coded version. (It can help to open this page in two windows; one with the code.) Above the code you will see a set of menu items ... clicking on these is often faster than typing the code manually.
+
This page shows a small number of commonly used uniwiki styling commands. EDIT this page to see the coded version. (It can help to open this page in two windows; one with the code.)
 +
 
  
 
*Lists are made with * or #
 
*Lists are made with * or #
 
*The next line must follow with no blank lines
 
*The next line must follow with no blank lines
 
**Use more * to indent
 
**Use more * to indent
 
 
#Use # for numbered lists
 
#Use # for numbered lists
##Two ## to indent
+
##More # to indent
  
 
::Use : to indent without a label
 
::Use : to indent without a label

Revision as of 18:19, 21 November 2020

Main article: UniWiki:Editing Guide

This page shows a small number of commonly used uniwiki styling commands. EDIT this page to see the coded version. (It can help to open this page in two windows; one with the code.)


  • Lists are made with * or #
  • The next line must follow with no blank lines
    • Use more * to indent
  1. Use # for numbered lists
    1. More # to indent
Use : to indent without a label
This is a "hat note"; used for emphasis.
This is a "note box". also used for emphasis.

This is how you make colored text. You numbered codes determine an HTML color.

The div code pair is used to center text. Note that this is an operation, and not a built-in formatting command.
Color will be the background color; border will be the border color

Caldari Icons have their own special codes. Capacitor Management As to links to skills.

TemperateLarge.png

The standard image appears on the right.

TemperateLarge.png
TemperateLarge.png

Use |left| to put it on the left. Use |center| to center it. To change the size, use |upright=1.0| ... make the number bigger or smaller - 2.0 will be bigger; 0.5 will be smaller.

Use the clear command to start the next text line AFTER the image.

Use break (br) to
split a line in two.

Tables are easier than they look. The basics are shown in the UniWiki Editing Guide. Details for more complex tables are at the WIKI help center.