Help:Editnotice: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>Duskey
(Created page with '{{Nosharedhelp}} '''Editnotices''' are messages displayed at the top of a page when you're editing it. Editnotices can only be set by [[{{SITENAME}}:Administrators|]]. They are l…')
 
imported>Duskey
(added examples)
Line 1: Line 1:
{{Nosharedhelp}}
{{Nosharedhelp}}
'''Editnotices''' are messages displayed at the top of a page when you're editing it. Editnotices can only be set by [[{{SITENAME}}:Administrators|]]. They are located in the [[Help:MediaWiki namespace|MediaWiki namespace]] and can be set for either all pages in a namespace or for individual articles.
'''Editnotices''' are messages displayed at the top of a page when you're editing it. Editnotices can only be set by [[The Sims Wiki:Administrators|Administrators]]. They are located in the [[Help:MediaWiki namespace|MediaWiki namespace]] and can be set for either all pages in a namespace or for individual articles.




Line 9: Line 9:


When creating a new editnotice, please use the div's below. When making an editnotice it is best to be brief, but if your message is long, consider left-aligning the image by adding <code>|left</code> and then clear to the left (<code><nowiki>{{clrl}}</nowiki></code>) or the image will clip outside the div on widescreen resolutions.
When creating a new editnotice, please use the div's below. When making an editnotice it is best to be brief, but if your message is long, consider left-aligning the image by adding <code>|left</code> and then clear to the left (<code><nowiki>{{clrl}}</nowiki></code>) or the image will clip outside the div on widescreen resolutions.



;Information editnotice
;Information editnotice
Add the full page name after the <code>|</code> pipe in the [[Template:Edit|edit template]] eg. <code>MediaWiki-6</code>. Replace <code>message</code> with your message.
Add the full page name after the <code>|</code> pipe in the [[Template:Edit|edit template]] eg. <code>MediaWiki-6</code>. Replace <code>message</code> with your message. Example: [[MediaWiki:Editnotice-6]]
<pre>
<pre>
<div style="border:1px solid black; background:#EEEEEE; padding:5px;">
<div style="border:1px solid black; background:#EEEEEE; padding:5px;">
Line 20: Line 21:


;Warning editnotice
;Warning editnotice
Add the full page name after the <code>|</code> pipe in the [[Template:Edit|edit template]] eg. <code>MediaWiki-6</code>. Replace <code>message</code> with your message.
Add the full page name after the <code>|</code> pipe in the [[Template:Edit|edit template]] eg. <code>MediaWiki-6</code>. Replace <code>message</code> with your message. Example: [[MediaWiki:Editnotice-0-The Sims Wiki]]
<pre>
<pre>
<div style="border:1px solid #E83232; background:#FFDDCC; padding:5px;">
<div style="border:1px solid #E83232; background:#FFDDCC; padding:5px;">

Revision as of 16:17, 1 September 2010

This help page is customized to The Sims Wiki and does not rely on Shared Help from Wikia. Wikia Help has no equivalent article.

__NOSHAREDHELP__

Editnotices are messages displayed at the top of a page when you're editing it. Editnotices can only be set by Administrators. They are located in the MediaWiki namespace and can be set for either all pages in a namespace or for individual articles.


To set an editnotice create a new article at MediaWiki:Editnotice-x where x is the namespace number.

For editnotices to individual pages, create a new article at MediaWiki:Editnotice-x-pagename with x as the namespace number like above and pagename is the name of the article, eg. The_Sims_Wiki or Barnacle Bay


When creating a new editnotice, please use the div's below. When making an editnotice it is best to be brief, but if your message is long, consider left-aligning the image by adding |left and then clear to the left ({{clrl}}) or the image will clip outside the div on widescreen resolutions.


Information editnotice

Add the full page name after the | pipe in the edit template eg. MediaWiki-6. Replace message with your message. Example: MediaWiki:Editnotice-6

<div style="border:1px solid black; background:#EEEEEE; padding:5px;">
<div style="float:right; margin-right:4px;">{{Edit|}}</div>
[[File:Info_information_icon.png|50px]] message
</div>
Warning editnotice

Add the full page name after the | pipe in the edit template eg. MediaWiki-6. Replace message with your message. Example: MediaWiki:Editnotice-0-The Sims Wiki

<div style="border:1px solid #E83232; background:#FFDDCC; padding:5px;">
<div style="float:right; margin-right:4px;">{{Edit|}}</div>
[[File:Icon-warning-48x48.png]] message
</div>

See also

External links