|
|
Line 1: |
Line 1: |
| {{Card|width={{{width|1}}}|height={{{height|1}}}
| | <!-- Hidden everywhere. --> |
| |content=<div style="font-weight:bold; font-size:1.2em; margin-bottom:0.5em; text-align:center;">Characters</div>
| | <noinclude> |
| | Text 1 |
| | </noinclude> |
|
| |
|
| <div style="display:flex; flex-wrap:wrap; justify-content:center; gap:4px; width:100%; margin:0 auto; text-align:center;">
| |
|
| |
| [[File:{|Icon 1 Filename|}.png|80px|link={{{link1|}}}|alt={{{alt1|}}}]]
| |
| [[File:{|Icon 2 Filename|}.png|80px|link={{{link2|}}}|alt={{{alt2|}}}]]
| |
| [[File:{|Icon 3 Filename|}.png|80px|link={{{link3|}}}|alt={{{alt3|}}}]]
| |
| [[File:{|Icon 4 Filename|}.png|80px|link={{{link4|}}}|alt={{{alt4|}}}]]
| |
| [[File:{|Icon 5 Filename|}.png|80px|link={{{link5|}}}|alt={{{alt5|}}}]]
| |
| [[File:{|Icon 6 Filename|}.png|80px|link={{{link6|}}}|alt={{{alt6|}}}]]
| |
| [[File:{|Icon 7 Filename|}.png|80px|link={{{link7|}}}|alt={{{alt7|}}}]]
| |
| [[File:{|Icon 8 Filename|}.png|80px|link={{{link8|}}}|alt={{{alt8|}}}]]
| |
| [[File:{|Icon 9 Filename|}.png|80px|link={{{link9|}}}|alt={{{alt9|}}}]]
| |
| [[File:{|Icon 10 Filename|}.png|80px|link={{{link10|}}}|alt={{{alt10|}}}]]
| |
| [[File:{|Icon 11 Filename|}.png|80px|link={{{link11|}}}|alt={{{alt11|}}}]]
| |
| [[File:{|Icon 12 Filename|}.png|80px|link={{{link12|}}}|alt={{{alt12|}}}]]
| |
| <br>
| |
| [[File:{|Icon 13 Filename|}.png|80px|link={{{link13|}}}|alt={{{alt13|}}}]]
| |
| [[File:{|Icon 14 Filename|}.png|80px|link={{{link14|}}}|alt={{{alt14|}}}]]
| |
| [[File:{|Icon 15 Filename|}.png|80px|link={{{link15|}}}|alt={{{alt15|}}}]]
| |
| [[File:{|Icon 16 Filename|}.png|80px|link={{{link16|}}}|alt={{{alt16|}}}]]
| |
| [[File:{|Icon 17 Filename|}.png|80px|link={{{link17|}}}|alt={{{alt17|}}}]]
| |
| [[File:{|Icon 18 Filename|}.png|80px|link={{{link18|}}}|alt={{{alt18|}}}]]
| |
| [[File:{|Icon 19 Filename|}.png|80px|link={{{link19|}}}|alt={{{alt19|}}}]]
| |
| [[File:{|Icon 20 Filename|}.png|80px|link={{{link20|}}}|alt={{{alt20|}}}]]
| |
| [[File:{|Icon 21 Filename|}.png|80px|link={{{link21|}}}|alt={{{alt21|}}}]]
| |
| [[File:{|Icon 22 Filename|}.png|80px|link={{{link22|}}}|alt={{{alt22|}}}]]
| |
| [[File:{|Icon 23 Filename|}.png|80px|link={{{link23|}}}|alt={{{alt23|}}}]]
| |
| [[File:{|Icon 24 Filename|}.png|80px|link={{{link24|}}}|alt={{{alt24|}}}]]
| |
| </div>
| |
|
| |
|
| | <!-- Visible only on the template's own page. --> |
| <includeonly> | | <includeonly> |
| This is a template for displaying a list of characters. Replace the image filenames, links, and alt texts with the appropriate values when using it for specific games or character sets.
| | Text 2 |
| | |
| == Example usage: ==
| |
| {{includeonly|
| |
| {{Card
| |
| |width=1
| |
| |height=1
| |
| |link1=Game/Character1
| |
| |alt1=Character 1
| |
| |link2=Game/Character2
| |
| |alt2=Character 2
| |
| |link3=Game/Character3
| |
| |alt3=Character 3
| |
| |link4=Game/Character4
| |
| |alt4=Character 4
| |
| |link5=Game/Character5
| |
| |alt5=Character 5
| |
| ...
| |
| }}
| |
| }}
| |
| </includeonly> | | </includeonly> |
| }}
| |