Template:Stills: Difference between revisions

From AnotherEidos Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="width:100%; max-width:55em; margin: 0 0 0 1em;"  
{| class="wikitable" style="width:65%; margin: 0 0 0 1em;"  
|- style="font-size:18px;"
|- style="font-size:18px;"
!  colspan=99| Still Availability
!  colspan=99| Still Availability
Line 5: Line 5:
! style="width:2%;| #
! style="width:2%;| #
! style="width:8%; | Type
! style="width:8%; | Type
! style="width:8%; | Release Date
! style="width:12%; | Release Date
! style="width:50%; | Unlock Criteria
! style="width:38%; | Unlock Criteria
|- style="display:{{{intimacy-date|none}}}
|- style="display:{{{intimacy-date|none}}}
|1
|1
Line 21: Line 21:
|Secret#1
|Secret#1
|{{{secret1-date}}}
|{{{secret1-date}}}
|[[{{PAGENAME}}]]'s secret from {{{secret1-event}}} in possession.
|[[{{PAGENAME}}]]'s secret from [[{{{secret1-event}}}]] in possession.
|- style="display:{{{alt1-date|none}}}";
|- style="display:{{{alt1-date|none}}}";
|4
|4
|Alternate#1
|Alternate#1
|{{{alt1-date}}}
|{{{alt1-date}}}
|[[{{alt1}}]] in possession and Intimacy at 100%.
|[[{{{alt1}}}]] in possession and Intimacy at 100%.
|- style="display:{{{secret2-date|none}}}";
|- style="display:{{{secret2-date|none}}}";
|5
|5
|Secret#2
|Secret#2
|{{{secret2-date}}}
|{{{secret2-date}}}
|[[{{PAGENAME}}]]'s secret from {{{secret2-event}}} in possession.
|[[{{PAGENAME}}]]'s secret from [[{{{secret2-event}}}]] in possession.
|- style="display:{{{alt2-date|none}}}";
|- style="display:{{{alt2-date|none}}}";
|6
|6
|Alternate#2
|Alternate#2
|{{{alt2-date}}}
|{{{alt2-date}}}
|[[{{alt2}}]] in possession and Intimacy at 100%.
|[[{{{alt2}}}]] in possession and Intimacy at 100%.
|- style="display:{{{Story Stills|none}}}";
|- style=display:{{{story|none}}}
{{{Story Stills|}}}
|-
| colspan=4 style="display:{{{shared-links|none}}}"; | Stills and Intimacy is shared with {{{shared-links}}}.
|-
|-
| colspan=4  |<span style="float:left; font-size:10px;">[[Still Availability]]</span><span style="float:right; font-size:10px;">[[Template:{{{template-name|Stills}}}|[template edit]]]</span>
| colspan=4  |<span style="float:left; font-size:10px;">[[Still Availability]]</span><span style="float:right; font-size:10px;">[[Template:{{{template-name|Stills}}}|[template edit]]]</span>
|}
|}
<noinclude>
Intended Usage: Placed right after interaction lines for base version of characters. Only list stills as the game's Interaction menu lists them out.
Most dates are in [[Still Availability]] except for story still dates which have to be searched through [[Patch Notes History]]
Plan for later: an extra "notes" or "artist" column since we could use more info if a still is made by someone particular or if there's something to watch out for (like content warnings)
<pre>
{{Stills
| intimacy-date = none
| rankup-date = none
| secret1-date = none
| secret1-event = none
| secret2-date = none
| secret2-event = none
| alt1-date = none
| alt1 = none
| alt2-date = none
| alt2 = none
| story = none
}}
</pre>
Adding Story Stills requires using an additional template that value story will accept.
See [[Template:Story_Still_Entry]]
<pre>
story = {{Story Still Entry| story-date= none| story-stage = none| story = none}}
</pre>

Latest revision as of 19:36, 28 July 2024

Still Availability
# Type Release Date Unlock Criteria
1 Intimacy {{{intimacy-date}}} Stills in possession and Intimacy at 100%.
2 Rank-Up {{{rankup-date}}} ???
3 Secret#1 {{{secret1-date}}} Stills's secret from [[{{{secret1-event}}}]] in possession.
4 Alternate#1 {{{alt1-date}}} [[{{{alt1}}}]] in possession and Intimacy at 100%.
5 Secret#2 {{{secret2-date}}} Stills's secret from [[{{{secret2-event}}}]] in possession.
6 Alternate#2 {{{alt2-date}}} [[{{{alt2}}}]] in possession and Intimacy at 100%.
Still Availability[template edit]


Intended Usage: Placed right after interaction lines for base version of characters. Only list stills as the game's Interaction menu lists them out.

Most dates are in Still Availability except for story still dates which have to be searched through Patch Notes History

Plan for later: an extra "notes" or "artist" column since we could use more info if a still is made by someone particular or if there's something to watch out for (like content warnings)

{{Stills
| intimacy-date = none
| rankup-date = none
| secret1-date = none
| secret1-event = none
| secret2-date = none
| secret2-event = none
| alt1-date = none
| alt1 = none
| alt2-date = none
| alt2 = none
| story = none
}}

Adding Story Stills requires using an additional template that value story will accept. See Template:Story_Still_Entry

story = {{Story Still Entry| story-date= none| story-stage = none| story = none}}