Template:Nice List Box: Difference between revisions
Template page
More actions
Content deleted Content added
Created page with "<includeonly> <div style="text-align: center; border: 2px solid #{{{BorderColor}}};"> <span style="font-size:32px; font-family: Cinzel; color:white;">{{{Title}}}</span> {{#if: {{{Image|}}} | [[File:{{{Image}}}|center|thumb]] }} <span style="font-size:24px; font-family: Cinzel; color:white;">{{{Label1}}} - {{{Field1}}}</span> <span style="font-size:24px; font-family: Cinzel; color:white;">{{{Label2}}} - {{{Field2}}}</span> ---- <span style="font-size:16px;">{{{Descriptio..." Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| Line 54: | Line 54: | ||
|Field2=Example |
|Field2=Example |
||
|Label2=Example |
|Label2=Example |
||
|Description=This is the description of my list entry! |
|||
|Sublabel=Example |
|||
| |
|SubLabel=Example |
||
| |
|SubField=Example |
||
|OptionalLabel1=Optional1 |
|||
|OptionalField1=Example |
|OptionalField1=Example |
||
|OptionalLabel2= |
|OptionalLabel2=Optional2 |
||
|OptionalField2=Example |
|OptionalField2=Example |
||
|OptionalLabel3= |
|OptionalLabel3=Optional3 |
||
|OptionalField3=Example |
|OptionalField3=Example |
||
}} |
}} |
||
| Line 73: | Line 74: | ||
"Field2":{"suggested":true}, |
"Field2":{"suggested":true}, |
||
"Label2":{"suggested":true}, |
"Label2":{"suggested":true}, |
||
"Description":{"suggested":true}, |
|||
"Sublabel":{"suggested":true}, |
"Sublabel":{"suggested":true}, |
||
"Subfield":{"suggested":true}, |
"Subfield":{"suggested":true}, |
||
Revision as of 23:00, December 24, 2024
Example

Example - Example
Example - Example
This is the description of my list entry!
Example - Example
Optional1 - Example
Optional2 - Optional2
Optional3 - Optional3
- Description
- Based on Template:Star use for lists that you want to look nice. Works great on mobile (better than tables by a LOT). Optional Fields and Labels only show up if the label field is not empty.
- Syntax
{{Nice List Box
|Title=Example
|Color=#FFFFFF
|Image=Unknown.png
|Field1=Example
|Label1=Example
|Field2=Example
|Label2=Example
|Description=This is the description of my list entry!
|SubLabel=Example
|SubField=Example
|OptionalLabel1=Optional1
|OptionalField1=Example
|OptionalLabel2=Optional2
|OptionalField2=Example
|OptionalLabel3=Optional3
|OptionalField3=Example
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | Title | no description | Unknown | suggested |
| Color | Color | no description | Unknown | suggested |
| Image | Image | no description | Unknown | suggested |
| Field1 | Field1 | no description | Unknown | suggested |
| Label1 | Label1 | no description | Unknown | suggested |
| Field2 | Field2 | no description | Unknown | suggested |
| Label2 | Label2 | no description | Unknown | suggested |
| Description | Description | no description | Unknown | suggested |
| Sublabel | Sublabel | no description | Unknown | suggested |
| Subfield | Subfield | no description | Unknown | suggested |
| OptionalLabel1 | OptionalLabel1 | Does not show up if it is empty | Unknown | suggested |
| OptionalField1 | OptionalField1 | Does not show up if its label is empty | Unknown | suggested |
| OptionalLabel2 | OptionalLabel2 | Does not show up if it is empty | Unknown | suggested |
| OptionalField2 | OptionalField2 | Does not show up if its label is empty | Unknown | suggested |
| OptionalLabel3 | OptionalLabel3 | Does not show up if it is empty | Unknown | suggested |
| OptionalField3 | OptionalField3 | Does not show up if its label is empty | Unknown | suggested |