OER in Education:ZIM
From OER in Education
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' ];
