User:Lecid/DynBox: Difference between revisions
Appearance
From Meta, a Wikimedia project coordination wiki
No edit summary
Line 24:
Line 24:
=== Configuration/Usage ===
=== Configuration/Usage ===
==> DynBox put Div in '''absolute''' CSS Mode, so, <br/>
In your Wiki code add anywhere :
<dynbox title="My Title" posx=XXpx posy=XXpx iconcolor="color" iconbgcolor="color" boxcolor="color" boxbgcolor="color" color="color" bgcolor="color"> ''some text'' </dynbox>
This put a box in the right top corner of the page
; '''title''' : Title of the Icon
; '''some text'' : content of the news box
; '''posx''' : CSS compatible right-from position
; '''posx''' : CSS compatible top-from position
; '''iconcolor''' : text icon color
; '''iconbgcolor''' : background icon color
; '''boxcolor''' : Title of the popped box color
; '''boxbgcolor''' : Border of the popped box color
; '''color''' : Text in the popped box color
; '''bgcolor''' : background of the popped box color
=== Demonstration ===
=== Demonstration ===
Revision as of 07:37, 31 March 2006
DynBox
Download source code
Description
Dynamic Box : Display customisable Dynamic HTML CSS Boxs for news.
- This tools is a Parser Hooker For MediaWiki how help to edit Mouse:Hover "Pop-up" box's for news or flash Displays.
Installation
- Add DynBox.php in the Mediawiki's extensions path : $MEDIAWIKI_PATH/extensions/
see download source code section
- Add the line :
require_once(" extensions/DynBox.php ");
In your $MEDIAWIKI_PATH/LocalSettings.php file
Configuration/Usage
==> DynBox put Div in absolute CSS Mode, so,
In your Wiki code add anywhere :
<dynbox title="My Title" posx=XXpx posy=XXpx iconcolor="color" iconbgcolor="color" boxcolor="color" boxbgcolor="color" color="color" bgcolor="color"> some text </dynbox>
This put a box in the right top corner of the page
- title
- Title of the Icon
- 'some text
- content of the news box
- posx
- CSS compatible right-from position
- posx
- CSS compatible top-from position
- iconcolor
- text icon color
- iconbgcolor
- background icon color
- boxcolor
- Title of the popped box color
- boxbgcolor
- Border of the popped box color
- color
- Text in the popped box color
- bgcolor
- background of the popped box color
Demonstration
See the red box in the right top corner on :