Test/zoytip: Difference between revisions
< Test
No edit summary |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
'''Status: Development''' | |||
This is a test page for extension zoytip. | This is a test page for extension zoytip. | ||
Line 5: | Line 7: | ||
2/10 Updated zoytip. It is getting closer to release. | 2/10 Updated zoytip. It is getting closer to release. | ||
* Supports multiple | * Supports multiple tips. | ||
** Need to test same exact tip duplicated on a page. | |||
* Supports parsing of wiki text between the zoytip tag | * Supports parsing of wiki text between the zoytip tag | ||
* Has 3 attributes, article, name, and width that can be set. | * Has 3 attributes, article, name, and width that can be set. | ||
Line 12: | Line 15: | ||
* add zoytip styling options like border color and other attributes related to tip window. | * add zoytip styling options like border color and other attributes related to tip window. | ||
* CRITICAL: Parsing is currently ajax (good), but need to support parsing out a specific template like varpull does. | * CRITICAL: Parsing is currently ajax (good), but need to support parsing out a specific template like varpull does. | ||
* CRITICAL: need to test functionality with varpull | ** possible needs to support a variable mode. Current mode maybe call urlajax, and maybe support varpull mode or something. | ||
** will require some kind of crazy wiki text parsing as well | |||
* CRITICAL: need to test functionality with varpull and embedding in templates like item rows | |||
3/24 | |||
* disabled some js temporarily for live deploy | |||
4/5 | |||
* Disabled due to js error. | |||
Examples/Tests: | Examples/Tests: | ||
Line 18: | Line 29: | ||
* <zoytip article="LotS/Acht">[[LotS/Acht]]</zoytip> | * <zoytip article="LotS/Acht">[[LotS/Acht]]</zoytip> | ||
* <zoytip article="Main Page">[[Main Page]]</zoytip> | * <zoytip article="Main Page">[[Main Page]]</zoytip> | ||
* <zoytip article="LotS/raids/general">[[LotS/raids/ | * <zoytip article="LotS/raids/general">[[LotS/raids/General Raids|General Raids]]</zoytip> |
Latest revision as of 08:12, 4 August 2013
Status: Development
This is a test page for extension zoytip.
- zoytip now pulls page content via ajax, lot of work needs to be done here
- updated tip interactions to close and hover off of to close.
2/10 Updated zoytip. It is getting closer to release.
- Supports multiple tips.
- Need to test same exact tip duplicated on a page.
- Supports parsing of wiki text between the zoytip tag
- Has 3 attributes, article, name, and width that can be set.
- more attributes need to be added maybe
- Probably needs to place an inline ad with tip ajax queries (obviously at bottom), but can do this after main features working
- add zoytip styling options like border color and other attributes related to tip window.
- CRITICAL: Parsing is currently ajax (good), but need to support parsing out a specific template like varpull does.
- possible needs to support a variable mode. Current mode maybe call urlajax, and maybe support varpull mode or something.
- will require some kind of crazy wiki text parsing as well
- CRITICAL: need to test functionality with varpull and embedding in templates like item rows
3/24
- disabled some js temporarily for live deploy
4/5
- Disabled due to js error.
Examples/Tests:
- <zoytip article="LoH/cards/Icy Resolve" name="Icy Resolve" width="600px">Icy Resolve</zoytip>
- <zoytip article="LotS/Acht">LotS/Acht</zoytip>
- <zoytip article="Main Page">Main Page</zoytip>
- <zoytip article="LotS/raids/general">General Raids</zoytip>