Jump to content

User:R0o0di/Sandbox/Latest news/Next ep: Difference between revisions

From Detective Conan Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<hr style="margin: 0.2em 0;">
<hr style="margin: 0.2em 0;">
<div class="next-section">{{#if: {{{Anime footnotes|}}}
<div class="next-section">
{{#if: {{{Anime footnotes|}}}
| {{{Anime footnotes}}}
| {{{Anime footnotes}}}
| Next: <b>{{#if: {{{Type|}}}
| Next: <b>{{#if: {{{Type|}}}
Line 41: Line 42:
     </b>
     </b>


     {{#if: {{{Next Case Date|}}}
     {{#if: {{{Next Episode Date|}}}
     | <br>{{countdown|{{{Next Episode Date}}}}}
     | <br>{{countdown|{{{Next Episode Date}}}}}
     }}
     }}

Latest revision as of 16:01, 21 May 2026


Next: {{{Next Episode Number}}}

source code, clean version:

<hr style="margin: 0.2em 0;">

<div class="next-section">

    {{#if: {{{Anime footnotes|}}}

    | {{{Anime footnotes}}}

    | Next:
    <b>

        {{#if: {{{Type|}}}

        | File {{{Next Episode Number}}}

        | {{#iferror: {{#expr: {{{Next Episode Number}}} + 1}}
        | {{{Next Episode Number}}}
        | Episode {{{Next Episode Number}}}
        }}
        }}

    </b>

    {{#if: {{{Next Episode Date|}}}
    | <br>{{countdown|{{{Next Episode Date}}}}}
    }}

    {{#if: {{{Next Case Part Name|}}}
    | <br><small>{{{Next Case Part Name}}}</small>
    }}
    }}

</div>