Template:DPAbox: Difference between revisions

From GDPRhub
m (Simplify <includeonly> stuff (remove duplication to avoid developing inconsistencies))
m (Reverted edits by GB (talk) to last revision by ManTechnologist)
Tag: Rollback
Line 1: Line 1:
<includeonly>
<onlyinclude><includeonly>
<!-- Place DPAbox Articles in Category:DPA automatically but not this template. -->
<!-- Place DPAbox Articles in Category:DPA automatically but not this template. -->
[[Category:DPA]]
{{#ifeq: {{PAGENAME}} | DPAbox || [[Category:DPA]]}}
</includeonly>


{| class="wikitable" style="width: 25%; margin-left: 10px; float:right;"
{| class="wikitable" style="width: 25%; margin-left: 10px; float:right;"
Line 81: Line 80:
}}
}}
|}
|}
</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}}}
}}


== Blank example ==
<pre style="overflow:auto;">
{{DPAbox}}
{{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 15:37, 21 September 2021


Blank example

{{{name}}}
{{{logo}}}
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 -->
}}