Template:DPAbox: Difference between revisions

From GDPRhub
m (Pdehaye moved page Template:DPA to Template:DPAbox)
No edit summary
Line 1: Line 1:
<onlyinclude><includeonly>
{| class="wikitable" style="width: 25%; margin-left: 10px; float:right;"
{| class="wikitable" style="width: 25%; margin-left: 10px; float:right;"
! colspan="2" |{{{name}}}
! colspan="2" |{{{name}}}
|-
|-
| colspan="2" style="padding: 20px; background-color:#ffffff;" |[[File:{{{logo}}}|center|250px]]
{{{#if: {{{logo|}}}|{{!}} colspan="2" style="padding: 20px; background-color:#ffffff;" {{!}}[[File:{{{logo}}}{{!}}center{{!}}250px]]}}}
|-
|-
|Name:||{{{name}}}
|Name:||{{{name}}}
|-
|-
|Abbreviation :||{{{abbreviation}}}
{{#if: {{{abbreviation|}}}|
    {{!}} Abbreviation:
    {{!}} {{{abbreviation}}}
}}
|-
|-
|Jurisdiction:||[[Data Protection in {{{geo}}}|{{{geo}}}]]
|Jurisdiction:||[[Data Protection in {{{geo}}}|{{{geo}}}]]
[[Category: {{{geo}}}]]
[[Category: {{{geo}}}]]
|-
|-
|Head:||{{{head}}}
{{#if: {{{head|}}}|
    {{!}} Head:
    {{!}} {{{head}}}
}}
|-
|-
|Deputy:||{{{deputy}}}
{{#if: {{{deputy|}}}|
    {{!}} Deputy:
    {{!}} {{{deputy}}}
}}
|-
|-
|Adress:||{{{address}}}
{{#if: {{{address|}}}|
    {{!}} Address:
    {{!}} {{{address}}}
}}
|-
|-
|Webpage:||[http://{{{webpage}}}/ {{{webpage}}}]
{{#if: {{{webpage|}}}|
    {{!}} Webpage:
    {{!}} {{{webpage}}}
}}
|-
|-
|Email:||[mailto:{{{email}}} {{{email}}}]
{{#if: {{{email|}}}|
    {{!}} Email:
    {{!}} {{{email}}}
}}
|-
|-
|Phone:||{{{phone}}}
{{#if: {{{phone|}}}|
    {{!}} Phone:
    {{!}} {{{phone}}}
}}
|-
|-
|Twitter:||{{{twitter}}}
{{#if: {{{twitter|}}}|
    {{!}} Twitter:
    {{!}} [http://www.twitter.com/{{{twitter}}} @{{{twitter}}}]
}}
|-
|-
|Procedural Law:||{{{procedural law}}}
{{#if: {{{procedural law|}}}|
    {{!}} Procedural Law:
    {{!}} {{{procedural law}}}
}}
|-
|-
|Decision Database:||{{{decision db}}}
{{#if: {{{decision db|}}}|
    {{!}} Decision Database:
    {{!}} {{{decision db}}}
}}
|-
|-
|Translated Decisions:||[[:Category:{{{abbreviation}}} ({{{geo}}})]]
|Translated Decisions:||[[:Category:{{{abbreviation}}} ({{{geo}}})]]
|-
|-
|Head Count:||{{{head count}}}
{{#if: {{{head count|}}}|
    {{!}} Head Count:
    {{!}} {{{head count}}}
}}
|-
|-
|Budget:||{{{budget}}}
{{#if: {{{budget|}}}|
    {{!}} Budget:
    {{!}} {{{budget}}}
}}
|-
{{#if: {{{wikidata|}}}|
    {{!}} Wikidata-Item:
    {{!}} [http://www.wikidata.org/entity/{{{wikidata}}} {{{wikidata}}}]
}}
|}
|}
</includeonly></onlyinclude>
== Blank example ==
{{DPAbox
|logo = {{{logo}}}
|geo = {{{geo}}}
|name = {{{name}}}
|abbreviation = {{{abbreviation}}}
|head = {{{head}}}
|deputy = {{{deputy}}}
|address = {{{address}}}
|webpage = {{{webpage}}}
|email = {{{email}}}
|phone = {{{phone}}}
|twitter = {{{twitter}}}
|procedural law = {{{procedural law}}}
|decision db = {{{decision db}}}
|head count = {{{head count}}}
|budget = {{{budget}}}
|wikidata = {{{wikidata}}}
}}
<pre style="overflow:auto;">
{{DPAbox
|logo          = <!-- OPTIONAL -->
|geo            =
|name          =
|abbreviation  = <!-- OPTIONAL -->
|head          = <!-- OPTIONAL -->
|deputy        = <!-- OPTIONAL -->
|address        = <!-- OPTIONAL -->
|webpage        = <!-- OPTIONAL -->
|email          = <!-- OPTIONAL -->
|phone          = <!-- OPTIONAL -->
|twitter        = <!-- OPTIONAL; Only twitter-handle -->
|procedural law = <!-- OPTIONAL -->
|decision db    = <!-- OPTIONAL -->
|head count    = <!-- OPTIONAL -->
|budget        = <!-- OPTIONAL -->
|wikidata      = <!-- OPTIONAL -->
}}
</pre>

Revision as of 12:22, 23 March 2020

Blank example

{{{name}}}
[[File:{{{logo}}}|center|250px]]
Name: {{{name}}}
Abbreviation: {{{abbreviation}}}
Jurisdiction: [[Data Protection in {{{geo}}}|{{{geo}}}]]

[[Category: {{{geo}}}]]

Head: {{{head}}}
Deputy: {{{deputy}}}
Address: {{{address}}}
Webpage: {{{webpage}}}
Email: {{{email}}}
Phone: {{{phone}}}
Twitter: @{{{twitter}}}
Procedural Law: {{{procedural law}}}
Decision Database: {{{decision db}}}
Translated Decisions: [[:Category:{{{abbreviation}}} ({{{geo}}})]]
Head Count: {{{head count}}}
Budget: {{{budget}}}
Wikidata-Item: {{{wikidata}}}


{{DPAbox
|logo           = <!-- OPTIONAL -->
|geo            = 
|name           = 
|abbreviation   = <!-- OPTIONAL -->
|head           = <!-- OPTIONAL -->
|deputy         = <!-- OPTIONAL -->
|address        = <!-- OPTIONAL -->
|webpage        = <!-- OPTIONAL -->
|email          = <!-- OPTIONAL -->
|phone          = <!-- OPTIONAL -->
|twitter        = <!-- OPTIONAL; Only twitter-handle -->
|procedural law = <!-- OPTIONAL -->
|decision db    = <!-- OPTIONAL -->
|head count     = <!-- OPTIONAL -->
|budget         = <!-- OPTIONAL -->
|wikidata       = <!-- OPTIONAL -->
}}