OER in Education:ZIM
From OER in Education
Revision as of 10:33, 19 January 2015 by Bjoern (talk | contribs) (Created page with "= Notes for content authors = Also see OER:PDF <pre> →All DOM nodes with on of these styles will be removed: /* On Wikivoyage 'noprint' remove also top banners like...")
Notes for content authors
Also see OER:PDF
/* All DOM nodes with on of these styles will be removed */ /* On Wikivoyage 'noprint' remove also top banners like on 'South America'. */ var cssClassBlackList = [ 'noprint', 'metadata', 'ambox', 'stub', 'topicon', 'magnify', 'navbar' ]; /* All DOM node with these styles will be deleted if no A node is included in the sub-tree */ var cssClassBlackListIfNoLink = [ 'mainarticle', 'seealso', 'dablink', 'rellink', 'hatnote' ];
