Difference between revisions of "User:Alexbfree"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* [[User:Alexbfree/Template:DataControllerMenu]] - this is the menu containing the various links for a data controller | * [[User:Alexbfree/Template:DataControllerMenu]] - this is the menu containing the various links for a data controller | ||
− | * [[User:Alexbfree/Template: | + | |
+ | == URL Templates == | ||
+ | |||
+ | * [[User:Alexbfree/Template:GDPRDataControllerMailtoLink]] - this is the HTML of the link that generates the GDPR letter | ||
+ | ** [[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]]. | ||
== Text Templates == | == Text Templates == | ||
Line 13: | Line 17: | ||
* [[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: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 main function of [[Module:Wd]] to get that data. | * [[User:Alexbfree/Template:GDPRRequiredItems]] - this generates the paragraph about required items. It invokes main function of [[Module:Wd]] to get that data. | ||
− | |||
== Other Templates == | == Other Templates == |
Revision as of 16:05, 27 January 2020
Javascript Code Files
- User:Alexbfree/common.js
- User:Alexbfree/Code:GDPRMailAccess.js (for GDPR mail feature on data controllers)
HTML Templates
- User:Alexbfree/Template:DataControllerMenu - this is the menu containing the various links for a data controller
URL Templates
- User:Alexbfree/Template:GDPRDataControllerMailtoLink - this is the HTML of the link that generates the GDPR letter
- 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.
Text Templates
- 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 main function of Module:Wd to get that data.
Other Templates
- User:Alexbfree/Template:GDPRwikidata - this calls main function of Module:Wd, in order to get data from the database, I think?