Wiki Edit Cheat Sheet: Difference between revisions

From FSU Fox's Lab Wiki
Jump to navigation Jump to search
Line 7: Line 7:
Wiki language supports [https://www.w3schools.com/html/default.asp HTML] and [https://www.w3schools.com/css/default.asp CSS].  
Wiki language supports [https://www.w3schools.com/html/default.asp HTML] and [https://www.w3schools.com/css/default.asp CSS].  


To change the css, visit [https://fsunuc.physics.fsu.edu/wiki/index.php/MediaWiki:Common.css MediaWiki:Common.css].
To change the default css template, visit [https://fsunuc.physics.fsu.edu/wiki/index.php/MediaWiki:Common.css MediaWiki:Common.css].


== Level 2 ==
== Level 2 ==

Revision as of 01:57, 25 April 2022


Formatting

Link to Formatting.

Wiki language supports HTML and CSS.

To change the default css template, visit MediaWiki:Common.css.

Level 2

Level 3

Level 4

Level 5
Level 6
  1. List 1
    1. List 1a
    2. Lis3 1b
  2. List 2
    1. List 2a
      1. List 2ai

Links

interWiki Link Tandem Accelerator

interWiki Link to a subsection Tandem Accelerator#Terminal_Foil_Band_Changer

interWiki Link to a subsection, with simplified name Foil Band Changer

OuterWiki Link FSU Nuclear Physics Home


Tandem_Accelerator#Venting_the_Tandem_to_Air

Using color

NEED PROOF READING

List of colors

Table

A simple bordered table can be started by using

Wikicode:
{| class="wikitable" style="margin:auto"
|+ Table Captions
|-
! header1 !! header2
|-
| Dirac || apple
|-
| Fermi | banana
|}
Result:
Table Captions
header1 header2
Dirac apple
banana

Math example

using <math> can start Latex:

<math> \left( -\frac{\hbar^2}{2m}\nabla + V(r) \right) \phi = \frac{\partial}{\partial t}\phi </math>

The result is: