Difference between revisions of "Sandbox"
From eLinux.org
| Line 1: | Line 1: | ||
| + | == Testing Spam Whitelist == | ||
| + | |||
| + | http://goo.gl/a4c639 | ||
| + | |||
== Test of references == | == Test of references == | ||
I want to test a reference <ref name="bird">Bird, T. (2006) This wikipedia reference thing is great. ''Journal of wikipedia greatness'' p. 2240</ref> | I want to test a reference <ref name="bird">Bird, T. (2006) This wikipedia reference thing is great. ''Journal of wikipedia greatness'' p. 2240</ref> | ||
Revision as of 18:03, 13 May 2011
Contents |
Testing Spam Whitelist
Test of references
I want to test a reference [1]
Here's a simple link: [1]
This is another test by swcai. It is great.
References
- ↑ Bird, T. (2006) This wikipedia reference thing is great. Journal of wikipedia greatness p. 2240
Testing Source Ref
{{#source: java
|
class Whatever {
public static void main() {
int a = 0;
while( a < 10 ) {
System.out.println(a);
}
}
}
}}
