How to add a new decision: Difference between revisions

From GDPRhub
(→‎Template for Court decisions: Empty text to copy on a new page + Description of all values collapsed)
Line 520: Line 520:


== Template for Court decisions ==
== Template for Court decisions ==
Coming soon...
 
* Copy the code below
* Generate a new page by searching for the new page title (Format: "Court Name" - "Case Number/Name").
* Open the text editor (not the visual editor) and paste the code below into the new page.
* Fill out the variables.
 
=== Text to copy/paste ===
<div class="toccolours mw-collapsible mw-collapsed" style="border-width: 0px" overflow:auto;">
<div style="background-color:#dfdfdf;">'''Empty text to copy on a new page'''</div>
<div class="mw-collapsible-content">
<nowiki>
{{COURTdecisionBOX
 
<!--Information about the Court-->
|Jurisdiction=
|Court-BG-Color=
|Courtlogo=
|Court_Abbrevation=
|Court_With_Country=
 
<!--Information about the decision-->
|Case_Number_Name=
|ECLI=ECLI:
 
|Original_Source_Name_1=
|Original_Source_Link_1=
|Original_Source_Language_1=
|Original_Source_Language_Code_1=
 
|Original_Source_Name_2=
|Original_Source_Link_2=
|Original_Source_Language_2=
|Original_Source_Language_Code_2=
 
|Date_Decided=
|Date_Published=
|Year=
 
<!--Information about the applied law-->
|GDPR_Article_1=
|GDPR_Article_Link_1=
|GDPR_Article_2=
|GDPR_Article_Link_2=
|GDPR_Article_3=
|GDPR_Article_Link_3=
|GDPR_Article_4=
|GDPR_Article_Link_4=
|GDPR_Article_5=
|GDPR_Article_Link_5=
|GDPR_Article_6=
|GDPR_Article_Link_6=
|GDPR_Article_7=
|GDPR_Article_Link_7=
|GDPR_Article_8=
|GDPR_Article_Link_8=
|GDPR_Article_9=
|GDPR_Article_Link_9=
|GDPR_Article_10=
|GDPR_Article_Link_10=
|GDPR_Article_11=
|GDPR_Article_Link_11=
|GDPR_Article_12=
|GDPR_Article_Link_12=
|GDPR_Article_13=
|GDPR_Article_Link_13=
|GDPR_Article_14=
|GDPR_Article_Link_14=
|GDPR_Article_15=
|GDPR_Article_Link_15=
|GDPR_Article_16=
|GDPR_Article_Link_16=
|GDPR_Article_17=
|GDPR_Article_Link_17=
|GDPR_Article_18=
|GDPR_Article_Link_18=
|GDPR_Article_19=
|GDPR_Article_Link_19=
|GDPR_Article_20=
|GDPR_Article_Link_20=
 
|EU_Law_Name_1=
|EU_Law_Link_1=
|EU_Law_Name_2=
|EU_Law_Link_2=
|EU_Law_Name_3=
|EU_Law_Link_3=
|EU_Law_Name_4=
|EU_Law_Link_4=
|EU_Law_Name_5=
|EU_Law_Link_5=
|EU_Law_Name_6=
|EU_Law_Link_6=
|EU_Law_Name_7=
|EU_Law_Link_7=
|EU_Law_Name_8=
|EU_Law_Link_8=
|EU_Law_Name_9=
|EU_Law_Link_9=
|EU_Law_Name_10=
|EU_Law_Link_10=
|EU_Law_Name_11=
|EU_Law_Link_11=
|EU_Law_Name_12=
|EU_Law_Link_12=
|EU_Law_Name_13=
|EU_Law_Link_13=
|EU_Law_Name_14=
|EU_Law_Link_14=
|EU_Law_Name_15=
|EU_Law_Link_15=
|EU_Law_Name_16=
|EU_Law_Link_16=
|EU_Law_Name_17=
|EU_Law_Link_17=
|EU_Law_Name_18=
|EU_Law_Link_18=
|EU_Law_Name_19=
|EU_Law_Link_19=
|EU_Law_Name_20=
|EU_Law_Link_20=
 
|National_Law_Name_1=
|National_Law_Link_1=
|National_Law_Name_2=
|National_Law_Link_2=
|National_Law_Name_3=
|National_Law_Link_3=
|National_Law_Name_4=
|National_Law_Link_4=
|National_Law_Name_5=
|National_Law_Link_5=
|National_Law_Name_6=
|National_Law_Link_6=
|National_Law_Name_7=
|National_Law_Link_7=
|National_Law_Name_8=
|National_Law_Link_8=
|National_Law_Name_9=
|National_Law_Link_9=
|National_Law_Name_10=
|National_Law_Link_10=
|National_Law_Name_11=
|National_Law_Link_11=
|National_Law_Name_12=
|National_Law_Link_12=
|National_Law_Name_13=
|National_Law_Link_13=
|National_Law_Name_14=
|National_Law_Link_14=
|National_Law_Name_15=
|National_Law_Link_15=
|National_Law_Name_16=
|National_Law_Link_16=
|National_Law_Name_17=
|National_Law_Link_17=
|National_Law_Name_18=
|National_Law_Link_18=
|National_Law_Name_19=
|National_Law_Link_19=
|National_Law_Name_20=
|National_Law_Link_20=
 
|Party_Name_1=
|Party_Link_1=
|Party_Name_2=
|Party_Link_2=
|Party_Name_3=
|Party_Link_3=
|Party_Name_4=
|Party_Link_4=
|Party_Name_5=
|Party_Link_5=
 
<!--Information about a possible appeal-->
|Appeal_From_Body=
|Appeal_From_Case_Number_Name=
|Appeal_From_Status=
|Appeal_From_Link=
|Appeal_To_Body=
|Appeal_To_Case_Number_Name=
|Appeal_To_Status=
|Appeal_To_Link=
|
}}
 
