Discuss Help:Datatype "Email"
From semantic-mediawiki.org
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
Spam prevention for published email addresses | 1 | 02:44, 16 April 2015 |
Can this datatype hold more than one email? | 1 | 20:49, 2 October 2013 |
Hello,
I have a property with data type email and see it rendering as a normal mailto email link: <a rel="nofollow" target="_blank" class="external text" href="mailto:foo@baz.bar">foo@baz.bar</a>
.
Now, that's not the best for a public wiki, where we would risk spam to published mail addresses (and the fear of users of adding them in the form). It concerns not only 1 contact email but a lot of email addresses that this property gets assigned to.
Is there any way of altering this property to improve spam prevention (Wikipedia:Address munging)? Ideally, there would be a way to assign a CSS class to the property… where can I start?