README.md.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <head>
  6. <title>Manual for advtrains_doc_integration</title>
  7. <link rel="stylesheet" href="../ldoc.css" type="text/css" />
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b></b></big></div>
  14. <div id="product_description"></div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <!-- Menu -->
  18. <div id="navigation">
  19. <br/>
  20. <h1>Documentation System Integration for Advtrains</h1>
  21. <ul>
  22. <li><a href="../index.html">Index</a></li>
  23. </ul>
  24. <h2>Contents</h2>
  25. <ul>
  26. <li><a href="#Usage">Usage </a></li>
  27. <li><a href="#Documentation_strings">Documentation strings </a></li>
  28. <li><a href="#CI">CI </a></li>
  29. </ul>
  30. <h2>Topics</h2>
  31. <ul class="">
  32. <li><strong>README</strong></li>
  33. </ul>
  34. <h2>Modules</h2>
  35. <ul class="nowrap">
  36. <li><a href="../modules/advtrains_doc_integration.bc.html">advtrains_doc_integration.bc</a></li>
  37. <li><a href="../modules/advtrains_doc_integration.describe.html">advtrains_doc_integration.describe</a></li>
  38. <li><a href="../modules/advtrains_doc_integration.hypertext.html">advtrains_doc_integration.hypertext</a></li>
  39. <li><a href="../modules/advtrains_doc_integration.html">advtrains_doc_integration</a></li>
  40. <li><a href="../modules/advtrains_doc_integration.latex.html">advtrains_doc_integration.latex</a></li>
  41. <li><a href="../modules/advtrains_doc_integration.mathutils.html">advtrains_doc_integration.mathutils</a></li>
  42. <li><a href="../modules/advtrains_doc_integration.utils.html">advtrains_doc_integration.utils</a></li>
  43. </ul>
  44. </div>
  45. <div id="content">
  46. <h1>Documentation System Integration for Advtrains</h1>
  47. <p>This mod integrates Advtrains with the <a href="https://content.minetest.net/packages/Wuzzy/doc/">doc</a> mod, among
  48. other things.</p>
  49. <p><a name="Usage"></a></p>
  50. <h2>Usage</h2>
  51. <p>The <code>/helpform</code> command can be used as usual.</p>
  52. <p>This mod adds the "Wagons" category that contains information related
  53. to the wagons. It also adds adds certain Advtrains-related properties
  54. to certain nodes.</p>
  55. <p>This mod also provides the <code>atdoc_write</code> command, which can be used to
  56. export wagon datasheets.</p>
  57. <p><strong>Please keep in mind that, while this mod attempts to provide accurate
  58. information, its accuracy, especially for information related to
  59. liveries, is limited by various factors. Refer the source code of the
  60. relevant mods for authoritative information.</strong></p>
  61. <p><a name="Documentation_strings"></a></p>
  62. <h2>Documentation strings</h2>
  63. <p>Wagon mods can add a description to the <code>_doc_wagon_longdesc</code> field of
  64. the wagon prototype; adding <a href="../modules/advtrains_doc_integration.html#">advtrains_doc_integration</a> as an optional
  65. dependency is <em>not</em> needed.</p>
  66. <p><a name="CI"></a></p>
  67. <h2>CI</h2>
  68. <p>This mod also be used with <a href="https://github.com/S-S-X/mineunit">Mineunit</a> in addition to a
  69. regular Minetest environment, such as to generate wagon datasheets.
  70. However, please note that, due to various limitations, the datasheet
  71. generated in such an environment does not contain certain information
  72. that would otherwise be available from Minetest.</p>
  73. </div> <!-- id="content" -->
  74. </div> <!-- id="main" -->
  75. <div id="about">
  76. <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
  77. <i style="float:right;">Last updated 2024-01-29 22:34:40 </i>
  78. </div> <!-- id="about" -->
  79. </div> <!-- id="container" -->
  80. </body>
  81. </html>