<!--Here the main article starts-->
TEXT TEXT TEXT TEXT
 
==English Summary==
 
===Facts===
TEXT TEXT TEXT TEXT
 
===Dispute===
====Plaintiff====
TEXT TEXT TEXT TEXT
 
====Defendant====
TEXT TEXT TEXT TEXT
 
===Holding===
TEXT TEXT TEXT TEXT
 
==Comment==
''Add your comment here!''
 
==Further Resources==
''Share blogs or news articles here!''
 
==English Machine Translation of the Decision==
 
The decision below is a machine translation of the ***LANGUAGE*** original. Please refer to the ***LANGUAGE*** original for more details.
 
<pre>
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
 
</pre>
 
</nowiki>
</div>
Example coming soon...
 
=== Description of all values <span class="mw-customtoggle-court-description" style="font-size:small; display:inline-block; float:right;">[<span class="mw-customtoggletext" style="color: #3366cc;">Expand</span>]</span> ===
<div id="mw-customcollapsible-court-description" class="mw-collapsible mw-collapsed">
 
{{DecisionBOXDocumentation|COURT}} <!-- Edit [[Template:DecisionBOXDocumentation]] to modify documentation -->
 
</div>


== Template for CJEU decisions ==
== Template for CJEU decisions ==
Coming soon...
Coming soon...

Revision as of 20:49, 27 February 2020

Here you will soon find more info on how to add a new decision to GDPRhub. We are still preparing easier ways to add new decisions.

If you want to send us a hint, but don't want to edit the wiki directly, just click on "Send a hint!" in the side menu.

Generating a new page

If you search for a page that doesn't exist (using the search box and click enter) then you will be provided with a red link to create the new page.

Make sure you use the correct name for the page, which is defined in our GDPRhub Style Guide. In simple terms it's "(DPA/Court name) - (Record Number or Name)".

Template for DPA decisions

  • Copy the code below
  • Generate a new page by searching for the new page title (Format: "DPA Name" - "Case Number/Name").
  • Open the text editor (not the visual editor) and paste the code below into the new page.
  • Fill out the variables.

Text to copy/paste

