Template:DPAbox: Difference between revisions
From GDPRhub
m (Undo the undo, remove the blank example (recursive…)) Tag: Undo |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 64: | Line 64: | ||
}} | }} | ||
|- | |- | ||
|Translated Decisions:||[[:Category:{{{abbreviation}}} ({{{geo}}})]] | |Translated Decisions:||[[:Category:{{{abbreviation}}} ({{#if:{{{subgeo|}}}|{{{subgeo}}}|{{{geo}}}}})]] | ||
|- | |- | ||
{{#if: {{{head count|}}}| | {{#if: {{{head count|}}}| | ||
Line 81: | Line 81: | ||
}} | }} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The full name of the authority", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"logo": { | |||
"label": "Logo", | |||
"description": "The official logo of the authority", | |||
"type": "wiki-file-name" | |||
}, | |||
"abbreviation": { | |||
"label": "Abbreviation", | |||
"description": "The customary abbreviation for the authority", | |||
"example": "DPC", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"geo": {}, | |||
"head": { | |||
"label": "Head of the authority" | |||
}, | |||
"deputy": {}, | |||
"address": { | |||
"label": "Address", | |||
"description": "The postal address of the authority" | |||
}, | |||
"webpage": { | |||
"label": "Webpage", | |||
"description": "The URL of the authority's page", | |||
"type": "url", | |||
"required": true | |||
}, | |||
"email": { | |||
"label": "Email address", | |||
"description": "The official email contact" | |||
}, | |||
"phone": { | |||
"label": "Phone number ", | |||
"description": "The official phone contact, without spaces", | |||
"example": "+353017650100" | |||
}, | |||
"twitter": { | |||
"deprecated": true | |||
}, | |||
"procedural law": {}, | |||
"decision db": {}, | |||
"subgeo": {}, | |||
"head count": {}, | |||
"budget": {}, | |||
"wikidata": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"logo", | |||
"abbreviation", | |||
"head", | |||
"address", | |||
"webpage", | |||
"email", | |||
"phone", | |||
"deputy", | |||
"geo", | |||
"twitter", | |||
"procedural law", | |||
"decision db", | |||
"subgeo", | |||
"head count", | |||
"budget", | |||
"wikidata" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 13:44, 8 January 2025
{{{name}}} | |
---|---|
{{{logo}}} | |
Name: | {{{name}}} |
Jurisdiction: | [[Data Protection in {{{geo}}}|{{{geo}}}]]
[[Category: {{{geo}}}]] |
Translated Decisions: | [[:Category:{{{abbreviation}}} ({{{geo}}})]] |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The full name of the authority | String | required |
Logo | logo | The official logo of the authority | File | optional |
Abbreviation | abbreviation | The customary abbreviation for the authority
| String | required |
Head of the authority | head | no description | Unknown | optional |
Address | address | The postal address of the authority | Unknown | optional |
Webpage | webpage | The URL of the authority's page | URL | required |
Email address | email | The official email contact | Unknown | optional |
Phone number | phone | The official phone contact, without spaces
| Unknown | optional |
deputy | deputy | no description | Unknown | optional |
geo | geo | no description | Unknown | optional |
twitter | no description | Unknown | deprecated | |
procedural law | procedural law | no description | Unknown | optional |
decision db | decision db | no description | Unknown | optional |
subgeo | subgeo | no description | Unknown | optional |
head count | head count | no description | Unknown | optional |
budget | budget | no description | Unknown | optional |
wikidata | wikidata | no description | Unknown | optional |