Advertisement
LaFoIIe

macro ca APA7 523

Jul 6th, 2021 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. </macro>
  2. <macro name="date-intext">
  3. <choose>
  4. <if variable="issued">
  5. <group delimiter="/">
  6. <group delimiter=" ">
  7. <choose>
  8. <if is-uncertain-date="original-date">
  9. <text term="ca."/>
  10. </if>
  11. </choose>
  12. <date variable="original-date">
  13. <date-part name="year"/>
  14. </date>
  15. </group>
  16. <group delimiter=" ">
  17. <choose>
  18. <if is-uncertain-date="issued">
  19. <text term="ca."/>
  20. </if>
  21. </choose>
  22. </group>
  23. </group>
  24. </if>
  25. </choose>
  26. </macro>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement