Test/zoytip: Difference between revisions
< Test
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
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 13: | ||
* 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 | |||
Examples/Tests: | Examples/Tests: |
Revision as of 15:36, 10 February 2013
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
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>