Template:@: Difference between revisions

From Bay Area Structural Heart Wiki
No edit summary
No edit summary
Line 6: Line 6:


This template is designed to help prevent spam from being sent to an e-mail address inserted onto a page. Because nearly all spam is automated, altering the format of the e-mail address to where it does not match the regular expression(s) in the e-mail address search engine helps prevent spam.
This template is designed to help prevent spam from being sent to an e-mail address inserted onto a page. Because nearly all spam is automated, altering the format of the e-mail address to where it does not match the regular expression(s) in the e-mail address search engine helps prevent spam.
== TemplateData ==
<templatedata>
{ "description": {
"en": "Obfuscate an e-mail address to prevent spamming",
"de": "E-Mail-Adresse zumindest in der Seitendarstellung gegen Spam verstecken"
},
"params": {
"1": {
"label": {
"en": "Local-part",
"de": "Teilnehmer"
},
"description": {
"en": "Local-part ahead of @",
"de": "Teilnehmer, vor dem @"
},
"example": "account",
"type": "line",
"suggested": true
},
"2": {
"label": {
"en": "Domain",
"de": "Domain"
},
"description": {
"en": "Domain, following @",
"de": "Domain, also nach @"
},
"example": "example.com",
"type": "line",
"suggested": true
}
}
}
</templatedata>




</noinclude>
</noinclude>

Revision as of 18:37, 31 January 2025

account@example.com

Usage: {{@|account|example.com}}


This template is designed to help prevent spam from being sent to an e-mail address inserted onto a page. Because nearly all spam is automated, altering the format of the e-mail address to where it does not match the regular expression(s) in the e-mail address search engine helps prevent spam.