Main Page: Difference between revisions
From Amaranth Legacy, available at amaranth-legacy.community
More actions
Content deleted Content added
imported>Swordofstabbing No edit summary |
imported>Tesinormed No edit summary |
||
| Line 9: | Line 9: | ||
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language] |
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language] |
||
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki] |
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki] |
||
<syntaxhighlight lang="python" line> |
|||
def quick_sort(arr): |
|||
less = [] |
|||
pivot_list = [] |
|||
more = [] |
|||
if len(arr) <= 1: |
|||
return arr |
|||
else: |
|||
pass |
|||
</syntaxhighlight> |
|||
Revision as of 22:18, May 6, 2023
Welcome to Amaranth Legacy
Consult the User's Guide for information on using the wiki software.
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
- Learn how to combat spam on your wiki
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass