Template:Editnotice load/core: Difference between revisions
Appearance
Content deleted Content added
Davidgothberg (talk | changes) Adding "width: 100%;" to the notice divs, so (older?) Internet Explorers won't place the links for the group and page notices wrongly when blank notices. |
Davidgothberg (talk | changes) Back to version previous version 14:38, 7 January 2010 , to test the IE bug again. |
||
Line 21: | Line 21: | ||
<!--We have a group notice, but no page notice--> |
<!--We have a group notice, but no page notice--> |
||
<div class="editnotice-link" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small>[[{{{groupnotice|}}}|Group notice]] <span class="{{#if: {{{userpage|}}} || sysop-show accountcreator-show }}" style="{{#if: {{{userpage|}}} || display: none; }}"> [[{{{pagenotice|}}}|Page notice]]</span></small> </div> |
<div class="editnotice-link" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small>[[{{{groupnotice|}}}|Group notice]] <span class="{{#if: {{{userpage|}}} || sysop-show accountcreator-show }}" style="{{#if: {{{userpage|}}} || display: none; }}"> [[{{{pagenotice|}}}|Page notice]]</span></small> </div> |
||
<div class="editnotice-group" style="clear: both |
<div class="editnotice-group" style="clear: both;"> {{ {{{groupnotice|}}} | notice action={{{notice action|}}} }} </div> |
||
| page = |
| page = |
||
Line 28: | Line 28: | ||
| <span class="sysop-show accountcreator-show" style="display: none;">[[{{{groupnotice|}}}|Group notice]] </span> |
| <span class="sysop-show accountcreator-show" style="display: none;">[[{{{groupnotice|}}}|Group notice]] </span> |
||
}} [[{{{pagenotice|}}}|Page notice]]</small> </div> |
}} [[{{{pagenotice|}}}|Page notice]]</small> </div> |
||
<div {{#if: {{{userpage|}}} | id="editnotice-ns-{{NAMESPACEID}}" }} class="editnotice-page" style="clear: both |
<div {{#if: {{{userpage|}}} | id="editnotice-ns-{{NAMESPACEID}}" }} class="editnotice-page" style="clear: both;"> {{ {{{pagenotice|}}} | notice action={{{notice action|}}} }} </div> |
||
| grouppage = |
| grouppage = |
||
<!--We have both a group notice and a page notice--> |
<!--We have both a group notice and a page notice--> |
||
<div class="editnotice-link" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small>[[{{{groupnotice|}}}|Group notice]]</small> </div> |
<div class="editnotice-link" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small>[[{{{groupnotice|}}}|Group notice]]</small> </div> |
||
<div class="editnotice-group" style="clear: both |
<div class="editnotice-group" style="clear: both;"> {{ {{{groupnotice|}}} | notice action={{{notice action|}}} }} </div> |
||
<div class="editnotice-link" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small>[[{{{pagenotice|}}}|Page notice]]</small> </div> |
<div class="editnotice-link" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small>[[{{{pagenotice|}}}|Page notice]]</small> </div> |
||
<div {{#if: {{{userpage|}}} | id="editnotice-ns-{{NAMESPACEID}}" }} class="editnotice-page" style="clear: both |
<div {{#if: {{{userpage|}}} | id="editnotice-ns-{{NAMESPACEID}}" }} class="editnotice-page" style="clear: both;"> {{ {{{pagenotice|}}} | notice action={{{notice action|}}} }} </div> |
||
| #default = |
| #default = |
Revision as of 19:16, 7 January 2010
This template is used in system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
This is the {{editnotice load/core}} sub-template.
Do not use this template directly, use {{editnotice load}} instead.
This template is called from {{editnotice load}}. It holds parts of the code for {{editnotice load}}, while {{editnotice load}} does parameter preprocessing. Thus simplifying the code.
This template is used by the editnotice system.
Technical details
This sub-template handles the loading of the group and page notices, and the links to them. This template currently expects these parameters:
{{editnotice load/core | notice action = {{{notice action|}}} <!--"view" or empty string--> | group allowed = {{ns has subpages}} <!--"yes" or empty string--> | groupnotice = <!--The possible group notice pagename--> | pagenotice = <!--The possible page notice pagename--> | userpage = <!--"yes" if a user editable userpage notice, else empty string--> | ownuserpage = <!--"yes" if the user is on his own user or user talk rootpage, else empty string--> }}
For more documentation see {{editnotice load}}.