Difference between revisions of "Template:Editnotice load/notext/core"
Jump to navigation
Jump to search
imported>Krinkle (Remove superfluous close tag) |
imported>Jo-Jo Eumerus (As requested on Wikipedia talk:Editnotice; accountcreator show is no longer needed as accountcreators no longer can override the titleblacklist on editnotices) |
||
| Line 2: | Line 2: | ||
| {{#if: {{{ownuserpage|}}} | | {{#if: {{{ownuserpage|}}} | ||
| <!--On a user's own rootpage--> | | <!--On a user's own rootpage--> | ||
| − | <div class="editnotice-link editnotice-redlink" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small><span class="sysop | + | <div class="editnotice-link editnotice-redlink" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em;"> <small><span class="sysop-show templateeditor-show" style="display: none;">[[{{{groupnotice|}}}|Group notice]] </span> [[{{{pagenotice|}}}|Page notice]]</small> </div> |
| <!--On any other page, and group notices allowed--> | | <!--On any other page, and group notices allowed--> | ||
| − | <div class="editnotice-link editnotice-redlink sysop | + | <div class="editnotice-link editnotice-redlink sysop-show templateeditor-show" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em; display: none;"> <small>[[{{{groupnotice|}}}|Group notice]] [[{{{pagenotice|}}}|Page notice]]</small> </div> |
}} | }} | ||
| <!--Group notices not allowed, so also not in user space--> | | <!--Group notices not allowed, so also not in user space--> | ||
| − | <div class="editnotice-link editnotice-redlink sysop | + | <div class="editnotice-link editnotice-redlink sysop-show templateeditor-show" style="clear: both; float: right; margin: 0px 0.8em; padding: 0; line-height: 1em; display: none;"> <small>[[{{{pagenotice|}}}|Page notice]]</small> </div> |
}} | }} | ||