Difference between revisions of "Wikitable/FormatBug"

From PKC
Jump to navigation Jump to search
Line 3: Line 3:


<syntaxhighlight lang="python" line>
<syntaxhighlight lang="python" line>
def quick_sort(arr):
Based on field test, <br/>itemized lists in this [[wikitable]] cell must only be written in online.<br/> For example: <br/> 1. [[Category Theory]], <br/>2. [[Wikitable/FormatBug|Link to see the example]], <br/>3. [[Hyperlink]] to other [http://xlp.pub website].<br/>
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>
</syntaxhighlight>


<syntaxhighlight lang="python" line>
<syntaxhighlight lang="python" line>
Based on field test, <br/>itemized lists in this [[wikitable]] cell must only be written in online.<br/> For example: <br/> 1. [[Category Theory]], <br/>2. [[Wikitable/FormatBug|Link to see the example]], <br/>3. [[Hyperlink]] to other [http://xlp.pub website].<br/>
 
<syntaxhighlight>
<syntaxhighlight>

Revision as of 08:45, 2 August 2021

Based on field test,
itemized lists in this wikitable cell must only be written in online.
For example:
1. Category Theory,
2. Link to see the example,
3. Hyperlink to other website.


Based on field test, <br/>itemized lists in this [[wikitable]] cell must only be written in online.<br/> For example: <br/> 1. [[Category Theory]], <br/>2. [[Wikitable/FormatBug|Link to see the example]], <br/>3. [[Hyperlink]] to other [http://xlp.pub website].<br/>

<syntaxhighlight lang="python" line>

<syntaxhighlight>