Put everything into a nice table
authorWuzzy
Fri, 01 Jan 2016 17:53:42 +0000
changeset 695 ab2e242986c3
parent 694 48abb34ab4b8
child 696 b30d71ce5306
Put everything into a nice table
VisualGearTypes.wiki
--- a/VisualGearTypes.wiki	Fri Jan 01 17:48:48 2016 +0000
+++ b/VisualGearTypes.wiki	Fri Jan 01 17:53:42 2016 +0000
@@ -2,12 +2,40 @@
 
 For a current list of the gears look at hedgewars/uTypes.pas at
 the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
-{{{
-TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
-            vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
-            vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
-            vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
-            vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
-            vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
-            vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn
-}}}
\ No newline at end of file
+
+= List of visual gear types =
+|| *Variable name* ||
+|| `vgtFlake` ||
+|| `vgtCloud` ||
+|| `vgtExplPart` ||
+|| `vgtExplPart2` ||
+|| `vgtFire` ||
+|| `vgtSmallDamageTag` ||
+|| `vgtTeamHealthSorter` ||
+|| `vgtSpeechBubble` ||
+|| `vgtBubble` ||
+|| `vgtSteam` ||
+|| `vgtAmmo` ||
+|| `vgtSmoke` ||
+|| `vgtSmokeWhite` ||
+|| `vgtShell` ||
+|| `vgtDust` ||
+|| `vgtSplash` ||
+|| `vgtDroplet` ||
+|| `vgtSmokeRing` ||
+|| `vgtBeeTrace` ||
+|| `vgtEgg` ||
+|| `vgtFeather` ||
+|| `vgtHealthTag` ||
+|| `vgtSmokeTrace` ||
+|| `vgtEvilTrace` ||
+|| `vgtExplosion` ||
+|| `vgtBigExplosion` ||
+|| `vgtChunk` ||
+|| `vgtNote` ||
+|| `vgtLineTrail` ||
+|| `vgtBulletHit` ||
+|| `vgtCircle` ||
+|| `vgtSmoothWindBar` ||
+|| `vgtStraightShot` ||
+|| `vgtNoPlaceWarn` ||
\ No newline at end of file