Jump to content

Sandbox: Difference between revisions

From NixOS Wiki
imported>Fadenb
testing if as described on https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23if
imported>Fadenb
let's see if this kills the wiki irc bot (again :P )
Line 42: Line 42:
</nowiki>}}
</nowiki>}}


{{#if: | yes | no}}
{{#if: string | yes | no}}
{{#if:      | yes | no}}
{{#if: | yes | no}}
{{#if: string | yes | no}}
{{#if:      | yes | no}}
{{#if: | yes | no}}
{{#if: | yes | no}}
{{#if: string | yes | no}}
{{#if: string | yes | no}}
{{#if:      | yes | no}}
{{#if:      | yes | no}}

Revision as of 17:29, 6 September 2017

Sandbox

What is a sandbox?

The sandbox page in this wiki is intended to test thing and toy around with syntax and features. Do not expect your content to stay here very long as any registered user can overwrite it at any time.

Please keep this header intact and do all you testing below :)

test

⚠︎
Warning: {{{1}}}
⚠︎
Warning: {{{1}}}
{{{1}}}

This is a link to the meta-article Discussion: Discussion

⏲︎︎
This article or section is outdated. Further information might be found in the corresponding discussion. Please remove this notice once the information has been updated.

Sand that box Shoop da whoop! Herp Derp


Pything highlighting test

def quickSort(arr): 
	less = []
	pivotList = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass
🐍︎ test.py
def quickSort(arr): 
	less = []
	pivotList = []
	more = []
	if len(arr) &lt;= 1:
		return arr
	else:
		pass

no yes no no yes no no yes no