Empty text to copy on a new page
{{DPAdecisionBOX

<!--Information about the DPA-->
|Jurisdiction=
|DPA-BG-Color=
|DPAlogo=
|DPA_Abbrevation=
|DPA_With_Country=

<!--Information about the decision-->
|Case_Number_Name=
|ECLI= 

|Original_Source_Name_1=
|Original_Source_Link_1=
|Original_Source_Language_1=
|Original_Source_Language__Code_1=

|Original_Source_Name_2=
|Original_Source_Link_2=
|Original_Source_Language_2=
|Original_Source_Language_Code_2=

|Type=
|Outcome=
|Date_Decided=
|Date_Published=
|Year=
|Fine=
|Currency=

<!--Information about the applied law-->
|GDPR_Article_1=
|GDPR_Article_Link_1=
|GDPR_Article_2=
|GDPR_Article_Link_2=
|GDPR_Article_3=
|GDPR_Article_Link_3=
|GDPR_Article_4=
|GDPR_Article_Link_4=
|GDPR_Article_5=
|GDPR_Article_Link_5=
|GDPR_Article_6=
|GDPR_Article_Link_6=
|GDPR_Article_7=
|GDPR_Article_Link_7=
|GDPR_Article_8=
|GDPR_Article_Link_8=
|GDPR_Article_9=
|GDPR_Article_Link_9=
|GDPR_Article_10=
|GDPR_Article_Link_10=
|GDPR_Article_11=
|GDPR_Article_Link_11=
|GDPR_Article_12=
|GDPR_Article_Link_12=
|GDPR_Article_13=
|GDPR_Article_Link_13=
|GDPR_Article_14=
|GDPR_Article_Link_14=
|GDPR_Article_15=
|GDPR_Article_Link_15=
|GDPR_Article_16=
|GDPR_Article_Link_16=
|GDPR_Article_17=
|GDPR_Article_Link_17=
|GDPR_Article_18=
|GDPR_Article_Link_18=
|GDPR_Article_19=
|GDPR_Article_Link_19=
|GDPR_Article_20=
|GDPR_Article_Link_20=

|EU_Law_Name_1=
|EU_Law_Link_1=
|EU_Law_Name_2=
|EU_Law_Link_2=
|EU_Law_Name_3=
|EU_Law_Link_3=
|EU_Law_Name_4=
|EU_Law_Link_4=
|EU_Law_Name_5=
|EU_Law_Link_5=
|EU_Law_Name_6=
|EU_Law_Link_6=
|EU_Law_Name_7=
|EU_Law_Link_7=
|EU_Law_Name_8=
|EU_Law_Link_8=
|EU_Law_Name_9=
|EU_Law_Link_9=
|EU_Law_Name_10=
|EU_Law_Link_10=
|EU_Law_Name_11=
|EU_Law_Link_11=
|EU_Law_Name_12=
|EU_Law_Link_12=
|EU_Law_Name_13=
|EU_Law_Link_13=
|EU_Law_Name_14=
|EU_Law_Link_14=
|EU_Law_Name_15=
|EU_Law_Link_15=
|EU_Law_Name_16=
|EU_Law_Link_16=
|EU_Law_Name_17=
|EU_Law_Link_17=
|EU_Law_Name_18=
|EU_Law_Link_18=
|EU_Law_Name_19=
|EU_Law_Link_19=
|EU_Law_Name_20=
|EU_Law_Link_20=

|National_Law_Name_1=
|National_Law_Link_1=
|National_Law_Name_2=
|National_Law_Link_2=
|National_Law_Name_3=
|National_Law_Link_3=
|National_Law_Name_4=
|National_Law_Link_4=
|National_Law_Name_5=
|National_Law_Link_5=
|National_Law_Name_6=
|National_Law_Link_6=
|National_Law_Name_7=
|National_Law_Link_7=
|National_Law_Name_8=
|National_Law_Link_8=
|National_Law_Name_9=
|National_Law_Link_9=
|National_Law_Name_10=
|National_Law_Link_10=
|National_Law_Name_11=
|National_Law_Link_11=
|National_Law_Name_12=
|National_Law_Link_12=
|National_Law_Name_13=
|National_Law_Link_13=
|National_Law_Name_14=
|National_Law_Link_14=
|National_Law_Name_15=
|National_Law_Link_15=
|National_Law_Name_16=
|National_Law_Link_16=
|National_Law_Name_17=
|National_Law_Link_17=
|National_Law_Name_18=
|National_Law_Link_18=
|National_Law_Name_19=
|National_Law_Link_19=
|National_Law_Name_20=
|National_Law_Link_20=

|Party_Name_1=
|Party_Link_1=
|Party_Name_2=
|Party_Link_2=
|Party_Name_3=
|Party_Link_3=
|Party_Name_4=
|Party_Link_4=
|Party_Name_5=
|Party_Link_5=

<!--Information about a possible appeal-->
|Appeal_To_Body= 
|Appeal_To_Case_Number_Name=
|Appeal_To_Status=
|Appeal_To_Link=
|
}}

