Difference between revisions of "Test Page"

From MediaArts KB
Jump to: navigation, search
(Created page with "Category:Test =Main Header== some text would go here. All pages should have at lease one Category Tag on top http://www.google.com [http://www.google.com | Link with...")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Test]]
 
[[Category:Test]]
  
=Main Header==
+
=Main Header=
  
 
some text would go here.
 
some text would go here.
  
 
All pages should have at lease one Category Tag on top
 
All pages should have at lease one Category Tag on top
 +
 +
[[New Page]]
 +
 +
==Sub header==
  
 
http://www.google.com
 
http://www.google.com
  
[http://www.google.com | Link with text]
+
[http://www.google.com Link with text]
 +
 
 +
[[VDI Instructor Pilot]]
 +
 
 +
===Code Test===
 +
<syntaxhighlight lang="csharp">
 +
void Update () {
 +
 
 +
        //Move Pacman
 +
        this.transform.position += this.Direction * this.Speed * Time.deltaTime;
 +
}
 +
</syntaxhighlight>
 +
 
 +
[[Communication Department Trouble Ticket]]

Latest revision as of 15:28, 5 December 2017


Main Header

some text would go here.

All pages should have at lease one Category Tag on top

New Page

Sub header

http://www.google.com

Link with text

VDI Instructor Pilot

Code Test

void Update () {

        //Move Pacman
        this.transform.position += this.Direction * this.Speed * Time.deltaTime;
}

Communication Department Trouble Ticket