Difference between revisions of "Playground"
From Pixelmon Wiki
m |
m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:The Playground}} | ||
+ | |||
+ | <h1 class="display-1">Heading 1</h1> | ||
+ | <h1 class="display-2">Heading 2</h1> | ||
+ | <h1 class="display-3">Heading 3</h1> | ||
+ | <h1 class="display-4">Heading 4</h1> | ||
+ | <h1 class="display-5">Heading 5</h1> | ||
+ | <h1 class="display-6">Heading 6</h1> | ||
+ | |||
+ | |||
+ | <syntaxhighlight> | ||
+ | def quick_sort(arr): | ||
+ | less = [] | ||
+ | pivot_list = [] | ||
+ | more = [] | ||
+ | if len(arr) <= 1: | ||
+ | return arr | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | <div class="table-responsive"> | ||
+ | <table class="table table-striped table-hover table-sm "> | ||
+ | <th scope="col">Biomes</th> | ||
+ | <tr> | ||
+ | <td>[[River]]</td> | ||
+ | <td>[[Ocean]]</td> | ||
+ | <td>[[Deep Ocean]]</td> | ||
+ | <td>[[Coral Reef]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>[[Kelp Forest]]</td> | ||
+ | <td>[[Beach]]</td> | ||
+ | <td>[[Stone Beach]]</td> | ||
+ | <td>[[White Beach]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>[[Gravel Beach]]</td> | ||
+ | <td>[[Origin Island Shore]]</td> | ||
+ | <td>[[Mushroom Island]]</td> | ||
+ | <td>[[Mushroom Island Shore]]</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | |||
+ | |||
[[File:day.png]][[File:dawn.png]][[File:dusk.png]][[File:night.png]] | [[File:day.png]][[File:dawn.png]][[File:dusk.png]][[File:night.png]] | ||
<!--Block 1--> | <!--Block 1--> |
Latest revision as of 20:59, 10 October 2021
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
Biomes | |||
---|---|---|---|
River | Ocean | Deep Ocean | Coral Reef |
Kelp Forest | Beach | Stone Beach | White Beach |
Gravel Beach | Origin Island Shore | Mushroom Island | Mushroom Island Shore |