<!--Here the main article starts-->
TEXT TEXT TEXT TEXT

==English Summary==

===Facts===
TEXT TEXT TEXT TEXT

===Dispute===
TEXT TEXT TEXT TEXT

===Holding===
TEXT TEXT TEXT TEXT

==Comment==
TEXT TEXT TEXT TEXT

==Further Resources==
''Share blogs or news articles here!''

==English Machine Translation of the Decision==

The decision below is a machine translation of the ***LANGUAGE*** original. Please refer to the ***LANGUAGE*** original for more details.

<pre>
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT

</pre>

Sample text to see how to create a new page
{{DPAdecisionBOX

<!--Information about the DPA-->
|Jurisdiction=Austria
|DPA-BG-Color=
|DPAlogo=logoAT.png
|DPA_Abbrevation=DSB
|DPA_With_Country=DSB (Austria)

<!--Information about the decision-->
|Case_Number_Name=DSB-D122.844/0006-DSB/2018
|ECLI=ECLI:AT:DSB:2018:DSB.D122.844.0006.DSB.2018 

|Original_Source_Name_1=RIS
|Original_Source_Link_1=https://www.ris.bka.gv.at/Dokument.wxe?ResultFunctionToken=1bc3f128-5499-4e9d-983f-9460bd32ccaf&Position=1&SkipToDocumentPage=True&Abfrage=Dsk&Entscheidungsart=Undefined&Organ=Undefined&SucheNachRechtssatz=True&SucheNachText=True&GZ=&VonDatum=01.01.1990&BisDatum=07.12.2019&Norm=&ImRisSeitVonDatum=&ImRisSeitBisDatum=&ImRisSeit=Undefined&ResultPageSize=100&Suchworte=Bank+Auskunft&Dokumentnummer=DSBT_20180621_DSB_D122_844_0006_DSB_2018_00
|Original_Source_Language_1=German
|Original_Source_Language__Code_1=DE

|Original_Source_Name_2=
|Original_Source_Link_2=
|Original_Source_Language_2=
|Original_Source_Language_Code_2=

|Type=Complaint
|Outcome=Upheld
|Date_Decided=21. 5. 2018
|Date_Published=
|Year=2018
|Fine=None
|Currency=

<!--Information about the applied law-->
|GDPR_Article_1=Article 12(5) GDPR
|GDPR_Article_Link_1=Article 12 GDPR#5
|GDPR_Article_2=Article 15 GDPR
|GDPR_Article_Link_2=Article 15 GDPR
|GDPR_Article_3=Article 99 GDPR
|GDPR_Article_Link_3=Article 99 GDPR
|GDPR_Article_4=
|GDPR_Article_Link_4=
|GDPR_Article_5=
|GDPR_Article_Link_5=
|GDPR_Article_6=
|GDPR_Article_Link_6=
|GDPR_Article_7=
|GDPR_Article_Link_7=
|GDPR_Article_8=
|GDPR_Article_Link_8=
|GDPR_Article_9=
|GDPR_Article_Link_9=
|GDPR_Article_10=
|GDPR_Article_Link_10=
|GDPR_Article_11=
|GDPR_Article_Link_11=
|GDPR_Article_12=
|GDPR_Article_Link_12=
|GDPR_Article_13=
|GDPR_Article_Link_13=
|GDPR_Article_14=
|GDPR_Article_Link_14=
|GDPR_Article_15=
|GDPR_Article_Link_15=
|GDPR_Article_16=
|GDPR_Article_Link_16=
|GDPR_Article_17=
|GDPR_Article_Link_17=
|GDPR_Article_18=
|GDPR_Article_Link_18=
|GDPR_Article_19=
|GDPR_Article_Link_19=
|GDPR_Article_20=
|GDPR_Article_Link_20=

|EU_Law_Name_1=Article 4 Directive 2002/58/EC
|EU_Law_Link_1=https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32002L0058&from=DE
|EU_Law_Name_2=
|EU_Law_Link_2=
|EU_Law_Name_3=
|EU_Law_Link_3=
|EU_Law_Name_4=
|EU_Law_Link_4=
|EU_Law_Name_5=
|EU_Law_Link_5=
|EU_Law_Name_6=
|EU_Law_Link_6=
|EU_Law_Name_7=
|EU_Law_Link_7=
|EU_Law_Name_8=
|EU_Law_Link_8=
|EU_Law_Name_9=
|EU_Law_Link_9=
|EU_Law_Name_10=
|EU_Law_Link_10=
|EU_Law_Name_11=
|EU_Law_Link_11=
|EU_Law_Name_12=
|EU_Law_Link_12=
|EU_Law_Name_13=
|EU_Law_Link_13=
|EU_Law_Name_14=
|EU_Law_Link_14=
|EU_Law_Name_15=
|EU_Law_Link_15=
|EU_Law_Name_16=
|EU_Law_Link_16=
|EU_Law_Name_17=
|EU_Law_Link_17=
|EU_Law_Name_18=
|EU_Law_Link_18=
|EU_Law_Name_19=
|EU_Law_Link_19=
|EU_Law_Name_20=
|EU_Law_Link_20=

|National_Law_Name_1=§ 45 AVG
|National_Law_Link_1=https://ris.bka.gv.at/NormDokument.wxe?Abfrage=Bundesnormen&Gesetzesnummer=10005768&Artikel=&Paragraf=46&Anlage=&Uebergangsrecht=
|National_Law_Name_2=
|National_Law_Link_2=
|National_Law_Name_3=
|National_Law_Link_3=
|National_Law_Name_4=
|National_Law_Link_4=
|National_Law_Name_5=
|National_Law_Link_5=
|National_Law_Name_6=
|National_Law_Link_6=
|National_Law_Name_7=
|National_Law_Link_7=
|National_Law_Name_8=
|National_Law_Link_8=
|National_Law_Name_9=
|National_Law_Link_9=
|National_Law_Name_10=
|National_Law_Link_10=
|National_Law_Name_11=
|National_Law_Link_11=
|National_Law_Name_12=
|National_Law_Link_12=
|National_Law_Name_13=
|National_Law_Link_13=
|National_Law_Name_14=
|National_Law_Link_14=
|National_Law_Name_15=
|National_Law_Link_15=
|National_Law_Name_16=
|National_Law_Link_16=
|National_Law_Name_17=
|National_Law_Link_17=
|National_Law_Name_18=
|National_Law_Link_18=
|National_Law_Name_19=
|National_Law_Link_19=
|National_Law_Name_20=
|National_Law_Link_20=

|Party_Name_1=Anoymous
|Party_Link_1=
|Party_Name_2=
|Party_Link_2=
|Party_Name_3=
|Party_Link_3=
|Party_Name_4=
|Party_Link_4=
|Party_Name_5=
|Party_Link_5=

<!--Information about a possible appeal-->
|Appeal_To_Body=BVwG (Austria)
|Appeal_To_Case_Number_Name=W258 2205602-1/8E
|Appeal_To_Status=Rejected
|Appeal_To_Link=
|
}}

