347
edits
Fahrenheit (talk | contribs) No edit summary |
Fahrenheit (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== New Anime Page Patterns and Usage == | |||
The new anime page can use patterns to format your ed2k link praticaly any way you like, just use the 32 currently available formats to that end. | |||
---- | |||
==== Patterns available ==== | |||
; %ann : Anime Title (uses default language definitions) | |||
; %anja : Anime Title japkanji (defaults to %ann) | |||
; %anro : Anime Title romaji (default fallback language) | |||
; %anen : Anime title english (defaults to %ann) | |||
; %epn : Episode Title (uses default language definitions) | |||
; %epja : Episode title japkanji (defaults to %epn) | |||
; %epro : Episode title romaji (defaults to %epn) | |||
; %epen : Episode title english (default fallback language) | |||
; %enr : Episode number | |||
; %pn : Part name ("EP" if anime.type != 4 || "PA" otherwise) | |||
; %pnf : Full part name ("Episode" if anime.type != 4 || "Part" otherwise) | |||
; %raw : if file is raw (no subtitles outputs RAW) | |||
; %crc : Crc sum or INVALID if crc invalid | |||
; %ver : Version string (only if version > 1) | |||
; %cen : Censored string | |||
; %dub : Dub languages (ALL OF THEM, comma separated) | |||
; %sub : Sub languages (ALL OF THEM, comma separated) | |||
; %lang : dub.sub_jp+.de+ (current db format) | |||
; %langs : dub.sub_jp,de,en.de,en (extended format) | |||
; %grp : Group short name | |||
; %grn : Group full name | |||
; %qual : Quality | |||
; %src : Source | |||
; %res : Resolution | |||
; %vid : Video codec | |||
; %eps : Total number of episodes | |||
; %type : [unknown, TV, OVA, Movie, Other, web] | |||
; %fid : File ID | |||
; %aid : Anime ID | |||
; %eid : Episode ID | |||
; %gid : Group ID | |||
---- | |||
==== *If* like cases ==== | |||
Currently there's a way to make something like if cases, imagine that you want to show that a file is raw you could do something like this: | |||
<tt>[%raw] %ann - %enr - %epn</tt> | |||
But that would show for files that weren't raw some thing like this: <i>"[] Full Metal Panic! - 01 - The guy I kinda Like is a Sergeant"</i>. | |||
What you can use is '<' and '>' pairs, if a pattern inside of '<' and '>' returns "" the entire text inside of the '<' and '>' would simply not be shown, so if you changed your tag to be something like this: | |||
<tt><[%raw] > %ann - %enr - %epn</tt> | |||
For non raw files it would simply output this: <i>"Full Metal Panic! - 01 - The guy I kinda Like is a Sergeant"</i> |
edits