|
|
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> |
|
| |
|
Generic Infobox
Used as a base template for other boxes. Rows must be manually added or removed.
Example 1
Player

|
Character
|
Eviand
|
Class
|
Acolyte
|
Role
|
Support
|
Example 2
This one is much more appropriate, and feels a lot easier to use. Will be for classes only.
{| class="infobox custom-table"
|-
! colspan="2" |
'''Class Overview'''<br />
|-
| style="border-right:1px solid #555;" | Role
| {{{Role}}}
|-
| style="border-right:1px solid #555;" | Primary Stats
| {{{Stats}}}
|-
| style="border-right:1px solid #555;" | Weapons
| {{{Weapons}}}
|}
Fun Class Template Idea
Had fun creating this for testing, but will instead use a simpler template.

{{{Class}}}
|
Class Information
|
Role
|
{{{Role}}}
|
Primary Stats
|
{{{Stats}}}
|
Weapon Type(s)
|
{{{Weapons}}}
|
|
Skills
|
{{{Skill1}}}
|
{{{Skill2}}}
|
{{{Skill3}}}
|
{{{Skill4}}}
|
{{{Skill5}}}
|
{{{Skill6}}}
|
{{{SkillDescription1}}}
|
{{{SkillDescription2}}}
|
{{{SkillDescription3}}}
|
{{{SkillDescription4}}}
|
{{{SkillDescription5}}}
|
{{{SkillDescription6}}}
|
{{{Skill7}}}
|
{{{Skill8}}}
|
{{{Skill9}}}
|
{{{Skill10}}}
|
{{{Skill11}}}
|
{{{Skill12}}}
|
{{{SkillDescription7}}}
|
{{{SkillDescription8}}}
|
{{{SkillDescription9}}}
|
{{{SkillDescription10}}}
|
{{{SkillDescription11}}}
|
{{{SkillDescription12}}}
|
{{{Skill13}}}
|
{{{Skill14}}}
|
{{{Skill15}}}
|
{{{Skill16}}}
|
{{{Skill17}}}
|
{{{Skill18}}}
|
{{{SkillDescription13}}}
|
{{{SkillDescription14}}}
|
{{{SkillDescription15}}}
|
{{{SkillDescription16}}}
|
{{{SkillDescription17}}}
|
{{{SkillDescription18}}}
|
{{{Skill19}}}
|
{{{Skill20}}}
|
{{{Skill21}}}
|
{{{Skill22}}}
|
{{{Skill23}}}
|
{{{Skill24}}}
|
{{{SkillDescription19}}}
|
{{{SkillDescription20}}}
|
{{{SkillDescription21}}}
|
{{{SkillDescription22}}}
|
{{{SkillDescription23}}}
|
{{{SkillDescription24}}}
|
|
Advanced Classes
|
{{{AdvancedClass1}}}
[[File:{{{AdvancedClassImage1}}}|100px]]
|
Role
|
{{{AdvancedClassRole1}}}
|
Description
|
{{{AdvancedClassDescription1}}}
|
{{{AdvancedClass2}}}
[[File:{{{AdvancedClassImage2}}}|100px]]
|
Role
|
{{{AdvancedClassRole2}}}
|
Description
|
{{{AdvancedClassDescription2}}}
|
|
|
Example

Class Template
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Class Information
|
Role
|
[Role Placeholder]
|
Primary Stats
|
[Stat Placeholder]
|
Weapon Type(s)
|
[Weapon Placeholder]
|
|
Advanced Classes
|
[Advanced Class 1]
|
Role
|
[Short descriptor]
|
Description
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
[Advanced Class 2]
|
Role
|
[Short descriptor]
|
Description
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
Advice & Guides
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
Template Box
Had this super fun template idea, but I couldn't get it to work on mobile. Going to shelve it for now as it might be useful for later.