Template:Simple Index list: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 3: | Line 3: | ||
</div></details>|<div class="template__simple_index_list__wrapper" style="column-count:{{{column_count|1}}}"> |
</div></details>|<div class="template__simple_index_list__wrapper" style="column-count:{{{column_count|1}}}"> |
||
{{{content}}} |
{{{content}}} |
||
</div> |
</div>}}</includeonly><noinclude> |
||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
Revision as of 19:32, April 8, 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Column count | column_count | Amount of columns to use
| Number | optional |
| Content | content | List contents | Unbalanced wikitext | required |
| Title | title | Title of the list | String | required |
Examples
{{Simple Index list
|title=A title
|content=*'''[[Amethyst]]'''
*'''[[Arquinade Crystal]]'''
*'''[[Diamond]]'''
}}
{{Simple Index list
|column_count=2
|title=A title
|content=*'''[[Amethyst]]'''
*'''[[Arquinade Crystal]]'''
*'''[[Diamond]]'''
}}