Test/zoytip: Difference between revisions

From zoywiki.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* zoytip now pulls page content via ajax, lot of work needs to be done here
* 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.
* updated tip interactions to close and hover off of to close.
* Switched from parser function to tag extension for easier parameter support and wrapping user input.
* Not configurable yet.


2/10 Updated zoytip.  It is getting closer to release.
* Supports multiple articles.
* 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.
* CRITICAL: need to test functionality with varpull
Examples/Tests:
* <zoytip article="LoH/cards/Icy Resolve" name="Icy Resolve" width="600px">{{LoH/CardLink|Icy Resolve}}</zoytip>
* <zoytip article="LoH/cards/Icy Resolve" name="Icy Resolve" width="600px">{{LoH/CardLink|Icy Resolve}}</zoytip>
* <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/general|General Raids]]</zoytip>
* <zoytip article="LotS/raids/general">[[LotS/raids/general|General Raids]]</zoytip>
[[#test]]

Revision as of 15:30, 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 articles.
  • 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.
  • CRITICAL: need to test functionality with varpull

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>