Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!
You may want to open HelpOnEditing in a new window or tab while you edit.
Formatting
Hi all people!!!
Someone please mention the purpose of this wiki on some page.
A lot of pages are probably official pages as faculty edits show.(Lab designs etc.)And y no 1 knows about this page though it has a link on the aero homepage????
italic bold typewriter
backtick typewriter (configurable)
bigger smaller
preformatted some more and some more lines too
1 #!/usr/env python
2 '''This is the Beginning of the Aerospace Department
3 The Dawn of a new era in the history of aero.
4 Air has never been so cool'''
5 def hello():
6 print " here on this page some codes are written in different languages. what is the purpose here? is it just for highliting the keywords of that particular language when people see the code on the webpage..like here? "
7 return None
1 //Bloated code
2 //Define Main class
3 public class Main {
4 //Constructor of Main class
5 Main(){
6 msg = "Welcome to Aerospace Dept.";
7 }
8 //Fields
9 private String msg;
10 //Methods
11 public String getMsg(){
12 return msg;
13 }
14 public void print(String text){
15 System.out.println(text);
16 }
17 public static void main(String[] args]){
18 System.out.println("Starting main thread");
19 //Creating an instance of Main
20 Main m = new Main();
21 m.print("Hello, "+m.getMsg());
22 return 0;
23 }
}
#include <iostream>; using namespace std; int main(char * args, int argv) { cout << "Hello world!" << endl; return 0; }
Linking
http://moinmoin.wikiwikiweb.de/ Python
Image Link
Smileys
Alert
Lists
Bullet
- first
- nested and numbered
- numbered lists are renumbered
- second
- third blockquote
- deeper
Glossary
- Term
- Definition
Drawing
Heading 1
Heading 2
Heading 3