Difference between revisions of "Template:@"

From TheInterWiki
(Created page with "<span class="nowrap">{{{1|<noinclude>account</noinclude>}}}15px|@|link={{{2|<noinclude>example.com</noinclude>}}}</span><noinclude> This template is des...")
 
 
Line 2: Line 2:
  
 
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>

Latest revision as of 18:40, 31 January 2025

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.