Template:Quote-CJEU: Difference between revisions
From GDPRhub
mNo edit summary |
No edit summary |
||
(15 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<div class="quote--wrapper"> | <div class="quote--wrapper"> | ||
<div class="quote--img">[[File:CJEU-icon.png|class="quote--icon"]]</div> | <div class="quote--img">[[File:CJEU-icon.png|class="quote--icon"]]</div> | ||
Line 8: | Line 4: | ||
{{#tag:blockquote | {{#tag:blockquote | ||
|{{{1}}} | |{{{1}}} | ||
|class=quote quote--cjeu | |class=quote quote--cjeu | ||
}} | }} | ||
</div> | </div> | ||
</div> | </div> | ||
<p class=cjeu-reference> | <p class=cjeu-reference> | ||
{{{2}}} | [[{{{2}}}]], margin number {{{3}}}. | ||
</p> | </p> | ||
<p>{{#if:{{{4|}}}| {{{4}}} | }}</p> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 23: | Line 21: | ||
"description": "Quote from the CJEU decision here", | "description": "Quote from the CJEU decision here", | ||
"example": "\"each supervisory authority is required on its territory to handle complaints\"", | "example": "\"each supervisory authority is required on its territory to handle complaints\"", | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
Line 30: | Line 28: | ||
"description": "Fill in your reference here", | "description": "Fill in your reference here", | ||
"example": "C-311/18 - Schrems II ", | "example": "C-311/18 - Schrems II ", | ||
"type": " | "type": "wiki-page-name", | ||
"default": "C-", | "default": "C-", | ||
"required": true | "required": true | ||
}, | |||
"3": { | |||
"label": "Margin number", | |||
"type": "number", | |||
"suggested": true, | |||
"description": "Refer to the exact margin number here", | |||
"default": "The number only, the words \"margin number\" are added automatically" | |||
}, | |||
"4": { | |||
"label": "Comment", | |||
"description": "Add any additional comments here; hidden, if empty.", | |||
"example": "\"Also note the EDPB Guidelines XYZ for further guidance on this topic.\"", | |||
"type": "string", | |||
"required": false | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 12:38, 17 October 2024
[[{{{2}}}]], margin number {{{3}}}.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | 1 | Quote from the CJEU decision here
| Content | required |
Source | 2 | Fill in your reference here
| Page name | required |
Margin number | 3 | Refer to the exact margin number here
| Number | suggested |
Comment | 4 | Add any additional comments here; hidden, if empty.
| String | optional |