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}}  
 
+
{{main|UniWiki:Manual of Style}}
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.)
+
:[https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style#Keep_markup_simple Wikipedia Foundation Manual of Style]
  
 +
This page shows a small number of commonly used, though somewhat more advanced, 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 and Indentation ==
 
*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
Line 12: Line 14:
 
:Use : to indent without a label
 
:Use : to indent without a label
  
 
+
== Emphasis ==
 
{{hatnote|This is a "hat note"; used for emphasis.}}
 
{{hatnote|This is a "hat note"; used for emphasis.}}
  
Line 19: Line 21:
  
  
{{Color box | color=#A9BCF5 | border=#FA58D0 | This is a color box. ''Color'' will be the background color; ''border'' will be the border color. The numbered code determines an [https://html-color-codes.info HTML color]. FFFFFF is white; 000000 is black; 888888 is middle grey}}
+
{{Color box | color=#0B2161 | border=#F4FA58 | This is a color box. ''Color'' will be the background color; ''border'' will be the border color. The numbered code determines an [https://html-color-codes.info HTML color]. FFFFFF is white; 000000 is black; 888888 is middle grey}}
  
  
Line 29: Line 31:
  
  
 +
== Templates ==
 
{{icon|caldari2|22|Caldari}} Icons have [[UniWiki:Icons|their own special codes]].
 
{{icon|caldari2|22|Caldari}} Icons have [[UniWiki:Icons|their own special codes]].
 
{{sk|Capacitor Management}} As to links to skills.
 
{{sk|Capacitor Management}} As to links to skills.
 
These are called "templates". You can view a [[UniWiki:Templates#Templates_on_the_UniWiki|list of UniWiki templates]].
 
These are called "templates". You can view a [[UniWiki:Templates#Templates_on_the_UniWiki|list of UniWiki templates]].
  
 +
== Images ==
 
[[File:TemperateLarge.png|thumb]]
 
[[File:TemperateLarge.png|thumb]]
 
The standard image appears on the right.
 
The standard image appears on the right.
Line 39: Line 43:
 
{{clear}} Use the clear command to start the next text line AFTER the image.  
 
{{clear}} Use the clear command to start the next text line AFTER the image.  
  
 +
== Miscellaneous ==
 
Use break (br) to<br>split a line in two.
 
Use break (br) to<br>split a line in two.
  
 
Tables are easier than they look. The basics are shown in the [[UniWiki:Editing_Guide#Tables|UniWiki Editing Guide]]. Details for more complex tables are at the [https://en.wikipedia.org/wiki/Help:Table WIKI help center].
 
Tables are easier than they look. The basics are shown in the [[UniWiki:Editing_Guide#Tables|UniWiki Editing Guide]]. Details for more complex tables are at the [https://en.wikipedia.org/wiki/Help:Table WIKI help center].

Revision as of 18:55, 21 November 2020

Main article: UniWiki:Editing Guide
Main article: UniWiki:Manual of Style
Wikipedia Foundation Manual of Style

This page shows a small number of commonly used, though somewhat more advanced, 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 and Indentation

  • Lists are made with * or #
  • The next line must follow with no blank lines
    • Use more * to indent
  1. Use # for numbered lists - note that this is part of the same list
    1. More # to indent
Use : to indent without a label

Emphasis

This is a "hat note"; used for emphasis.


This is a "note box". also used for emphasis.


This is a color box. Color will be the background color; border will be the border color. The numbered code determines an HTML color. FFFFFF is white; 000000 is black; 888888 is middle grey


This is how you make colored text. .

Be very careful with colored text and boxes. Some colors are special for UniWiki - like links - and there is a general "style" used in UniWiki editing.


The div code pair is used to center text. Note that this is an operation, and not a built-in formatting command.


Templates

Caldari Icons have their own special codes. Capacitor Management As to links to skills. These are called "templates". You can view a list of UniWiki templates.

Images

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.

Miscellaneous

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.