https://bugzilla.wikimedia.org/show_bug.cgi?id=18733
--- Comment #12 from Dan Nessett <[email protected]> 2009-05-09 21:53:26 UTC --- (In reply to comment #10) > Just wrap it in another <div style="display:none;">...</div> > I just noticed: One thing that happens when you wrap the <ref>s up in <div style="display:none;">...</div> - the <references/> tag no longer produces a list (the page renders to nothing). I suspect the "display:none" hides the <ref>s from <references/>. That's OK. It just means you have to put all of the references on one page wrapped by <onlyinclude><includeonly>...</includeonly></onlyinclude> and followed by a {{HideCiteErrors}}. Then you transclude that page into the middle of the SomeBook/References page without either <div style="display:none;">...</div> or onlyinclude><includeonly>...</includeonly></onlyinclude>,and transclude it into the middle of a template (using a template parameter that specifies the name of the page with the <ref>s) wrapped for use on book pages. Its a little more fussy, but it should work. I should be able to design some templates that will hide all of the messiness from book editors. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
