This mod integrates Advtrains with the doc mod.
Wagon mods can add a description to the _doc_wagon_longdesc
field of
the wagon prototype; adding advtrains_doc_integration
as an optional
dependency is not needed.
For (among other things) CI, the following functions are available in
the advtrains_doc_integration
table:
write_wagon_info_as_latex
, which exports the datasheet of a single type of wagon as LaTeX, andwrite_all_wagons_as_latex
, which exports all wagon datasheets as LaTeX.
The datasheets are exported to the world directory.
It is also possible to export wagon datasheets using the atdoc_write
command.
Description
Languages
Lua
100%