Template:DescendantCosmeticGrid: Difference between revisions

Template page
No edit summary
m (onlyinclude)
 
(5 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 ==
test
<div class="image-grid">
<div class="image-grid">
{{#invoke:String|split|{{{1}}}|,}}
{{#invoke:ImageGridFromList|split|{{{makeup}}}|,}}
</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 12: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]]