Difference between revisions of "User:Alexbfree"

From Wikibase Personal data
Jump to navigation Jump to search
Line 1: Line 1:
== CODE ==
+
== Javascript Code Files ==
  
 
* [[User:Alexbfree/common.js]]
 
* [[User:Alexbfree/common.js]]
 
* [[User:Alexbfree/Code:GDPRMailAccess.js]] (for GDPR mail feature on data controllers)
 
* [[User:Alexbfree/Code:GDPRMailAccess.js]] (for GDPR mail feature on data controllers)
  
== HTML TEMPLATES ==
+
== HTML Templates ==
  
 
* [[User:Alexbfree/Template:GDPRMailtoAccess]] - this is the HTML of the link that generates the GDPR letter
 
* [[User:Alexbfree/Template:GDPRMailtoAccess]] - this is the HTML of the link that generates the GDPR letter
  
== DOCUMENT TEMPLATES ==
+
== Text Templates ==
 
 
* [[User:Alexbfree/Template:GDPRMailTemplate]] - this is the actual template of the letter itself
 
 
 
== DOCUMENT SUBTEMPLATES ==
 
  
 +
* [[User:Alexbfree/Template:GDPRMailTemplate]] - this is a text template for the main body of the letter itself. It invokes the [[Module:Wd]] to get the collects items.
 
* [[User:Alexbfree/Template:GDPRRequiredItems]] - this generates the paragraph about required items. It invokes [[Module:Wd]] to get that data.
 
* [[User:Alexbfree/Template:GDPRRequiredItems]] - this generates the paragraph about required items. It invokes [[Module:Wd]] to get that data.
 
+
* [[User:Alexbfree/Template:GDPRmailto]] - this generates the string which is the `?subject` and `?body` parts of the `mailto:` URL string, used in [[User:Alexbfree/Template:GDPRMailtoAccess]].
== STRING TEMPLATES ==
 
 
 
* [[User:Alexbfree/Template:GDPRmailto]] - this is a template for the subject and body parts of the mailto: URL string
 
  
 
== OTHER TEMPLATES ==
 
== OTHER TEMPLATES ==
  
 
* [[User:Alexbfree/Template:GDPRwikidata]] - this calls wikidata [[Module:Wd]], in order to get data from the database, I think?
 
* [[User:Alexbfree/Template:GDPRwikidata]] - this calls wikidata [[Module:Wd]], in order to get data from the database, I think?

Revision as of 13:52, 27 January 2020

Javascript Code Files

HTML Templates

Text Templates

OTHER TEMPLATES