<!--Here the main article starts-->
TEXT TEXT TEXT TEXT

==English Summary==

===Facts===
TEXT TEXT TEXT TEXT

===Dispute===
TEXT TEXT TEXT TEXT

===Holding===
TEXT TEXT TEXT TEXT

==Comment==
TEXT TEXT TEXT TEXT

==Further Resources==
''Share blogs or news articles here!''

==English Machine Translation of the Decision==

The decision below is a machine translation of the **German** original. Please refer to the **German** original for more details.

<pre>
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT

</pre>

Description of all values

DPA information

First you need to include the relevant information on the Data Protection Authority. Most of these elements must follow the GDPRhub standards to include the new case in the relevant categories.

  • Jurisdiction=Austria

Here you must enter the name of the country or "European Union" for EU decisions. For decisions by the 16 local German state DPAs, please enter "Germany" too.

  • DPA-BG-Color=background-color:#ffffff;

Here you can enter the background color that should be displayed behind the DPA logo. In many countries the logo fits well with a transparent background - in this case you leave this variable empty. In most other countries the backgroun needs to be white. In this case you can enter "background-color:#ffffff;" for this variable. Only a hand full of DPAs need a specific color as a background. Check the DPA page to find the code.

  • DPAlogo=logoIE.png

The DPA logo is always "logo" + Country Code + ".png". For example the Austrian DPA logo is "logoAT.png". For the 16 local German state DPAs the country code is "DE" + "-" + the state code, so for example "LogoDE-SH.png" is the logo for Schleswig-Holstein.

  • DPA_Abbrevation=ICO

