We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

SnesLab:Sandbox: Difference between revisions

From SnesLab
Jump to: navigation, search
No edit summary
m (test)
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:SMM SMW Rotating Block.png|thumb|right|alt=hi]]
<strong>Welcome to the SNESLAB wiki!</strong>
<strong>Welcome to the SNESLAB wiki!</strong>


The rest of this page is reserved for testing stuff. ''italic'' '''bold''' '''''bold italic'''''
The rest of this page is reserved for testing lots of stuff. ''italic'' '''bold''' '''''bold italic'''''


* Item1
function <code>int m2()</code> is nice
* Item2
* Item3
* Item4
** Sub-item 4 a)
*** Sub-item 4 a) 1.
**** Sub-item 4 a) 1. i)
**** Sub-item 4 a) 1. ii)
** Sub-item 4 b)
* Item5


# Item1
<pre>
# Item2
# Item3
# Item4
## Sub-item 1
### Sub-sub-item
#### Sub-sub-sub-item
## Sub-item 2
# Item5
 
function <code>int m2()</code> is nice.
 
<source lang="cpp">
#include <iostream>
#include <iostream>
int m2 (int ax, char *p_ax) {
int m2 (int ax, char *p_ax) {
   std::cout <<"Hello World!";
   std::cout <<"Hello World!";
   return 0;
   return 0;
}</source>
}</pre>
 
{| class="wikitable"
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
 
{|
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}


[[File:SneslabLogo.png|thumb|SNESLAB logo]]
[[File:SneslabLogo.png|thumb|SNESLAB logo]]


[[File:SneslabLogo.png|SNESLAB logo]]
[[File:SneslabLogo.png|SNESLAB logo]]
 
 
__TOC__


== Getting started ==
== Getting started ==
Line 44: Line 48:
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
== Heading 2 ==
=== Heading 3 ===
==== Heading 4 ====
===== Heading 5 =====
====== Heading 6 ======
# List
# List
# List
&#x23; Not list<br>
&#x23; Not list<br>
&#x23; Not list

Latest revision as of 22:08, 17 November 2023

hi

Welcome to the SNESLAB wiki!

The rest of this page is reserved for testing lots of stuff. italic bold bold italic

function int m2() is nice

#include <iostream>
int m2 (int ax, char *p_ax) {
  std::cout <<"Hello World!";
  return 0;
}
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example
SNESLAB logo

SNESLAB logo


Getting started

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
  1. List
  2. List
  3. List

# Not list
# Not list
# Not list