Template:Columns: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with "{| style="width: {{{width|90%}}};" | style="width: {{#if:{{{3|}}}| {{#if:{{{4|}}}| 25% | 33% }} | 50% }}" | {{{1}}} | style="width: {{#if:{{{3|}}}| {{#if:{{{4|}}}| 25% | 33% }...")
 
m (Text replacement - "style="width: {{{width|90%}}};"" to "class="responsive-col" style="width: {{{width|90%}}};"")
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="width: {{{width|90%}}};"
<includeonly>{{#ifeq:{{{1|}}}|0|
| style="width: {{#if:{{{3|}}}| {{#if:{{{4|}}}| 25% | 33% }} | 50% }}" | {{{1}}}
{{{!}} class="responsive-col" style="width: {{{width|90%}}};"
| style="width: {{#if:{{{3|}}}| {{#if:{{{4|}}}| 25% | 33% }} | 50% }}" | {{{2}}}{{#if:{{{3|}}}|
{{!}} style="width: {{#if:{{{4|}}}| {{#if:{{{5|}}}| 25% | 33% }} | 50% }}; vertical-align: top;" {{!}} {{{2}}}
{{!}} style="width: {{#if:{{{4|}}}| 25% | 33% }}" {{!}} {{{3}}}}}{{#if:{{{4|}}}|
{{!}} style="width: {{#if:{{{4|}}}| {{#if:{{{5|}}}| 25% | 33% }} | 50% }}; vertical-align: top;" {{!}} {{{3}}}{{#if:{{{4|}}}|
{{!}} style="width: 25%" {{!}} {{{4}}}}}
{{!}} style="width: {{#if:{{{5|}}}| 25% | 33% }}; vertical-align: top;" {{!}} {{{4}}}}}{{#if:{{{5|}}}|
|}<noinclude>
{{!}} style="width: 25%; vertical-align: top;" {{!}} {{{5}}}}}
{{!}}}
|<div class="columns" style="column-count:{{{1}}};-moz-column-count:{{{1}}};-webkit-column-count:{{{1}}}; {{#if:{{{width|}}}|width: {{{width}}};}}">
{{{2}}}
</div>
}}</includeonly><noinclude>


==Info==
==Info==
Use this to split a list of items into columns.
Use this to split a list of items into columns. You can have the content be split automatically or split it yourself. Manual should only be used in cases where automatic wouldn't work right.


{| class = "wikitable"
{| class="wikitable"
! Parameter || Mandatory || Default || Detailed description
! Parameter || Mandatory || Default || Detailed description
|-
|-
! 1 - 2
! 1
| '''Yes''' ||  || First and second columns.
| '''Yes''' ||  ||
*Automatic: Number of columns.
*Manual: Give this the value 0.
|-
|-
! 3 - 4
! 2
| No ||  || Third and fourth columns.
| '''Yes''' ||  ||
*Automatic: Content to be split
*Manual: First column.
|-
! 3
| Depends ||  ||
*Automatic: N/A
*Manual: Second column.
|-
! 4, 5
| No ||  ||
*Automatic: N/A
*Manual: Third and fourth columns.
|-
|-
! width
! width
| No || 90% || How wide the entire "table" will be.
| No || || How wide the entire box of content will be.
|}
|}


==Skeleton==
==Skeleton==
<pre>
<pre>
{{columns| width=<width>
{{columns|<cols>|<content>}}
|
<col 1>
|
<col 2>
|
<col 3>
|
<col 4>
}}
</pre>
</pre>


==Examples==
==Examples==
{| class = "wikitable"
{| class="wikitable" style="width: 700px"
! Code || Result
! Code || Result
|-
|-
| <pre>{{columns
| <pre>{{columns|2|*Item 1
|
*Item 2
*Item 3
*Item 4
*Item 5
*Item 6
}}</pre>
| {{columns|2|*Item 1
*Item 2
*Item 3
*Item 4
*Item 5
*Item 6
}}
|-
| <pre>{{columns|0|'''Number team'''
*Item 1
*Item 1
*Item 2
*Item 2
*Item 3
*Item 3
|
|'''Column team'''
*Item 4
*Item 4
*Item 5
*Item 5
*Item 6
*Item 6
}}</pre>
}}</pre>
| {{columns
| {{columns|0|'''Number team'''
|
*Item 1
*Item 1
*Item 2
*Item 2
*Item 3
*Item 3
|
|'''Column team'''
*Item 4
*Item 4
*Item 5
*Item 5
Line 62: Line 85:
|}
|}


</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 10:24, July 21, 2023


Info

Use this to split a list of items into columns. You can have the content be split automatically or split it yourself. Manual should only be used in cases where automatic wouldn't work right.

Parameter Mandatory Default Detailed description
1 Yes
  • Automatic: Number of columns.
  • Manual: Give this the value 0.
2 Yes
  • Automatic: Content to be split
  • Manual: First column.
3 Depends
  • Automatic: N/A
  • Manual: Second column.
4, 5 No
  • Automatic: N/A
  • Manual: Third and fourth columns.
width No How wide the entire box of content will be.

Skeleton

{{columns|<cols>|<content>}}

Examples

Code Result
{{columns|2|*Item 1
*Item 2
*Item 3
*Item 4
*Item 5
*Item 6
}}
  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5
  • Item 6
{{columns|0|'''Number team'''
*Item 1
*Item 2
*Item 3
|'''Column team'''
*Item 4
*Item 5
*Item 6
}}
Number team
  • Item 1
  • Item 2
  • Item 3
Column team
  • Item 4
  • Item 5
  • Item 6