Template:Articlebox: Difference between revisions
(Created page with "<div class="article-box {{{type|Article}}}" data-content="{{{type|Article}}}"> ==={{{title1|Title}}}=== {{{languages|English}}} <div class="article-box-description-holder"> <div class="article-box-description"> <div class="article-box-close">×</div> <div class="selectbox" data-content="{{{languages|English}}}"></div> {{#if: {{{description1|}}} | <div class="descriptions description1 over"> ===={{{title1|Title}}}==== {{{description1|}}} <strong>{{{header1|Re...") |
No edit summary |
||
Line 23: | Line 23: | ||
}} | }} | ||
}} | }} | ||
</div> | |||
| | |||
}} | |||
{{#if: {{{description2|}}} | |||
| <div class="descriptions description2"> | |||
===={{{title2|Title}}}==== | |||
{{{description2|}}} | |||
<strong>{{{header2|Resources}}}</strong> | |||
{{#switch: | |||
{{#if: {{{resources2|}}} | array | string }} | |||
| string = {{{resources2}}} | |||
| array = {{#ifexpr: {{#len: {{{resources2}}}}} > 0 | |||
| {{#arraymap:{{{resources2}}}|,|x|x<br>|<nowiki />}} | |||
| No resources | |||
}} | |||
}} | |||
</div> | |||
| | |||
}} | |||
{{#if: {{{description3|}}} | |||
| <div class="descriptions description3"> | |||
===={{{title3|Title}}}==== | |||
{{{description3|}}} | |||
<strong>{{{header3|Resources}}}</strong> | |||
{{#switch: | |||
{{#if: {{{resources3|}}} | array | string }} | |||
| string = {{{resources3}}} | |||
| array = {{#ifexpr: {{#len: {{{resources3}}}}} > 0 | |||
| {{#arraymap:{{{resources3}}}|,|x|x<br>|<nowiki />}} | |||
| No resource | |||
}} | |||
}} | |||
</div> | |||
| | |||
}} | |||
</div> | |||
</div> | |||
</div> | </div> |
Latest revision as of 05:52, 27 June 2024
Title
English
×