(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#popup:Help:Popup Example
__NOCACHE__{{#popup:Help:Popup Example
|popupID={{PAGENAME}}
|popupID={{PAGENAME}}
|cookieName=testcookie
|cookieName=optout
|cookieValue=optout
|cookieValue=optout
|policy=cookie-out
}}<!--
}}<!--
-->[[mw:{{FULLPAGENAME}}]]
-->[[mw:{{FULLPAGENAME}}]]

Latest revision as of 18:30, 1 March 2013

__NOCACHE__{{#popup:Help:Popup Example |popupID=Extension:PopupPages |cookieName=optout |cookieValue=optout |policy=cookie-out }}mw:Extension:PopupPages

{{#css: .popupPanel {

 background-color: gray;
 border: medium solid darkgrey;
 left: 0;
 margin-top: -1em;
 position: absolute;
 top: 0;
 width: 99%;
 z-index: 1000;

} .popupBody {

 margin: auto auto auto 1%;

} }}