254
edits
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> | |||
|- | |- | ||
|} | |} |
edits