Template:Guidance detail/doc: Difference between revisions
Jump to navigation
Jump to search
Template:Guidance detail/doc (view source)
Revision as of 22:15, 22 November 2022
, 22 November 2022→Usage
imported>Pingu No edit summary |
imported>Pingu (→Usage) |
||
Line 2: | Line 2: | ||
; One reason | ; One reason | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! Reason | ||
! Syntax | ! Syntax | ||
! | ! Output | ||
|- | |- | ||
|The | |The video of the logo contains flashing images | ||
|<code><nowiki>{{Guidance detail|reason= | |<code><nowiki>{{Guidance detail|reason=flashing}}</nowiki></code> | ||
|{{Guidance detail|reason=flashing}} | |{{Guidance detail|reason=flashing}} | ||
|- | |- | ||
| | |The video of the logo contains a jump scare | ||
|<code><nowiki>{{Guidance detail|reason= | |<code><nowiki>{{Guidance detail|reason=jumpscare}}</nowiki></code> | ||
|{{Guidance detail|reason=jumpscare | |{{Guidance detail|reason=jumpscare}} | ||
|- | |- | ||
|The audio is loud or distorted<br/>(replaces {{tl|Noise Warning}}) | |The audio is loud or distorted<br/>(replaces {{tl|Noise Warning}}) | ||
Line 21: | Line 21: | ||
|<code><nowiki>{{Guidance detail|reason=phone}}</nowiki></code> | |<code><nowiki>{{Guidance detail|reason=phone}}</nowiki></code> | ||
|{{Guidance detail|reason=phone}} | |{{Guidance detail|reason=phone}} | ||
|} | |||
; Timestamps | |||
{| class="wikitable" | |||
! Format | |||
! Example syntax | |||
! Example output | |||
|- | |||
|Fixed point | |||
|<code><nowiki>{{Guidance detail|reason=flashing(0:50)}}</nowiki></code> | |||
|{{Guidance detail|reason=flashing(0:50)}} | |||
|- | |||
|Range | |||
|<code><nowiki>{{Guidance detail|reason=flashing(0:50-1:00)}}</nowiki></code> | |||
|{{Guidance detail|reason=flashing(0:50-1:00)}} | |||
|- | |||
|More than one occurrence | |||
|<code><nowiki>{{Guidance detail|reason=flashing(0:50-1:00,1:50)}}</nowiki></code> | |||
|{{Guidance detail|reason=flashing(0:50-1:00,1:50)}} | |||
|} | |} | ||
; More than one reason | ; More than one reason | ||
{| class="wikitable" | {| class="wikitable" | ||
! Syntax | ! Example Syntax | ||
! Example output | ! Example output | ||
|- | |- | ||
|<code><nowiki>{{Guidance detail|reason=flashing,phone}}</nowiki></code> | |<code><nowiki>{{Guidance detail|reason=flashing,jumpscare}}</nowiki></code> | ||
|{{Guidance detail|reason=flashing,phone}} | |{{Guidance detail|reason=flashing,jumpscare}} | ||
|- | |||
|<code><nowiki>{{Guidance detail|reason=flashing(0:50-0:55),phone}}</nowiki></code> | |||
|{{Guidance detail|reason=flashing(0:50-0:55),phone}} | |||
|- | |||
|<code><nowiki>{{Guidance detail|reason=audio,phone}}</nowiki></code> | |||
|{{Guidance detail|reason=audio,phone}} | |||
|} | |} | ||