Sandbox: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Line 86: Line 86:
</syntaxhighlight>
</syntaxhighlight>


===Python===
<syntaxhighlight lang="python" line='line'>
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>


==Cite==
==Cite==

Revision as of 03:42, 26 January 2018

This is a test page

This is a sub article page Sandbox/Sandbox subarticle

Templates

{{IBM-Reprint}}

Articles Name

{{DISPLAYTITLE:somClassInitFuncName}}

Boxes

[[Image:psmagazine.gif|thumb]]
File:Psmagazine.gif

---

[[Image:psmagazine.gif|thumb|Some Comments]]
File:Psmagazine.gif
Some Comments


---

[[image:W4WPS-fig4.jpg|frame|Figure 4]]
Figure 4

Some Other Test Infobox

No Title

{{#if: |

[[File:|250px]]

}}

No Title

No information {{#if: |

{{{Row 2 title}}}

No information {{#if: |

{{{Row 3 title}}}

No information {{#if: |

{{{Row 4 title}}}

No information {{#if: |

{{{Row 5 title}}}

No information {{#if: |

{{{Row 6 title}}}

No information {{#if: |

{{{Row 7 title}}}

No information {{#if: |

{{{Row 8 title}}}

No information {{#if: |

{{{Row 9 title}}}

No information {{#if: |

{{{Row 10 title}}}

No information {{#if: |

Too many parameters

}}

}}

}}

}}

}}

}}

}}

}}

}}

}}


Playing with Tables

Icons
Icon Name Description OS/2 2.x
Type
Current Open
1 2 3 4


Icons
Icon Name Description OS/2 2.x
Current Open


Syntaxhighlight

<syntaxhighlight> This is

 a 
    test
      NONO

</syntaxhighlight>

Python

<syntaxhighlight lang="python" line='line'> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>

Cite

The Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref> The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>

Notes

<references />