Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Microformat for comic artists

joequincy edited this page Jul 21, 2014 · 1 revision

If you operate a website and would like to include support for WKN, just add a tag like this:

<var wkn-title="Example Comic" wkn-address="example.com"
wkn-dir="ltr" wkn-next="a.navi-next" wkn-prev="a.navi-prev"
style="display:none;"></var>

wkn-title is the title of your comic (or website).
wkn-address is the domain of your site.
wkn-dir is the direction your comic reads (either ltr or rtl).
wkn-next: a CSS Selector that describes your "next" link(s).
wkn-prev: a CSS Selector that describes your "previous" link(s).

Clone this wiki locally