The abbreviation is the short form (as used on GDPRhub) for the DPA. For example the Irish Data Protection Commissioner is called "DPC". The UK Information Commissioner's office is called "ICO".

  • DPA_With_Country=ICO (United Kingdom)

For certain links GDPRhub also needs the country together with the name of the DPA. Always use the format "DPA" + "(Country)".

Case identifiers

  • Case_Number_Name=DSB-D122.844/0006-DSB/2018

Here you must enter the national case number or the case name. If there are different systems, use the official code or the most relevant code to find a case.

  • ECLI=ECLI:AT:DSB:2018:DSB.D122.844.0006.DSB.2018

Some countries also assign a European Case Law Identifier to each decision. If available, please enter it here.

Source information (up to 2)

You can add up to two source links (e.g. for decisions in two languages).

  • Original_Source_Name_1=XYZ Database

Here you must enter the name of the database or webpage where you got the information about the case.

Here you must enter the link the the source.

  • Original_Source_Language_1=English

Here you must enter the original language (e.g. English, German, Spanish).

  • Original_Source_Language__Code_1=EN

Here you must enter the two-letter-code of that language (e.g. EN, DE, ES).

Key facts of the case

  • Type=Complaint
  • Outcome=Upheld
  • Date_Decided=23. 1. 2020
  • Date_Published=23. 1. 2020
  • Year=2020
  • Fine=10,000
  • Currency=EUR

Applied law (up to 20)

  • GDPR_Article_1=Article 6(1)(f) GDPR
  • GDPR_Article_Link_1=Article 6 GDPR#1f
  • EU_Law_Name_1=Article 5(3) ePrivacy Directive 2002/58/EC
  • National_Law_Name_1=§ 29 DSG

Party information (up to 5)

  • Party_Name_1=Google

Appeal information

  • Appeal_To_Body=BVwG (Austria)
  • Appeal_To_Case_Number_Name=XYZ/2019
  • Appeal_To_Status=Upheld

Template for Court decisions

  • Copy the code below
  • Generate a new page by searching for the new page title (Format: "Court Name" - "Case Number/Name").
  • Open the text editor (not the visual editor) and paste the code below into the new page.
  • Fill out the variables.

Text to copy/paste

