On Tue, 10 May 2016 at 21:44 +0700, Rachmat W. wrote:

> 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" />

<pages index="My example book.djvu" include"4-8,20-25" />

you can add any number of comma separated range you need.

-- 
Phe

_______________________________________________
Wikisource-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikisource-l

Reply via email to