Template:VoteNotice/doc

From RationalWiki
Jump to navigation Jump to search

This is a short guide to adding new entries on the various vote-enabled pages.

Parameters

  • pollname: is the name of the poll, will be inserted into a charinsert tag to create the link after "click here:"
  • charinsert: if pollname is not specified, this will be added after "click here:"
  • other: any other information that will be listed below the standard instructions

Hiding

If you want to hide these notices, open your skin-specific css file (e.g. if you're using Vector, go to Vector.css), and add the following:

.votenotice {
  display:none !important;
}