diff --git a/system/pages/#examples/top-5.php b/system/pages/#examples/top-5.php
new file mode 100644
index 00000000..f091f2b5
--- /dev/null
+++ b/system/pages/#examples/top-5.php
@@ -0,0 +1,29 @@
+
+
+' . ucwords(is_string($skill) ? $skill : getSkillName($skill)) . '';
+ foreach (getTopPlayers(5, $skill) as $player) {?>
+ - = $player['rank'] . '. ' . $player['name'] . ' - ' . $player['value']; ?>
+
+
+