<p>I have looked on
Templates Wikia and
Wikipedia and the coding does not look too complicated. So you should just create your own template which is styled for your requirements (only include cite sections you want).
</p><p>I have found some bibliography on your
Discordia Wikia. I have tried to accommodate all the cite sections and created this. I have used {{#if:}} so unused rows will disappear.
</p>
{{Cite book
| title = All Things Are Lights
| date = April 12, 1986
| publisher = Ballantine Books
| location = Ipswich, England
| translator = translator and editor, with Nasrollah Pourjavady
| ISBN = ISBN 978-0-345-36046-5
| url narrative = - Available as a free download from Project Gutenberg
| url = bobshea.net/all_things_are_lights.html
}}
<p><i>All Things Are Lights</i> (April 12, 1986) Ballantine Books (Ipswich, England) (translator and editor, with Nasrollah Pourjavady)
ISBN 978-0-345-36046-5 - Available as a free download from Project Gutenberg
http://bobshea.net/all_things_are_lights.html
</p><p>This is my coding
</p>
{{#if:{{{title|}}}|''{{{title|}}}''}} {{#if:{{{date|}}}|({{{date|}}}) }} {{#if:{{{publisher|}}}|{{{publisher|}}} }} {{#if:{{{location|}}}|({{{location|}}}) }} {{#if:{{{translator|}}}|({{{translator|}}}) }} {{#if:{{{ISBN|}}}|{{{ISBN|}}} }} {{#if:{{{url narrative|}}}|{{{url narrative|}}} }} {{#if:{{{url|}}}|{{{url|}}} }}