(Created page with "{{#popup:Help:Popup Ecample|popupID={{PAGENAME}}|cookieName={{PAGENAME}}|cookieValue=optout}} <!-- -->Here's content in the obscluded wiki page. {{#css: .popupPanel { backgr...")
 
 
(10 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
<!--
|popupID={{PAGENAME}}
-->Here's content in the obscluded wiki page.
|cookieName=optout
|cookieValue=optout
|policy=cookie-out
}}<!--
-->[[mw:{{FULLPAGENAME}}]]
 
{{#css:
{{#css:
.popupPanel {
.popupPanel {
   background-color: gray;
   background-color: gray;
   border: medium solid darkgrey;
   border: medium solid darkgrey;
  height: 700px;
   left: 0;
   left: 0;
   margin-top: -1em;
   margin-top: -1em;
Line 15: Line 19:
}
}
.popupBody {
.popupBody {
   margin: auto auto auto auto;
   margin: auto auto auto 1%;
}
}
}}
}}

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

} }}