Jump to content

User:Kohuda/Sandbox: Difference between revisions

From Arelith Wiki
Kohuda (talk | contribs)
No edit summary
Kohuda (talk | contribs)
No edit summary
Line 1: Line 1:
{{PAGESINCATEGORY:Category:Spells}
<div id=mainbox style="max-width:1000px; padding-left:2%">
<div id=mainbox style="max-width:1000px; padding-left:2%">
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}

Revision as of 02:15, 24 June 2024

{{PAGESINCATEGORY:Category:Spells}






Welcome to the Arelith Wiki!

  • This wiki is intended for general information and data, not in-character stories or events. Those should be discussed on the [Arelith Forums] instead.

Recent Updates - Last Updated: 2024 May 26th

  • NEW: New Weapons: Bill Hook, Hookhammer, Cane and Yari.

Wiki Information

Character Creation

Character Systems

World Systems

Item Creation Systems

Changes

Help




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