Empty text to copy on a new page
{{COURTdecisionBOX

<!--Information about the Court-->
|Jurisdiction=
|Court-BG-Color=
|Courtlogo=
|Court_Abbrevation=
|Court_With_Country=

<!--Information about the decision-->
|Case_Number_Name=
|ECLI=ECLI:

|Original_Source_Name_1=
|Original_Source_Link_1=
|Original_Source_Language_1=
|Original_Source_Language_Code_1=

|Original_Source_Name_2=
|Original_Source_Link_2=
|Original_Source_Language_2=
|Original_Source_Language_Code_2=

|Date_Decided=
|Date_Published=
|Year=

<!--Information about the applied law-->
|GDPR_Article_1=
|GDPR_Article_Link_1=
|GDPR_Article_2=
|GDPR_Article_Link_2=
|GDPR_Article_3=
|GDPR_Article_Link_3=
|GDPR_Article_4=
|GDPR_Article_Link_4=
|GDPR_Article_5=
|GDPR_Article_Link_5=
|GDPR_Article_6=
|GDPR_Article_Link_6=
|GDPR_Article_7=
|GDPR_Article_Link_7=
|GDPR_Article_8=
|GDPR_Article_Link_8=
|GDPR_Article_9=
|GDPR_Article_Link_9=
|GDPR_Article_10=
|GDPR_Article_Link_10=
|GDPR_Article_11=
|GDPR_Article_Link_11=
|GDPR_Article_12=
|GDPR_Article_Link_12=
|GDPR_Article_13=
|GDPR_Article_Link_13=
|GDPR_Article_14=
|GDPR_Article_Link_14=
|GDPR_Article_15=
|GDPR_Article_Link_15=
|GDPR_Article_16=
|GDPR_Article_Link_16=
|GDPR_Article_17=
|GDPR_Article_Link_17=
|GDPR_Article_18=
|GDPR_Article_Link_18=
|GDPR_Article_19=
|GDPR_Article_Link_19=
|GDPR_Article_20=
|GDPR_Article_Link_20=

|EU_Law_Name_1=
|EU_Law_Link_1=
|EU_Law_Name_2=
|EU_Law_Link_2=
|EU_Law_Name_3=
|EU_Law_Link_3=
|EU_Law_Name_4=
|EU_Law_Link_4=
|EU_Law_Name_5=
|EU_Law_Link_5=
|EU_Law_Name_6=
|EU_Law_Link_6=
|EU_Law_Name_7=
|EU_Law_Link_7=
|EU_Law_Name_8=
|EU_Law_Link_8=
|EU_Law_Name_9=
|EU_Law_Link_9=
|EU_Law_Name_10=
|EU_Law_Link_10=
|EU_Law_Name_11=
|EU_Law_Link_11=
|EU_Law_Name_12=
|EU_Law_Link_12=
|EU_Law_Name_13=
|EU_Law_Link_13=
|EU_Law_Name_14=
|EU_Law_Link_14=
|EU_Law_Name_15=
|EU_Law_Link_15=
|EU_Law_Name_16=
|EU_Law_Link_16=
|EU_Law_Name_17=
|EU_Law_Link_17=
|EU_Law_Name_18=
|EU_Law_Link_18=
|EU_Law_Name_19=
|EU_Law_Link_19=
|EU_Law_Name_20=
|EU_Law_Link_20=

|National_Law_Name_1=
|National_Law_Link_1=
|National_Law_Name_2=
|National_Law_Link_2=
|National_Law_Name_3=
|National_Law_Link_3=
|National_Law_Name_4=
|National_Law_Link_4=
|National_Law_Name_5=
|National_Law_Link_5=
|National_Law_Name_6=
|National_Law_Link_6=
|National_Law_Name_7=
|National_Law_Link_7=
|National_Law_Name_8=
|National_Law_Link_8=
|National_Law_Name_9=
|National_Law_Link_9=
|National_Law_Name_10=
|National_Law_Link_10=
|National_Law_Name_11=
|National_Law_Link_11=
|National_Law_Name_12=
|National_Law_Link_12=
|National_Law_Name_13=
|National_Law_Link_13=
|National_Law_Name_14=
|National_Law_Link_14=
|National_Law_Name_15=
|National_Law_Link_15=
|National_Law_Name_16=
|National_Law_Link_16=
|National_Law_Name_17=
|National_Law_Link_17=
|National_Law_Name_18=
|National_Law_Link_18=
|National_Law_Name_19=
|National_Law_Link_19=
|National_Law_Name_20=
|National_Law_Link_20=

|Party_Name_1=
|Party_Link_1=
|Party_Name_2=
|Party_Link_2=
|Party_Name_3=
|Party_Link_3=
|Party_Name_4=
|Party_Link_4=
|Party_Name_5=
|Party_Link_5=

<!--Information about a possible appeal-->
|Appeal_From_Body=
|Appeal_From_Case_Number_Name=
|Appeal_From_Status=
|Appeal_From_Link=
|Appeal_To_Body=
|Appeal_To_Case_Number_Name=
|Appeal_To_Status=
|Appeal_To_Link=
|
}}

