AniDB O'Matic - Documentation: Local file renaming: Difference between revisions

Line 37: Line 37:
|English title with fallback||<code>set('title', at('en'))<br>if(length(title)=0, set('title', at('x-jat')))<br>if(length(title)=0, set('title', at('x-jat', 'short')))<br>if(length(title)=0, set('title', at('ja')))</code>
|English title with fallback||<code>set('title', at('en'))<br>if(length(title)=0, set('title', at('x-jat')))<br>if(length(title)=0, set('title', at('x-jat', 'short')))<br>if(length(title)=0, set('title', at('ja')))</code>
|- valign="top"
|- valign="top"
|Japanese title with fallback||<code>set('title', at('ja'))<br>if(length(title)=0, set('title', at('x-jat')))<br>if(length(title)=0, set('title', at('x-jat', 'short')))<br>if(length(title)=0, set('title', at('en')))</code>
|Japanese transcription title<br> with fallback||<code>set('title', at('x-jat'))<br>if(length(title)=0, set('title', at('x-jat', 'short')))<br>if(length(title)=0, set('title', at('en')))</code>
|- valign="top"
|Japanese kanji title<br> with fallback||<code>set('title', at('ja'))<br>if(length(title)=0, set('title', at('x-jat')))<br>if(length(title)=0, set('title', at('x-jat', 'short')))<br>if(length(title)=0, set('title', at('en')))</code>
|-
|-
|}
|}
254

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.