|
|
Line 38: |
Line 38: |
| |} | | |} |
|
| |
|
| == Main Page Box ==
| |
|
| |
| Used on the main page for holding content.
| |
|
| |
| {| class="infobox" style="width:250px; font-size:95%; border:2px solid #372b54; background:#f7f7fa; border-radius:14px; box-shadow:0 3px 8px rgba(0,0,0,0.3); margin:10px;"
| |
| |-
| |
| ! style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:8px; font-size:120%; border-top-left-radius:12px; border-top-right-radius:12px;" |
| |
| '''{{{title|Main Page Box}}}'''
| |
| |-
| |
| | style="padding:8px; text-align:center; line-height:1.4;" |
| |
| {{{content|''No content provided.''}}}
| |
| |}
| |
|
| |
| === Example ===
| |
|
| |
| {| class="infobox" style="width:250px; font-size:95%; border:2px solid #372b54; background:#f7f7fa; border-radius:14px; box-shadow:0 3px 8px rgba(0,0,0,0.3); margin:10px;"
| |
| |-
| |
| ! style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:8px; font-size:120%; border-top-left-radius:12px; border-top-right-radius:12px;" |
| |
| '''Game Systems'''
| |
| |-
| |
| | style="padding:8px; text-align:center; line-height:1.4;" |
| |
| [[File:Icon1.png|20px]] [[Refinement]]<br />
| |
| [[File:Icon2.png|20px]] [[Card]]<br />
| |
| [[File:Icon3.png|20px]] [[Storage]]<br />
| |
| [[File:Icon4.png|20px]] [[NPC]]
| |
| |}
| |
|
| |
| <br>
| |
|
| |
| <div style="display:flex; justify-content:space-between; flex-wrap:wrap;">
| |
|
| |
| <!-- Box 1 -->
| |
| <div style="flex:0 0 23%; margin:1%;">
| |
| {| class="infobox" style="width:100%; font-size:95%; border:2px solid #372b54; background:#f7f7fa; border-radius:14px; box-shadow:0 3px 8px rgba(0,0,0,0.3);"
| |
| |-
| |
| ! style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:8px; font-size:120%; border-top-left-radius:12px; border-top-right-radius:12px;" |
| |
| '''Main Box 1'''
| |
| |-
| |
| | style="padding:8px; text-align:center; line-height:1.4;" |
| |
| [[File:Icon1.png|20px]] [[Page 1]]<br />
| |
| [[File:Icon2.png|20px]] [[Page 2]]
| |
| |}
| |
| </div>
| |
|
| |
| <!-- Box 2 -->
| |
| <div style="flex:0 0 23%; margin:1%;">
| |
| {| class="infobox" style="width:100%; font-size:95%; border:2px solid #372b54; background:#f7f7fa; border-radius:14px; box-shadow:0 3px 8px rgba(0,0,0,0.3);"
| |
| |-
| |
| ! style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:8px; font-size:120%; border-top-left-radius:12px; border-top-right-radius:12px;" |
| |
| '''Main Box 2'''
| |
| |-
| |
| | style="padding:8px; text-align:center; line-height:1.4;" |
| |
| [[File:Icon3.png|20px]] [[Page 3]]<br />
| |
| [[File:Icon4.png|20px]] [[Page 4]]
| |
| |}
| |
| </div>
| |
|
| |
| <!-- Box 3 -->
| |
| <div style="flex:0 0 23%; margin:1%;">
| |
| {| class="infobox" style="width:100%; font-size:95%; border:2px solid #372b54; background:#f7f7fa; border-radius:14px; box-shadow:0 3px 8px rgba(0,0,0,0.3);"
| |
| |-
| |
| ! style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:8px; font-size:120%; border-top-left-radius:12px; border-top-right-radius:12px;" |
| |
| '''Main Box 3'''
| |
| |-
| |
| | style="padding:8px; text-align:center; line-height:1.4;" |
| |
| [[File:Icon5.png|20px]] [[Page 5]]<br />
| |
| [[File:Icon6.png|20px]] [[Page 6]]
| |
| |}
| |
| </div>
| |
|
| |
| <!-- Box 4 -->
| |
| <div style="flex:0 0 23%; margin:1%;">
| |
| {| class="infobox" style="width:100%; font-size:95%; border:2px solid #372b54; background:#f7f7fa; border-radius:14px; box-shadow:0 3px 8px rgba(0,0,0,0.3);"
| |
| |-
| |
| ! style="background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:8px; font-size:120%; border-top-left-radius:12px; border-top-right-radius:12px;" |
| |
| '''Main Box 4'''
| |
| |-
| |
| | style="padding:8px; text-align:center; line-height:1.4;" |
| |
| [[File:Icon7.png|20px]] [[Page 7]]<br />
| |
| [[File:Icon8.png|20px]] [[Page 8]]
| |
| |}
| |
| </div>
| |
|
| |
| </div>
| |
|
| |
|
| ==Fun Class Template Idea== | | ==Fun Class Template Idea== |