Anarchy Online Wiki [AOWiki]:Sandbox

From Anarchy Online Wiki [AOWiki]

Random Tables[edit]

Second header
upper left Center

right side

lower left lower middle
Kyrozchmaster.jpg
Top Right other right
Center right
mew mewmew

IconLinks[edit]

Template:AODB Icon+Auno:
ID NOT FOUND
Icon+Auno:
ID NOT FOUND
Icon+Jayde:
ID NOT FOUND

Test Low-ID zu High-ID[edit]

ID NOT FOUND Soulfragment QL 190 von Low-ID
ID NOT FOUND Soulfragment QL 190 von Low-ID


= = als Text

ID NOT FOUND Bild:plus.png ID NOT FOUND Bild:plus.png ID NOT FOUND Bild:plus.png ID NOT FOUND Bild:plus.png ID NOT FOUND Bild:plus.png ID NOT FOUND Bild:plus.png ID NOT FOUND Bild:plus.png ID NOT FOUND Bild:gleich.png ID NOT FOUND

Tables with colors[edit]

background is grey
background is yellow
background is green
background is red
background is blue

Code Syntaxhighlighting[edit]

<php> function process_buddy_queue() { global $dbw,$aoc, $aob; $now=getmicrotime(); $delay = '3'; // Add 1 Buddy all 3 Seconds if (count($aob['queue']['buddy']) > 0 AND $now-$aob['queueinfo']['buddy']['time'] >= $delay) { $e = array_shift($aob['queue']['buddy']); if ($e['type'] == 'add') { if(!$aoc->buddy_exists($e['charname'])) { //echo "Buddy Added: {$e['charname']}\n"; $aob['queueinfo']['buddy']['time'] = $now; $aoc->buddy_add($e['charname']); } } elseif ($e['type'] == 'del') { if($aoc->buddy_exists($e['charname'])) { //echo "Buddy Deleted: {$e['charname']}\n"; $aob['queueinfo']['buddy']['time'] = $now; $aoc->buddy_remove($e['charname']); } } } } </php>

Bulleted List[edit]

  • 1
  • 2
  • 3
  • 4

HTML test[edit]

<script>