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;" | {{{#if: {{{logo|}}}|{{!}} colspan="2" style="padding: 20px; background-color:#ffffff;" {{!}}[[File:{{{logo}}}{{!}}center{{!}}250px]]}}} | ||
|- | |- | ||
|Name:||{{{name}}} | |Name:||{{{name}}} | ||
|- | |- | ||
|Abbreviation : | {{#if: {{{abbreviation|}}}| | ||
{{!}} Abbreviation: | |||
{{!}} {{{abbreviation}}} | |||
}} | |||
|- | |- | ||
|Jurisdiction:||[[Data Protection in {{{geo}}}|{{{geo}}}]] | |Jurisdiction:||[[Data Protection in {{{geo}}}|{{{geo}}}]] | ||
[[Category: {{{geo}}}]] | [[Category: {{{geo}}}]] | ||
|- | |- | ||
|Head: | {{#if: {{{head|}}}| | ||
{{!}} Head: | |||
{{!}} {{{head}}} | |||
}} | |||
|- | |- | ||
|Deputy: | {{#if: {{{deputy|}}}| | ||
{{!}} Deputy: | |||
{{!}} {{{deputy}}} | |||
}} | |||
|- | |- | ||
{{#if: {{{address|}}}| | |||
{{!}} Address: | |||
{{!}} {{{address}}} | |||
}} | |||
|- | |- | ||
{{#if: {{{webpage|}}}| | |||
{{!}} Webpage: | |||
{{!}} {{{webpage}}} | |||
}} | |||
|- | |- | ||
{{#if: {{{email|}}}| | |||
{{!}} Email: | |||
{{!}} {{{email}}} | |||
}} | |||
|- | |- | ||
|Phone: | {{#if: {{{phone|}}}| | ||
{{!}} Phone: | |||
{{!}} {{{phone}}} | |||
}} | |||
|- | |- | ||
|Twitter: | {{#if: {{{twitter|}}}| | ||
{{!}} Twitter: | |||
{{!}} [http://www.twitter.com/{{{twitter}}} @{{{twitter}}}] | |||
}} | |||
|- | |- | ||
|Procedural Law: | {{#if: {{{procedural law|}}}| | ||
{{!}} Procedural Law: | |||
{{!}} {{{procedural law}}} | |||
}} | |||
|- | |- | ||
|Decision Database: | {{#if: {{{decision db|}}}| | ||
{{!}} Decision Database: | |||
{{!}} {{{decision db}}} | |||
}} | |||
|- | |- | ||
|Translated Decisions:||[[:Category:{{{abbreviation}}} ({{{geo}}})]] | |Translated Decisions:||[[:Category:{{{abbreviation}}} ({{{geo}}})]] | ||
|- | |- | ||
|Head Count: | {{#if: {{{head count|}}}| | ||
{{!}} Head Count: | |||
{{!}} {{{head count}}} | |||
}} | |||
|- | |- | ||
|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 --> }}