https://bugzilla.wikimedia.org/show_bug.cgi?id=35757
--- Comment #6 from [email protected] 2012-04-07 08:53:43 UTC --- Beau, The issue here is that the two portions of cap3 (cap3/cap3c) are NOT in the same page. My suggestion would have be for something like this on the first page : <section begin="cap3" /> This is a.. <section end="cap3" continue=page2#cap3c> (Page1) on the second page (page2) <section begin="cap3c" />.. sentence broken over a page <section end="cap3" /> And then when doing the transclude ... <pages index="blah" from=1 to=1 fromsection=cap3 tosection=cap3 flow=yes /> which would combine the two sections wither side of the page break into a single paragraph as requested. To get "This is .... sentence broken over a page" Not sure how to implement this in templates though, but the code that used for doing 'page' transclusion seems to be able to cope with combining stuff like this already. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
