First time citation full source - how?

edited December 26, 2020
I currently use this:
https://pastebin.com/BDhaZVSz

Problem is, I want to have first time citation with full source (except overall pages) and currently I always only have "AuthorX (YEAR), page X.

So I wanted to change my citation code the following way:

move citation part into "subsequent" citation, as it is already in a short format that is perfect for second time citation.

copy the bibliography part into first time citation part and remove the overall pages.

I did try this on my own with

<choose>
<if position="subsequent">
</if>
<else>
</else>
</choose>


But I have some mistakes and as I don't have much experience, it's hard to find the errors
it looks like this (V5) https://pastebin.com/uGff5CpX

How can i do that?
Sign In or Register to comment.