Jump to content

Citation Guide for the International Treaty Law Wiki: Difference between revisions

From International Treaty Law Wiki
No edit summary
No edit summary
Tag: visualeditor
Line 1: Line 1:
Alles klar — jetzt weiß ich genau, was du brauchst.
Du willst:
- Einen einzigen, vollständigen, durchgehenden MediaWiki‑Artikel
- Ein absoluter Beginner‑Guide
- Alle Cite‑Templates erklärt
- Mit allen Feldern, die man ausfüllen kann
- In EINEM Codeblock
- Ohne Unterbrechungen
- Ohne Syntaxhighlight‑Blöcke
- Ohne mehrere Abschnitte in verschiedenen Blöcken
Also: Ein Klick – ein Block – ein kompletter Guide.
Hier kommt er.
---
✅ ABSOLUTER BEGINNER‑GUIDE ZUM ZITIEREN (KOMPLETT, ALLE FELDER, EIN BLOCK)
`wiki
= Absolute Beginner Citation Guide for the International Treaty Law Wiki =
= Absolute Beginner Citation Guide for the International Treaty Law Wiki =


Line 46: Line 24:


Example:
Example:
<ref>...</ref>
 
<nowiki><ref>...</ref></nowiki>


== 4. How to Use Templates ==
== 4. How to Use Templates ==
Line 74: Line 53:


Code:
Code:
<ref>
{{#if:{{{author|}}}|{{{author}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{website|}}}|{{{website}}}, }}
{{#if:{{{publisher|}}}|{{{publisher}}}, }}
{{#if:{{{date|}}}|{{{date}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Link]. }}
{{#if:{{{archive-url|}}}|Archived at: {{{archive-url}}}. }}
{{#if:{{{archive-date|}}}|Archive date: {{{archive-date}}}. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 105: Line 73:


Code:
Code:
<ref>
{{#if:{{{author|}}}|{{{author}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{publisher|}}}|{{{publisher}}}, }}
{{#if:{{{year|}}}|{{{year}}}. }}
{{#if:{{{isbn|}}}|ISBN: {{{isbn}}}. }}
{{#if:{{{edition|}}}|Edition: {{{edition}}}. }}
{{#if:{{{location|}}}|Location: {{{location}}}. }}
{{#if:{{{page|}}}|p. {{{page}}}. }}
{{#if:{{{pages|}}}|pp. {{{pages}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Link]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 137: Line 92:


Code:
Code:
<ref>
{{#if:{{{author|}}}|{{{author}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{journal|}}}|''{{{journal}}}'', }}
{{#if:{{{volume|}}}|Vol. {{{volume}}}, }}
{{#if:{{{issue|}}}|No. {{{issue}}}, }}
{{#if:{{{year|}}}|{{{year}}}, }}
{{#if:{{{pages|}}}|pp. {{{pages}}}. }}
{{#if:{{{doi|}}}|DOI: {{{doi}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Link]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 165: Line 108:


Code:
Code:
<ref>
{{#if:{{{author|}}}|{{{author}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{encyclopedia|}}}|In: {{{encyclopedia}}}. }}
{{#if:{{{publisher|}}}|{{{publisher}}}, }}
{{#if:{{{year|}}}|{{{year}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Link]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 191: Line 125:


Code:
Code:
<ref>
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{year|}}}|({{{year}}}). }}
{{#if:{{{place|}}}|Signed at {{{place}}}. }}
{{#if:{{{parties|}}}|Parties: {{{parties}}}. }}
{{#if:{{{depositary|}}}|Depositary: {{{depositary}}}. }}
{{#if:{{{source|}}}|Source: {{{source}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Full text]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 217: Line 141:


Code:
Code:
<ref>
{{#if:{{{symbol|}}}|UN Doc. {{{symbol}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{body|}}}|Body: {{{body}}}. }}
{{#if:{{{session|}}}|Session: {{{session}}}. }}
{{#if:{{{date|}}}|{{{date}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Full text]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 243: Line 158:


Code:
Code:
<ref>
{{#if:{{{body|}}}|{{{body}}} Resolution }}
{{#if:{{{number|}}}|{{{number}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{date|}}}|Adopted {{{date}}}. }}
{{#if:{{{meeting|}}}|Meeting: {{{meeting}}}. }}
{{#if:{{{session|}}}|Session: {{{session}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Full text]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 269: Line 174:


Code:
Code:
<ref>
{{#if:{{{court|}}}|{{{court}}}, }}
{{#if:{{{case|}}}|''{{{case}}}''. }}
{{#if:{{{year|}}}|({{{year}}}). }}
{{#if:{{{citation|}}}|{{{citation}}}. }}
{{#if:{{{judges|}}}|Judges: {{{judges}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Full text]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 295: Line 191:


Code:
Code:
<ref>
{{#if:{{{author|}}}|{{{author}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{server|}}}|{{{server}}} preprint, }}
{{#if:{{{year|}}}|{{{year}}}. }}
{{#if:{{{doi|}}}|DOI: {{{doi}}}. }}
{{#if:{{{version|}}}|Version: {{{version}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Full text]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 322: Line 208:


Code:
Code:
<ref>
{{#if:{{{author|}}}|{{{author}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{journal|}}}|{{{journal}}}, }}
{{#if:{{{year|}}}|{{{year}}}. }}
{{#if:{{{volume|}}}|Vol. {{{volume}}}. }}
{{#if:{{{issue|}}}|Issue {{{issue}}}. }}
{{#if:{{{doi|}}}|DOI: [https://doi.org/{{{doi}}} {{{doi}}}]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 352: Line 228:


Code:
Code:
<ref>
{{#if:{{{author|}}}|{{{author}}}. }}
{{#if:{{{title|}}}|''{{{title}}}''. }}
{{#if:{{{publisher|}}}|{{{publisher}}}, }}
{{#if:{{{year|}}}|{{{year}}}. }}
{{#if:{{{isbn|}}}|ISBN: {{{isbn}}}. }}
{{#if:{{{edition|}}}|Edition: {{{edition}}}. }}
{{#if:{{{location|}}}|Location: {{{location}}}. }}
{{#if:{{{page|}}}|p. {{{page}}}. }}
{{#if:{{{pages|}}}|pp. {{{pages}}}. }}
{{#if:{{{url|}}}|[{{{url}}} Link]. }}
{{#if:{{{access-date|}}}|Accessed {{{access-date}}}. }}
</ref>


------------------------------------------------------------
------------------------------------------------------------
Line 370: Line 233:
== 6. Displaying References ==
== 6. Displaying References ==
At the end of every article, add:
At the end of every article, add:
<nowiki>{{Reflist}}</nowiki>


== References ==
== References ==
Line 378: Line 243:
== Conclusion ==
== Conclusion ==
By using these templates and filling in the fields you need, you can create clear, consistent, and academically reliable citations for treaties, UN documents, case law, books, journals, and online sources.
By using these templates and filling in the fields you need, you can create clear, consistent, and academically reliable citations for treaties, UN documents, case law, books, journals, and online sources.
`
---
Wenn du willst, mache ich dir:
- eine deutsche Version 
- eine PDF‑Version (Text, nicht Datei) 
- eine Kurzversion für Anfänger 
- oder eine Version mit Pflichtfeldern markiert
Sag einfach Bescheid.

