changeset 291:8720936884bb misc

Add help.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Mar 2015 08:06:17 +0200
parents 8ffcb08361bc
children fa66c4c8cd8a
files materials/info.php
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/info.php	Mon Mar 09 08:06:03 2015 +0200
+++ b/materials/info.php	Mon Mar 09 08:06:17 2015 +0200
@@ -188,7 +188,13 @@
         
         echo "<b> = ".chentities($showMat)."</b></li>\n";
       }
-      echo "</ul>\n";
+      echo
+      "</ul>\n".
+      "<pre>\n".
+      "Syntax: <b>+</b> is AND, <b>|</b> is OR, e.g.:\n".
+      "<b>A + B     = C</b> means A alloyed with B produces C.\n".
+      "<b>A + B | C = D</b> means A alloyed with B <b>or</b> C produces D.\n".
+      "</pre>\n";
     }
     else
     {