Template:@: Difference between revisions
(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 |
||
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:At sign.svg|15px|@|link=]]{{{2|<noinclude>example.com</noinclude>}}}</span><noinclude> | ||
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 == | ||
Line 38: | Line 38: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 21:54, 10 March 2021
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.
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>