Template:Editnotice load: Difference between revisions
Remove redundant argument.. |
This doesn't render well on mobile. Temporary measure. Tags: Mobile edit Mobile web edit |
||
Line 6: | Line 6: | ||
whether or not a page has edit notices (for the API, WikiEditor, VisualEditor and others). And to ensure |
whether or not a page has edit notices (for the API, WikiEditor, VisualEditor and others). And to ensure |
||
MediaWiki:Editnotice-notext gets shown when appropiate. |
MediaWiki:Editnotice-notext gets shown when appropiate. |
||
--><div id="editnotice-area" class="editnotice-area" style="clear: both; width: 100%;">{{Editnotice load/content |
--><div id="editnotice-area" class="nomobile editnotice-area" style="clear: both; width: 100%;">{{Editnotice load/content |
||
| notice action = {{{notice action|}}} |
| notice action = {{{notice action|}}} |
||
}}<div style="clear: both;"></div></div> |
}}<div style="clear: both;"></div></div> |
Revision as of 17:35, 18 July 2017
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 template can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. |
This is the {{editnotice load}} template.
This template is normally only used by the system, it is the editnotice loader used in MediaWiki. It displays the editnotices and the links to them, at the top of pages when editing pages.
Technical details
This template loads and displays the namespace notice. It also calls the sub-template {{editnotice load/core}}. That sub-template handles the loading of the group and page notices, and the links to them. While this template does parameter preprocessing, thus simplifying the code.
This template is placed in the main MediaWiki namespace notices named MediaWiki:Editnotice-0, MediaWiki:Editnotice-1 and so on. See Wikipedia:Namespace for the full list of namespace numbers. Then this template needs no parameter.
The links
When a page is edited this template often displays red or blue links at the top of the edit page looking like this:
Or like this:
Those links are to the group and page editnotices of the page. Admins, page movers and template editors always see both links, even if the notices have not yet been created, since they can create and edit the editnotices. Normal users only see the red "Page notice" link on their own user and user talk basepage, since they can create and edit such notices. Normal users also see blue links to group and page notices if they already have been created, so they can find and view the source code of the notice. But normal users still can't edit those notices, except the ones in userspace.
View source or edit
The editnotices are also displayed when a user "views the source" of a protected page. (When a non-admin tries to edit a fully protected page, or when an IP-user tries to edit a semi or fully protected page.) The group and page notices are displayed, but not the namespace notices.
Most editnotices have useful information even when just viewing the source of a protected page, but in some cases we want to display different information to users who are just viewing the source of the page. This template feeds "notice action = view
" to the editnotices it loads when in view mode. This can be used inside the editnotices like this:
{{#ifeq: {{{notice action|}}} | view
| <!--A non-admin is "viewing the source" of a protected page-->
| <!--A user with sufficient rights is editing the page-->
}}
TemplateData
TemplateData for Editnotice load
The editnotice loader used in the “MediaWiki:Editnotice-*” messages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Notice Action | notice action | Set to “view” when the current page is protected and the current user doesn’t have the required permissions to edit the page.
| Line | suggested |
See also
- Wikipedia:Editnotice – About the editnotice system.