User:ZeWrestler/Sandbox

From Wikipedia, the free encyclopedia

If you are here, you found my personal sandbox for experients that I'll be inserting at later times into articles.

If you have any questions/comments, please direct them to my talk page.

MSU infobox[edit]

Montclair State University



TypePublic University
Established1908
Endowment$1 billion
PresidentSusan Cole
Students16,063
Undergraduates12,174
Postgraduates3,889
Location,
CampusSuburban
200 acre (80.93 ha) campus
SportsRed Hawk Athletics
ColorsRed and white
MascotRedhawks
Websitehttp://www.montclair.edu

retrieve logo from http://www.csam.montclair.edu/earth/eesweb/brachfeld/MSU_logo.JPG

Copyright tag placeholders[edit]


Common Lisp[edit]

for Insertion sort implementations article.

(defun insert (target list)
       (if (equal list NIL)
       (cons target '())
       (if (<= target (first list))
       (cons target list)
       (cons (first list) (insert target (rest list))))))
(defun insertSort(myList)
       (if (NULL mylist)
       '()
       (insert (first myList) (insertSort (rest myList)))))

Navigation menu idea[edit]

Main | Talk | Image Contributions | Fair-Use Contributions

Taken from User:JiFish

Taken from User:Amren

Wrestling Controversy[edit]

Montclair State University has come under pressure from their recent attacks on their recently dispanded wrestling team.

Syracuse University Infobox[edit]

1080 Citation[edit]

The player controls a snowboarder in one of six modes. 1080° has two trick modes (trick attack and contest)[1], three race modes (race, time attack, and multiplayer)[2], a training mode, and an options mode[3]. The objective of the game is either to arrive quickly at a level's finish line or to receive maximum points for trick combinations.

match race mode, the player competes in a series of races against AI-controlled snowboarders[4]. The game times the player throughout the level, and players receive a life meter which fills if the snowboarder falls down or is knocked over. The difficulty level in match races can be set to easy, medium, or hard, adjusting the complexity and number of races. If the player fails at defeating an AI competitor, they must retire. The player is given three chances to beat the computer before the game is over.[5]

SU Building template[edit]

Building Image Constructed Notes Reference
Administration Building
Alibrandi Catholic Center

new users page[edit]

Special:Log/newusers

nav box[edit]

10:53 pm, 26 April 2024 (PDT)
  1. ^ 1080 Snowboarding Instruction Booklet, Japan: Nintendo, 1998 {{citation}}: |access-date= requires |url= (help) pg 15-16
  2. ^ 1080 Snowboarding Instruction Booklet, Japan: Nintendo, 1998 {{citation}}: |access-date= requires |url= (help) pg 12-15, 17
  3. ^ 1080 Snowboarding Instruction Booklet, Japan: Nintendo, 1998 {{citation}}: |access-date= requires |url= (help) pg 4-6
  4. ^ 1080 Snowboarding Instruction Booklet, Japan: Nintendo, 1998 {{citation}}: |access-date= requires |url= (help) pg 12
  5. ^ 1080 Snowboarding Instruction Booklet, Japan: Nintendo, 1998 {{citation}}: |access-date= requires |url= (help) pg 12-13