Citation Guide for the International Treaty Law Wiki: Difference between revisions
m Protected "Citation Guide for the International Treaty Law Wiki" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| 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) | ||
Citations | |||
* ** | `wiki | ||
* ** | = 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: | 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: | |||
< | <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> | |||
------------------------------------------------------------ | |||
== | == 5.2 Template:Cite book == | ||
Use for monographs, textbooks | Use for books, monographs, textbooks. | ||
Fields: | |||
* author | |||
* title | |||
* publisher | |||
* year | |||
* isbn | |||
* edition | |||
* location | |||
* page | |||
* pages | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== 5.3 Template:Cite journal == | |||
Use for academic journal articles. | |||
Fields: | |||
* author | |||
* title | |||
* journal | |||
* volume | |||
* issue | |||
* year | |||
* pages | |||
* doi | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== | == 5.4 Template:Cite encyclopedia == | ||
Use for encyclopedia entries. | |||
Fields: | |||
* author | |||
* title | |||
* encyclopedia | |||
* publisher | |||
* year | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== | == 5.5 Template:Cite treaty == | ||
Use for | Use for treaties, conventions, protocols. | ||
Fields: | |||
* title | |||
* year | |||
* place | |||
* parties | |||
* depositary | |||
* source | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== 5.6 Template:Cite UN document == | |||
Use for UN documents with official symbols. | |||
Fields: | |||
* symbol | |||
* title | |||
* body | |||
* session | |||
* date | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== | == 5.7 Template:Cite resolution == | ||
Use for UNGA and UNSC resolutions. | |||
Fields: | |||
* body | |||
* number | |||
* title | |||
* date | |||
* meeting | |||
* session | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== | == 5.8 Template:Cite case law == | ||
Use for | Use for ICJ, ICC, WTO, ITLOS, and other tribunals. | ||
Fields: | |||
* court | |||
* case | |||
* year | |||
* citation | |||
* judges | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== 5.9 Template:Cite preprint == | |||
Use for SSRN, arXiv, OSF, HAL, etc. | |||
Fields: | |||
* author | |||
* title | |||
* server | |||
* year | |||
* doi | |||
* version | |||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== | == 5.10 Template:Cite DOI == | ||
Use when DOI is the main identifier. | |||
Fields: | |||
* author | |||
* title | |||
* journal | |||
* year | |||
* volume | |||
* issue | |||
* doi | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
== | == 5.11 Template:Cite ISBN == | ||
Use for books identified by ISBN. | Use for books identified by ISBN. | ||
Fields: | |||
< | * author | ||
{{ | * title | ||
* publisher | |||
* year | |||
* isbn | |||
* edition | |||
* location | |||
}} | * page | ||
</ | * pages | ||
* url | |||
* access-date | |||
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> | |||
------------------------------------------------------------ | |||
At the end of | == 6. Displaying References == | ||
At the end of every article, add: | |||
== References == | == References == | ||
{{Reflist}} | {{Reflist}} | ||
------------------------------------------------------------ | |||
== 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. | |||
` | |||
--- | |||
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 05:45, 17 January 2026
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
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: [1]
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: [2]
5.2 Template:Cite book
Use for books, monographs, textbooks.
Fields:
- author
- title
- publisher
- year
- isbn
- edition
- location
- page
- pages
- url
- access-date
Code: [3]
5.3 Template:Cite journal
Use for academic journal articles.
Fields:
- author
- title
- journal
- volume
- issue
- year
- pages
- doi
- url
- access-date
Code: [4]
5.4 Template:Cite encyclopedia
Use for encyclopedia entries.
Fields:
- author
- title
- encyclopedia
- publisher
- year
- url
- access-date
Code: [5]
5.5 Template:Cite treaty
Use for treaties, conventions, protocols.
Fields:
- title
- year
- place
- parties
- depositary
- source
- url
- access-date
Code: [6]
5.6 Template:Cite UN document
Use for UN documents with official symbols.
Fields:
- symbol
- title
- body
- session
- date
- url
- access-date
Code: [7]
5.7 Template:Cite resolution
Use for UNGA and UNSC resolutions.
Fields:
- body
- number
- title
- date
- meeting
- session
- url
- access-date
Code: [8]
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: [9]
5.9 Template:Cite preprint
Use for SSRN, arXiv, OSF, HAL, etc.
Fields:
- author
- title
- server
- year
- doi
- version
- url
- access-date
Code: [10]
5.10 Template:Cite DOI
Use when DOI is the main identifier.
Fields:
- author
- title
- journal
- year
- volume
- issue
- doi
- access-date
Code: [11]
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: [12]
6. Displaying References
At the end of every article, add:
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. `
---
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.