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) Undo revision 154630 by Tesinormed (talk) Tag: Undo |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
"description": "Amount of columns to use", |
"description": "Amount of columns to use", |
||
"type": "number", |
"type": "number", |
||
"default": "1" |
"default": "1", |
||
"suggested": true |
|||
}, |
}, |
||
"content": { |
"content": { |
||
"label": "Content", |
"label": "Content", |
||
"description": "List contents", |
"description": "List contents", |
||
"type": " |
"type": "content", |
||
"required": true |
"required": true |
||
}, |
}, |
||
| Line 23: | Line 24: | ||
"description": "Title of the list", |
"description": "Title of the list", |
||
"type": "string", |
"type": "string", |
||
" |
"suggested": true |
||
} |
} |
||
}, |
}, |
||
Latest revision as of 18:56, May 5, 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Column count | column_count | Amount of columns to use
| Number | suggested |
| Content | content | List contents | Content | required |
| Title | title | Title of the list | String | suggested |
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]]'''
}}
{{Simple Index list
|column_count=2
|content=*'''[[Amethyst]]'''
*'''[[Arquinade Crystal]]'''
*'''[[Diamond]]'''
}}