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

Line 35: Line 35:
{|
{|
|- valign="top"
|- valign="top"
|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('atitle', at('en'))<br>if(length(title)=0, set('atitle', at('x-jat')))<br>if(length(atitle)=0, set('atitle', at('x-jat', 'short')))<br>if(length(atitle)=0, set('atitle', at('ja')))</code>
|- valign="top"
|- valign="top"
|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>
|Japanese transcription title<br> with fallback||<code>set('atitle', at('x-jat'))<br>if(length(atitle)=0, set('atitle', at('x-jat', 'short')))<br>if(length(atitle)=0, set('atitle', at('en')))</code>
|- valign="top"
|- valign="top"
|Japanese kanji title with<br> 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 kanji title with<br> fallback||<code>set('atitle', at('ja'))<br>if(length(atitle)=0, set('atitle', at('x-jat')))<br>if(length(atitle)=0, set('atitle', at('x-jat', 'short')))<br>if(length(atitle)=0, set('atitle', at('en')))</code>
|-
|-
|}
|}
254

edits

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