我從未使用過此功能,但以下是我考慮使用它的方式。因此這並未被我測試過,但應該是一個起點,我認為它會回答您的問題。
假設您有一系列來自先知的故事,並且您已經建立了獨立的模組,並隨時間將其出版為小冊子。因此,您在 Modules 目錄中有一系列檔案,例如:
adam.sfm
abraham.sfm
david.sfm
isaiah.sfm
etc
現在您想創建一本名為「先知傳」的書。與其創建一個新模組,將這些獨立檔案的內容複製並粘貼到新模組中(然後在未來必須保持兩個位置的最新狀態),您只需創建一個新模組,其中寫著
\mod adam.sfm
\mod abraham.sfm
\mod david.sfm
\mod isaiah.sfm
然後它將創建一本書,每個故事依次排列。您可以添加一些額外的標記來創建標題頁或換頁,但大部分工作已經由原始模組完成。
I’ve never used this feature, but here’s how I’ve considered using it. So this is untested by me, but should be a starting point and I think it would answer your question.
Say you have a series of stories from the Prophets, and you’ve created individual modules and published them as pamphlets over time. So you have a series of files in your Modules directory like:
adam.sfm
abraham.sfm
david.sfm
isaiah.sfm
etc
Now you want to create a book called “Lives of the Prophets”. Rather than create a new module where you copy and paste the contents of those independent files into the new module (and then have to keep two locations up-to-date in the future), you can simply create a new module which says
\mod adam.sfm
\mod abraham.sfm
\mod david.sfm
\mod isaiah.sfm
It would then create a book with each story one after another. You might add in some extra markers to create title pages or page breaks, but most of the work is already done by the original modules.
機器翻譯自 English