1,633
edits
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
=== What are MyList Exports? === | === What are MyList Exports? === | ||
: MyList exports are a way to export your MyList, providing off-line browsing capabilities, it's like a snapshot of the state of your MyList at the moment you requested the export. | : MyList exports are a way to export your MyList, providing off-line browsing capabilities, it's like a snapshot of the state of your MyList at the moment you requested the export. | ||
=== Can | === Can I create my own template? === | ||
: Yes, this page should help you starting with your own template. | : Yes, this page should help you starting with your own template. | ||
=== What are the requirements for building a template? === | === What are the requirements for building a template? === | ||
Line 13: | Line 13: | ||
: Yes, you can even include subdirectories but please try to keep the size low. | : Yes, you can even include subdirectories but please try to keep the size low. | ||
=== How do | === How do I create files other than .htm? === | ||
: Take a look at the csv-minimal theme. You need to create a file called extension.dat which only contains the desired extension, _without_ the dot! | : Take a look at the csv-minimal theme. You need to create a file called extension.dat which only contains the desired extension, _without_ the dot! | ||
=== What is that info.dat file? === | === What is that info.dat file? === | ||
Line 242: | Line 242: | ||
; data_anime_my_tmpvote_date : Date when temp vote for anime was last changed | ; data_anime_my_tmpvote_date : Date when temp vote for anime was last changed | ||
; data_anime_my_tmpvote_date_short : Same, short version | ; data_anime_my_tmpvote_date_short : Same, short version | ||
; data_anime_annurl : Anime News Network | ; data_anime_annurl : Anime News Network URL | ||
; data_anime_allcinemaid : AllCinema ID | ; data_anime_allcinemaid : AllCinema ID | ||
; data_anime_allcinemaurl : AllCinema URL | ; data_anime_allcinemaurl : AllCinema URL | ||
Line 260: | Line 260: | ||
; data_anime_name : Default anime title (mostly Japanese romaji), always present | ; data_anime_name : Default anime title (mostly Japanese romaji), always present | ||
; data_anime_name_langname : Language name (ie: Japanese) | ; data_anime_name_langname : Language name (ie: Japanese) | ||
; data_anime_name_langsname : Language shortname ( | ; data_anime_name_langsname : Language shortname (i.e.: ja) | ||
; data_anime_title_jap_kanji : Anime title in Japanese kanji, optional | ; data_anime_title_jap_kanji : Anime title in Japanese kanji, optional | ||
; data_anime_title_eng : Anime title in English, optional | ; data_anime_title_eng : Anime title in English, optional | ||
Line 398: | Line 398: | ||
<tt>loops group audio languags</tt> | <tt>loops group audio languags</tt> | ||
; data_anime_group_alang_id : audio language id (i.e.: 1) | ; data_anime_group_alang_id : audio language id (i.e.: 1) | ||
; data_anime_group_alang_name : audio language name ( | ; data_anime_group_alang_name : audio language name (Chinese, English, etc) | ||
; data_anime_group_alang_sname : audio language short name (ja, ne, etc) | ; data_anime_group_alang_sname : audio language short name (ja, ne, etc) | ||
Line 407: | Line 407: | ||
; data_anime_group_slang_id : sub language id (i.e.: 1) | ; data_anime_group_slang_id : sub language id (i.e.: 1) | ||
; data_anime_group_slang_name :sub language name ( | ; data_anime_group_slang_name :sub language name (Chinese, English, etc) | ||
; data_anime_group_slang_sname : sub language short name (ja, ne, etc) | ; data_anime_group_slang_sname : sub language short name (ja, ne, etc) | ||
Line 427: | Line 427: | ||
; status_anime_title_has_other : Has other title (0/1) | ; status_anime_title_has_other : Has other title (0/1) | ||
; status_anime_title_has_jap_kanji : Has kanji title (0/1) | ; status_anime_title_has_jap_kanji : Has kanji title (0/1) | ||
; status_anime_title_has_eng : Has | ; status_anime_title_has_eng : Has English title (0/1) | ||
; status_anime_allcinema_listed : All Cinema is listed (0/1) | ; status_anime_allcinema_listed : All Cinema is listed (0/1) | ||
; status_anime_animeplanet_listed : Anime-Planet is listed (0/1) | ; status_anime_animeplanet_listed : Anime-Planet is listed (0/1) | ||
Line 625: | Line 625: | ||
== List of Ids == | == List of Ids == | ||
Should this list be outdated you can also check the HTML code of the corresponding | Should this list be outdated you can also check the HTML code of the corresponding drop-downs at AniDB. | ||
---- | ---- | ||
edits