Template:@: Difference between revisions

From Bay Area Structural Heart Wiki
Created page with "<span class="nowrap">{{{1|<noinclude>account</noinclude>}}}15px|@|link={{{2|<noinclude>example.com</noinclude>}}}</span><noinclude> {{doc|content= This te..."
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="nowrap">{{{1|<noinclude>account</noinclude>}}}[[File:At sign.svg|15px|@|link=]]{{{2|<noinclude>example.com</noinclude>}}}</span><noinclude>
<span class="nowrap">{{{1|<noinclude>account</noinclude>}}}[[File:AtSymbol.png|15px|@|link=]]{{{2|<noinclude>example.com</noinclude>}}}</span>
{{doc|content=
<noinclude>
 
 
Usage: <nowiki>{{@|account|example.com}}</nowiki>
 
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>
[[Category:Templates]]
}}
</noinclude>
</noinclude>

Latest revision as of 15:38, 25 March 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.