Hi all,
I was wondering how to transclude pages that are not in sequential order
into mainspace. For example, I have a book that a chapter starts from page
4 to 8, and then the contents continue again from page 20 to 25.
Usually, we can use the following code:
<pages index="My example book.djvu" from="4" to="8" />
to transclude.
But in this case, it seems that we cannot repeat the code twice as shown
below in the same page:
<pages index="My example book.djvu" from="4" to="8" />
<pages index="My example book.djvu" from="20" to="25" />
Is there a way to solve this matter?
Thank you,
Rachmat