﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Meta%3ASkins%2FNaiad%2FMediawiki%2FDocumentation</id>
	<title>Meta:Skins/Naiad/Mediawiki/Documentation - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Meta%3ASkins%2FNaiad%2FMediawiki%2FDocumentation"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Skins/Naiad/Mediawiki/Documentation&amp;action=history"/>
	<updated>2026-04-29T06:12:51Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Meta:Skins/Naiad/Mediawiki/Documentation&amp;diff=108973&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Skins/Naiad/Mediawiki/Documentation&amp;diff=108973&amp;oldid=prev"/>
		<updated>2018-06-28T19:47:30Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:47時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Meta:Skins/Naiad/Mediawiki/Documentation&amp;diff=108972&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Meta:Skins/Naiad/Documentation to Meta:Skins/Naiad/Mediawiki/Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Skins/Naiad/Mediawiki/Documentation&amp;diff=108972&amp;oldid=prev"/>
		<updated>2012-02-23T12:18:34Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Meta:Skins/Naiad/Documentation&quot; class=&quot;mw-redirect&quot; title=&quot;Meta:Skins/Naiad/Documentation&quot;&gt;Meta:Skins/Naiad/Documentation&lt;/a&gt; to &lt;a href=&quot;/Meta:Skins/Naiad/Mediawiki/Documentation&quot; title=&quot;Meta:Skins/Naiad/Mediawiki/Documentation&quot;&gt;Meta:Skins/Naiad/Mediawiki/Documentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Naiad skin documentation=&lt;br /&gt;
This document contains a brief description of the structure and functionalities of the wiki skin Naiad. On a general level, the skin is based on previous Blender wiki skin, but with a better integration of extensions such as DPL tree, custom messages and template via hooks. The skin files consist in the folder and file named &amp;quot;naiad&amp;quot; inside the mediawiki/skin folder.&lt;br /&gt;
&lt;br /&gt;
==CSS==&lt;br /&gt;
The skin main.css inside the naiad folder contains the main CSS for the skin. Some temporary properties may be assigned to classes and id's via the MediaWiki:Naiad.css&lt;br /&gt;
&lt;br /&gt;
==Javascript==&lt;br /&gt;
Most of the interactive features of the skin are based on the jQuery framework. Currently the legacy version 1.3.2 is used, because of an issue the more recent releases causing the page to appear blank for a fraction of second at every reload.&lt;br /&gt;
The files are contained in the naiad/js folder are:&lt;br /&gt;
* jquery-1.3.2.min.js minified, compressed version of the jQuery framework&lt;br /&gt;
* jquery.blenderwiki.js custom jQuery functions&lt;br /&gt;
* jquery.cookie.js plugin for enabling cookie creation and management via jQuery&lt;br /&gt;
* jquery.tinyscrollbar.js plugin for enabling custom scrollbars&lt;br /&gt;
&lt;br /&gt;
==Markup==&lt;br /&gt;
A summary of the structure, including the hook functions follows here. The interface is based on a liquid page container, inside of which a fixed header and footer are placed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pagecontaier&amp;gt;&lt;br /&gt;
	&amp;lt;headerWrapper&amp;gt;&lt;br /&gt;
		&amp;lt;subnav boxheader&amp;gt;&lt;br /&gt;
		&amp;lt;/subnav boxheader&amp;gt;&lt;br /&gt;
		&amp;lt;subnav boxheader&amp;gt;&lt;br /&gt;
			&amp;lt;?php wfRunHooks( 'Series', array( &amp;amp;$this ) );?&amp;gt;&lt;br /&gt;
			&amp;lt;?php wfRunHooks( 'Languages', array( &amp;amp;$this ) );?&amp;gt;&lt;br /&gt;
		&amp;lt;/subnav boxhader&amp;gt;&lt;br /&gt;
	&amp;lt;/headerWrapper&amp;gt;&lt;br /&gt;
	&amp;lt;globalWrapper&amp;gt;&lt;br /&gt;
		&amp;lt;col-content&amp;gt;&lt;br /&gt;
		&amp;lt;/col-content&amp;gt;&lt;br /&gt;
		&amp;lt;column-one&amp;gt;&lt;br /&gt;
			&amp;lt;?php wfRunHooks( 'NavTree_TopPages', array( &amp;amp;$this ) );?&amp;gt;&lt;br /&gt;
		&amp;lt;/column-one&amp;gt;&lt;br /&gt;
		&amp;lt;column-two&amp;gt;&lt;br /&gt;
		&amp;lt;/column-two&amp;gt;&lt;br /&gt;
	&amp;lt;/globalWrapper&amp;gt;&lt;br /&gt;
	&amp;lt;footer&amp;gt;&lt;br /&gt;
		&amp;lt;?php wfRunHooks( 'SearchSeries', array( &amp;amp;$this ) );?&amp;gt;&lt;br /&gt;
		&amp;lt;?php wfRunHooks( 'SearchLanguages', array( &amp;amp;$this ) );?&amp;gt;&lt;br /&gt;
	&amp;lt;/footer&amp;gt;&lt;br /&gt;
&amp;lt;/pagecontainer&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Hooks==&lt;br /&gt;
Currently hooks are used for two purposes:&lt;br /&gt;
* recall extensions (such as NavTree)&lt;br /&gt;
* embed custom messages (drop down menus)&lt;br /&gt;
** [http://localhost:8888/index.php/MediaWiki:SearchSeries SearchSeries]&lt;br /&gt;
** [http://localhost:8888/index.php/MediaWiki:SearchLanguages SearchLanguages]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>