Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

User:Eviand/TemplateTesting: Difference between revisions

From SpiritVale Wiki
Line 3: Line 3:
Used as a base template for other boxes. Rows must be manually added or removed.
Used as a base template for other boxes. Rows must be manually added or removed.


{| class="infobox" style="width:275px; font-size:90%; border:2px solid #372b54; background:#f7f7fa; border-radius:12px; box-shadow:0 2px 6px rgba(0,0,0,0.25);"
{| class="infobox custom-table"
|-
|-
! colspan="2" style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:6px; font-size:110%; border-top-left-radius:10px; border-top-right-radius:10px;" |
! colspan="2" |
'''{{{name|Example Infobox}}}'''<br />
'''{{{name|Example Infobox}}}'''<br />
{{#if:{{{image|}}}|[[File:{{{image}}}|100px]]}}
{{#if:{{{image|}}}|[[File:{{{image}}}|100px]]}}
|-
|-
| style="background:#e6e3f0; font-weight:bold; width:35%;" | {{{row1_label|}}}
| style="border-right:1px solid #555;" | {{{row1_label|}}}
| style="background:#ffffff;" | {{{row1_value|}}}
| {{{row1_value|}}}
|-
|-
| style="background:#e6e3f0; font-weight:bold;" | {{{row2_label|}}}
| style="border-right:1px solid #555;" | {{{row2_label|}}}
| style="background:#ffffff;" | {{{row2_value|}}}
| {{{row2_value|}}}
|-
|-
| style="background:#e6e3f0; font-weight:bold;" | {{{row3_label|}}}
| style="border-right:1px solid #555;" | {{{row3_label|}}}
| style="background:#ffffff;" | {{{row3_value|}}}
| {{{row3_value|}}}
|}
|}


=== Example 1 ===
=== Example 1 ===


Old version
{| class="infobox custom-table"
 
{| class="infobox" style="width:275px; font-size:90%; border:2px solid #372b54; background:#f7f7fa; border-radius:12px; box-shadow:0 2px 6px rgba(0,0,0,0.25);"
|-
|-
! colspan="2" style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:6px; font-size:110%; border-top-left-radius:10px; border-top-right-radius:10px;" |
! colspan="2" |
'''Player'''<br />
'''Player'''<br />
[[File:SpiritValeLogo.png|100px]]<br />
[[File:SpiritValeLogo.png|100px]]<br />
|-
|-
| style="background:#e6e3f0; font-weight:bold; width:35%;" | Character
| style="border-right:1px solid #555;" | Character
| style="background:#ffffff;" | Eviand
| Eviand
|-
|-
| style="background:#e6e3f0; font-weight:bold;" | Class
| style="border-right:1px solid #555;" | Class
| style="background:#ffffff;" | Acolyte
| Acolyte
|-
|-
| style="background:#e6e3f0; font-weight:bold;" | Role
| style="border-right:1px solid #555;" | Role
| style="background:#ffffff;" | Support
| Support
|}
|}


Line 44: Line 41:
This one is much more appropriate, and feels a lot easier to use. Will be for classes only.
This one is much more appropriate, and feels a lot easier to use. Will be for classes only.
  <nowiki>
  <nowiki>
{| class="infobox" style="float:right; width:275px; font-size:90%; border:2px solid #372b54; background:#f7f7fa;  border-radius:12px; box-shadow:0 2px 6px rgba(0,0,0,0.25);"
{| class="infobox custom-table"
|-
|-
! colspan="2" style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:6px; font-size:110%; border-top-left-radius:10px; border-top-right-radius:10px;" |
! colspan="2" |
'''Class Overview'''<br />
'''Class Overview'''<br />
|-
|-
| style="background:#e6e3f0; font-weight:bold; width:35%;" | Role
| style="border-right:1px solid #555;" | Role
| style="background:#ffffff;" | {{{Role}}}
| {{{Role}}}
|-
|-
| style="background:#e6e3f0; font-weight:bold;" | Primary Stats
| style="border-right:1px solid #555;" | Primary Stats
| style="background:#ffffff;" | {{{Stats}}}
| {{{Stats}}}
|-
|-
| style="background:#e6e3f0; font-weight:bold;" | Weapons
| style="border-right:1px solid #555;" | Weapons
| style="background:#ffffff;" | {{{Weapons}}}
| {{{Weapons}}}
|}
|}
  </nowiki>
  </nowiki>