Template:DescendantCosmeticGrid: Difference between revisions

Template page
(Created page with "== Head == == Body == == Makeup == <div class="image-grid"> {{#invoke:String|split|{{{1}}}|,|<gallery widths="200px" heights="200px" perrow="4"> File:{{{1}}} </gallery>}} </div> <style> .image-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; } .image-grid img { max-width: 100%; height: auto; } </style>")
 
m (onlyinclude)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
<onlyinclude>
{{Template:DataMined}}
== Head ==
== Head ==
 
<div class="image-grid">
{{#invoke:ImageGridFromList|split|{{{head}}}|,}}
</div>
== Body ==
== Body ==
 
<div class="image-grid">
{{#invoke:ImageGridFromList|split|{{{body}}}|,}}
</div>
== Makeup ==
== Makeup ==
<div class="image-grid">
<div class="image-grid">
{{#invoke:String|split|{{{1}}}|,|<gallery widths="200px" heights="200px" perrow="4">
{{#invoke:ImageGridFromList|split|{{{makeup}}}|,}}
File:{{{1}}}
</gallery>}}
</div>
</div>
 
</onlyinclude>
<style>
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}
.image-grid img {
    max-width: 100%;
    height: auto;
}
</style>

Latest revision as of 13:05, 2 June 2024

Default Name
       SPOILERS! This information comes from datamined sources and may reveal spoilers or may not make it into the final game.

Head

[[File:{{{head}}}|200px]]

Body

[[File:{{{body}}}|200px]]

Makeup

[[File:{{{makeup}}}|200px]]