The WML library contains the following files in the lib directory of your WebMaker installed directory:
nodes.wml Contains node rules for a first page, level one, and level two and lower layout templates. You should use this file if you use headings that create new nodes, and if you do not want to use images for navigation buttons or create a table of contents or index.
nodesTI.wmlContains node rules for a first page, level one, level two and lower, table of contents, and index page templates. You should use this file if you use headings that create new nodes, and if you want to create a table of contents or index. This file uses text rather than images for navigation buttons.
nodesB.wmlContains node rules for a first page, level one, and level two and lower page templates. You should use this file if you use headings that create new nodes, and if you do not want to create a table of contents or index. This uses GIF files for images for the navigation buttons.
nodesBTI.wmlContains node rules for a first page, level one, level two and lower, table of contents, and index page templates. You should use this file if you use headings that create new nodes, and if you want to create a table of contents or index. This uses GIF files for images for the navigation buttons.
nodejava.wml In addition to the table of contents and index provided by nodesBTI.wml, this nodes file specifies a Java applet that creates a live table of contents on each HTML output page, which you can click on and use to go to any other page in your web. This uses GIF files for images for the regular navigation buttons.
normals.wmlContains the paragraph rules documented in Section 11.3, "Normals".
lists.wmlContains the paragraph rules documented in Section 11.4, "Lists".
headings.wmlContains the paragraph rules documented in Section 11.5.2, "Body headings".
contents.wmlContains the paragraph rules documented in Section 11.5.1, "Table of contents and related rules".
In addition to these files, you will find the files heading2.wml and list2.wml. See Section 11.6, "Additional files" for more information on these files.