Template:VoteNoticeCP

From RationalWiki
Jump to navigation Jump to search
Information icon.svg How to add new entries:
  1. Type the new entry somewhere on the page, usually above previous ones.
  2. Select the text you just entered and click here: {{{charinsert}}}. (edithide)

[edit] [purge] Documentation

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 monobook, monobook.css), and add the following:

.votenotice {
  display:none !important;
}