Nunca usei esse recurso, mas aqui está como eu considerei usá-lo. Portanto, isso não foi testado por mim, mas deve ser um ponto de partida e acho que responderia à sua pergunta.
Digamos que você tem uma série de histórias dos Profetas e criou módulos individuais e os publicou como panfletos ao longo do tempo. Então, você tem uma série de arquivos em seu diretório Modules como:
adam.sfm
abraham.sfm
david.sfm
isaiah.sfm
etc
Agora você quer criar um livro chamado “Lives of the Prophets”. Em vez de criar um novo módulo onde você copia e cola o conteúdo desses arquivos independentes no novo módulo (e depois ter que manter dois locais atualizados no futuro), você pode simplesmente criar um novo módulo que diz
\mod adam.sfm
\mod abraham.sfm
\mod david.sfm
\mod isaiah.sfm
Isso criaria um livro com cada história uma após a outra. Você pode adicionar alguns marcadores extras para criar páginas de título ou quebras de página, mas a maior parte do trabalho já foi feita pelos módulos originais.
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.
Tradução automática de English