User:Lecid/DynBox: Difference between revisions
Appearance
From Meta, a Wikimedia project coordination wiki
No edit summary
No edit summary
Line 1:
Line 1:
{{extension
[[Category:Mediawiki Extensions]]
|name = DynBox
[[Category:Parser extensions]]
|type = Parser Hook
|maturity = Fiable but recent
|mediawiki = 1.5.6 (possible lether)
|version = 0.1
|update = 2006年03月31日
|description = '''Dynamic Box''' : ''Display customisable Dynamic HTML CSS Boxs for news.''
}}
[[Category:Extensions in userspace|Dynbox (Lecid)]]
== DynBox ==
== DynBox ==
Revision as of 08:15, 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.
- Version : 0.1
- Copyright (c) BSD <romain@ultragreen.net> Romain GEORGES 2006
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 :