<!--Here the main article starts-->
TEXT TEXT TEXT TEXT

==English Summary==

===Facts===
TEXT TEXT TEXT TEXT

===Dispute===
====Plaintiff====
TEXT TEXT TEXT TEXT

====Defendant====
TEXT TEXT TEXT TEXT

===Holding===
TEXT TEXT TEXT TEXT

==Comment==
''Add your comment here!''

==Further Resources==
''Share blogs or news articles here!''

==English Machine Translation of the Decision==

The decision below is a machine translation of the ***LANGUAGE*** original. Please refer to the ***LANGUAGE*** original for more details.

<pre>
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT

</pre>


Example coming soon...

Description of all values [Expand]


Court information

First you need to include the relevant information on the Court. Most of these elements must follow the GDPRhub standards to include the new case in the relevant categories.

  • Jurisdiction=Austria

Here you must enter the name of the country or "European Union" for EU decisions. For decisions by the 16 local German state DPAs, please enter "Germany" too.

  • Court-BG-Color=background-color:#ffffff;

Here you can enter the background color that should be displayed behind the Court logo. In many countries the logo fits well with a transparent background - in this case you leave this variable empty. In most other countries the background needs to be white. In this case you can enter "background-color:#ffffff;" for this variable. Only a hand full of Court logos need a specific color as a background. Check the another decision page to find the code.

  • Courtlogo=CourtsAT.png

The general court logo is always "Courts" + Country Code + ".png". For example the Austrian courts logo is "CourtsAT.png". Some specific courts use Abbrevation + Country Code + ".png". For example the Austrian Austrian Constitutional Court (VfGH) logo is "VfGHAT.png".

  • Court_Abbrevation=VfGH

The abbreviation is the short form (as used on GDPRhub) for the court. For example the Austrian Austrian Constitutional Court is called VfGH and the Austrian Supreme Court is called OGH.

  • Court_With_Country=VfGH (Austria)

For certain links GDPRhub also needs the country together with the name of the Court. Always use the format Abbrevation + "(Country)".

Case identifiers

  • Case_Number_Name=DSB-D122.844/0006-DSB/2018

Here you must enter the national case number or the case name. If there are different systems, use the official code or the most relevant code to find a case.

  • ECLI=ECLI:AT:DSB:2018:DSB.D122.844.0006.DSB.2018

Some countries also assign a European Case Law Identifier to each decision. If available, please enter it here.

Source information (up to 2)

You can add up to two source links (e.g. for decisions in two languages).

  • Original_Source_Name_1=XYZ Database

Here you must enter the name of the database or webpage where you got the information about the case.

Here you must enter the link the the source.

  • Original_Source_Language_1=English

Here you must enter the original language (e.g. English, German, Spanish).

  • Original_Source_Language__Code_1=EN

Here you must enter the two-letter-code of that language (e.g. EN, DE, ES).

Key facts of the case

  • Date_Decided=23. 1. 2020
  • Date_Published=23. 1. 2020
  • Year=2020

Applied law (up to 20)

  • GDPR_Article_1=Article 6(1)(f) GDPR
  • GDPR_Article_Link_1=Article 6 GDPR#1f
  • EU_Law_Name_1=Article 5(3) ePrivacy Directive 2002/58/EC
  • National_Law_Name_1=§ 29 DSG

Party information (up to 5)

  • Party_Name_1=Google

Appeal information

  • Appeal_To_Case_Number_Name=XYZ/2019
  • Appeal_To_Status=Upheld

Other information

You can add your name to a page as the author who initially contributed a decision to GDPRhub. You can use {{subst:REVISIONUSER}}}} to automatically enter your wiki username.

  • Initial_Contributor={{subst:REVISIONUSER}}}}

Template for CJEU decisions

Coming soon...