var msg = ''; //For anons if (wgUserName == null) msg = msg + '
Did you read the instructions?
You are currently voting as an anonymous user. '; msg = msg + 'We require anonymous users or users with less than 100 edits to identify themselves as a user from an other Wikimedia project. You can do that by adding a diff to your vote. See for example: diff. For more information, see How to vote. For specific instructions, please see Diffmaking.
\n'; msg = msg + 'Anonymous votes will not be considered!
You are having less than 100 edits!
' + msg; } else { return; }} var p = document.getElementById("wikiPreview"); if (p) { if (!p.innerHTML) p.innerHTML = msg; //Only add message in edit form } }); }