Revision as of 06:13, 17 January 2026

Absolute Beginner Citation Guide for the International Treaty Law Wiki

This guide teaches you how to cite sources correctly in this Wiki. It is designed for complete beginners and includes every field you can use in each citation template. All examples and templates are simple, lightweight, and easy to understand.

1. Why Citations Matter

Citations are required to:

  • Prove information is correct
  • Show where facts come from
  • Support academic and legal writing
  • Maintain reliability and transparency

2. When You Must Cite

You must add a citation when:

  • You quote or paraphrase a source
  • You mention a treaty, UN document, or court case
  • You use data, statistics, or legal interpretations
  • You refer to books, journals, or websites
  • You use archived or preprint material

3. Where to Place Citations

Place citations:

  • Directly after the sentence
  • Before the period

Example:

<ref>...</ref>

4. How to Use Templates

All citations use templates. You fill in the fields you need. Empty fields are ignored automatically.

Below you find every template with every possible field listed.


5. ALL CITATION TEMPLATES WITH ALL FIELDS

5.1 Template:Cite web

Use for websites, online articles, UN pages, institutional pages.

Fields:

  • author
  • title
  • website
  • publisher
  • date
  • url
  • archive-url
  • archive-date
  • access-date

Code:


5.2 Template:Cite book

Use for books, monographs, textbooks.

Fields:

  • author
  • title
  • publisher
  • year
  • isbn
  • edition
  • location
  • page
  • pages
  • url
  • access-date

Code:


5.3 Template:Cite journal

Use for academic journal articles.

Fields:

  • author
  • title
  • journal
  • volume
  • issue
  • year
  • pages
  • doi
  • url
  • access-date

Code:


5.4 Template:Cite encyclopedia

Use for encyclopedia entries.

Fields:

  • author
  • title
  • encyclopedia
  • publisher
  • year
  • url
  • access-date

Code:


5.5 Template:Cite treaty

Use for treaties, conventions, protocols.

Fields:

  • title
  • year
  • place
  • parties
  • depositary
  • source
  • url
  • access-date

Code:


5.6 Template:Cite UN document

Use for UN documents with official symbols.

Fields:

  • symbol
  • title
  • body
  • session
  • date
  • url
  • access-date

Code:


5.7 Template:Cite resolution

Use for UNGA and UNSC resolutions.

Fields:

  • body
  • number
  • title
  • date
  • meeting
  • session
  • url
  • access-date

Code:


5.8 Template:Cite case law

Use for ICJ, ICC, WTO, ITLOS, and other tribunals.

Fields:

  • court
  • case
  • year
  • citation
  • judges
  • url
  • access-date

Code:


5.9 Template:Cite preprint

Use for SSRN, arXiv, OSF, HAL, etc.

Fields:

  • author
  • title
  • server
  • year
  • doi
  • version
  • url
  • access-date

Code:


5.10 Template:Cite DOI

Use when DOI is the main identifier.

Fields:

  • author
  • title
  • journal
  • year
  • volume
  • issue
  • doi
  • access-date

Code:


5.11 Template:Cite ISBN

Use for books identified by ISBN.

Fields:

  • author
  • title
  • publisher
  • year
  • isbn
  • edition
  • location
  • page
  • pages
  • url
  • access-date

Code:


6. Displaying References

At the end of every article, add:

{{Reflist}}

References


Conclusion

By using these templates and filling in the fields you need, you can create clear, consistent, and academically reliable citations for treaties, UN documents, case law, books, journals, and online sources.