Difference between revisions of "User:Alexbfree"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* [[User:Alexbfree/Code:GDPRMailAccess.js]] (for GDPR mail feature on data controllers) | * [[User:Alexbfree/Code:GDPRMailAccess.js]] (for GDPR mail feature on data controllers) | ||
− | == 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 == | ||
+ | |||
* [[User:Alexbfree/Template:GDPRMailTemplate]] - this is the actual template of the letter itself | * [[User:Alexbfree/Template:GDPRMailTemplate]] - this is the actual template of the letter itself | ||
+ | |||
+ | == STRING TEMPLATES == | ||
+ | |||
+ | * [[User:Alexbfree/Template:GDPRmailto]] - this is a template for the subject and body parts of the mailto: URL string | ||
+ | |||
+ | == 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:45, 27 January 2020
CODE
- User:Alexbfree/common.js
- User:Alexbfree/Code:GDPRMailAccess.js (for GDPR mail feature on data controllers)
HTML TEMPLATES
- User:Alexbfree/Template:GDPRMailtoAccess - this is the HTML of the link that generates the GDPR letter
DOCUMENT TEMPLATES
- User:Alexbfree/Template:GDPRMailTemplate - this is the actual template of the letter itself
STRING TEMPLATES
- User:Alexbfree/Template:GDPRmailto - this is a template for the subject and body parts of the mailto: URL string
OTHER TEMPLATES
- User:Alexbfree/Template:GDPRwikidata - this calls wikidata Module:Wd, in order to get data from the database, I think?