Understanding Default File Naming for Tables in Wiki - MoinMoin Output
ePublisher assigns a default file name for each table in a topic when generating Wiki - MoinMoin output by applying the following default naming rule:
SourceDocumentName.SourceDocumentNumber.TopicNumber.TableNumber
The parts of the default naming rule are defined as follows:
SourceDocumentName
Identifies the name of the source document that the topic came from without the file extension.
SourceDocumentNumber
Identifies the number of the source document in the order it is included in its containing group in the project, such as 1 for the first source document in a group and 2 for the second source document in a group. This value starts at 1 for the first source document in each group in your project.
TopicNumber
Identifies the number of the topic (output page) generated from the source document, such as 1 for the first topic generated from a source document and 2 for the second topic generated from a source document. This value starts at 1 for the first topic in each source document.
TableNumber
Identifies the number of the table generated for the topic, such as 1for the first table generated for a topic in a source document and 2 for the second table generated for a topic in a source document. This value starts at 1 for the first table in a topic.
For example, if you have a MyFile.fm source document that contains a topic with three tables, and the topic starts with a paragraph style that has a page break priority set in Style Designer, ePublisher generates tables with the following default table file names when generating Wiki - MoinMoin output: MyFile.1.1.1, MyFile.1.1.2, and MyFile.1.1.3.