254
edits
Line 36: | Line 36: | ||
|- 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('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" | |||
|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> | |||
|- | |- | ||
|} | |} |
edits