Template:LaNe box/Item: Difference between revisions
Appearance
Blanking template to see if that fixes ghost transclusion of Template:Latest news box/Item Tag: Blanking |
Fixed bug where type=latest may not show the item in the latest structuring |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#switch: {{lc:{{{type}}}}} | |||
| #default = <div class="LnBox-item" data-upcoming="{{#ifexpr: {{#switch: {{lc:{{{type}}}}} | latest = 1 | next = 0 | #default = {{#if:{{{4|}}}|1|0}} and {{timeDiff|{{{4|}}}|{{#if:{{{time|}}}|{{{time}}}|{{LaNe box/Series info|{{{1}}}|time}}}}|9}}<=0 }} | |||
| false"><!-- Is not upcoming (i.e. has been released/has already happened) --> | |||
<div style="padding-top: 5px; padding-bottom: 8px;"> | |||
{{#ifexist: File:{{#if:{{{image|}}}|{{{image}}}|{{LaNe box/Series info|{{{1}}}|img-prefix|{{{2}}}}}.jpg}} | |||
|[[File:{{#if:{{{image|}}}|{{{image}}}|{{LaNe box/Series info|{{{1}}}|img-prefix|{{{2}}}}}.jpg}}|200x150px|center|link={{#if:{{{article-link|}}}|{{{article-link}}}|{{{3}}}}}]] | |||
|[[File:{{LaNe box/Series info|{{{1}}}|placeholder-img}}|200x150px|center|link=]]}} | |||
</div> | |||
<div style="text-align: center; padding-bottom: 5px;">{{#if: {{{3|}}} | |||
| [[{{#if:{{{article-link|}}}|{{{article-link}}}|{{{3}}}}}|{{#iferror: {{#expr: {{{2}}}}}|'''{{{2}}}'''|'''{{LaNe box/Series info|{{{1}}}|format}} {{{2}}}'''}}: {{{3}}} {{#if: {{{part|}}} | <font size="1">{{#iferror: {{#expr: {{{part}}}}}|{{{part}}}|(Part {{{part}}})}}</font> }}]] | |||
| '''[[{{LaNe box/Series info|{{{1}}}|format}} {{{2}}}]]''' | |||
}} | |||
</div> | |||
| true"><!-- Is upcoming (i.e. yet to be released/yet to happen) --> | |||
<hr style="margin: 0.2em 0;"> | |||
<div style="text-align: center; padding-top: 5px;"> | |||
<p style="margin: 0 0 0.25em 0;"> | |||
{{#if: {{{3|}}} | |||
| Next: [[{{#if:{{{article-link|}}}|{{{article-link}}}|{{{3}}}}}|{{#iferror: {{#expr: {{{2}}}}}|'''{{{2}}}'''|'''{{LaNe box/Series info|{{{1}}}|format}} {{{2}}}'''}}: {{{3}}} {{#if: {{{part|}}} | <font size="1">{{#iferror: {{#expr: {{{part}}}}}|{{{part}}}|(Part {{{part}}})}}</font> }}]] | |||
| Next: '''{{LaNe box/Series info|{{{1}}}|format}} {{{2}}}''' | |||
}}<br>{{#if:{{{4|}}}|{{countdown|{{{4}}}}}}} | |||
</p> | |||
</div> | |||
}}</div> | |||
| countdown = | |||
<div class="LnBox-item-show" style="text-align: center;"><div style="padding: 5px 0 3px"> | |||
{{#ifexist: File:{{#if:{{{image|}}}|{{{image}}}|{{LaNe box/Series info|{{{1}}}|img-prefix|{{{2}}}}}.jpg}} | |||
|[[File:{{#if:{{{image|}}}|{{{image}}}|{{LaNe box/Series info|{{{1}}}|img-prefix|{{{2}}}}}.jpg}}|200x150px|center|link={{#if:{{{article-link|}}}|{{{article-link}}}|{{{3}}}}}]] | |||
|[[File:{{LaNe box/Series info|{{{1}}}|placeholder-img}}|200x150px|center|link=]]}} | |||
</div><hr style="margin: 0.2em 0;"><p style="margin: 0 0 0.25em 0;">{{#if: {{{3|}}} | |||
| [[{{#if:{{{article-link|}}}|{{{article-link}}}|{{{3}}}}}|{{#iferror: {{#expr: {{{2}}}}}|'''{{{2}}}'''|'''{{LaNe box/Series info|{{{1}}}|format}} {{{2}}}'''}}: {{{3}}} {{#if: {{{part|}}} | <font size="1">{{#iferror: {{#expr: {{{part}}}}}|{{{part}}}|(Part {{{part}}})}}</font> }}]] | |||
| '''{{LaNe box/Series info|{{{1}}}|format}} {{{2}}}''' | |||
}} premieres in...<br>{{countdown|{{{4}}}}}</p> | |||
</div> | |||
| footnote = <div class="LnBox-item-show"><hr style="margin: 0.2em 0;"><div style="text-align: center; padding-top: 5px;"><p style="margin: 0 0 0.25em 0;">{{{1}}}</p></div></div>}}</includeonly><noinclude> | |||
<pre>{{LaNe box/Item|<series>|<number>|<name>|<date> | |||
| type = (Optional) | |||
| image = (Optional) | |||
| part = (Optional) | |||
| time = (Optional) | |||
| article-link = (Optional)}}</pre> | |||
== Example == | |||
<pre>{{LaNe box/Item|Yaiba-Anime|1|Yaiba Appears|April 5, 2025 | |||
| type = | |||
| part = | |||
| time = 5:30 pm | |||
| article-link = Yaiba Appears (Yaiba: Samurai Legend episode) | |||
}}</pre> | |||
=== Result === | |||
{{LaNe box/Item|Yaiba-Anime|1|Yaiba Appears|April 5, 2025 | |||
| type = | |||
| part = 1 | |||
| time = | |||
| article-link = Yaiba Appears (Yaiba: Samurai Legend episode) | |||
}} | |||
[[Category:Templates]] | |||
</noinclude> | |||
Latest revision as of 06:05, 12 September 2026
{{LaNe box/Item|<series>|<number>|<name>|<date>
| type = (Optional)
| image = (Optional)
| part = (Optional)
| time = (Optional)
| article-link = (Optional)}}
Example
{{LaNe box/Item|Yaiba-Anime|1|Yaiba Appears|April 5, 2025
| type =
| part =
| time = 5:30 pm
| article-link = Yaiba Appears (Yaiba: Samurai Legend episode)
}}
