m (WikiSysop moved page Extension:PopupPanels to Extension:PopupPages without leaving a redirect)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#popup:Help:Popup Ecample|popupID={{PAGENAME}}|cookieName={{PAGENAME}}|cookieValue=optout}}
__NOCACHE__{{#popup:Help:Popup Example
{{mw:{{FULLPAGENAME}}}}
|popupID={{PAGENAME}}
<!--
|cookieName=optout
-->Here's content in the obscluded wiki page.
|cookieValue=optout
|policy=cookie-out
}}<!--
-->[[mw:{{FULLPAGENAME}}]]
 
{{#css:
{{#css:
.popupPanel {
.popupPanel {

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%;

} }}