Template:DecryptText: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
SomebodyRum (talk | contribs) Created page with "<!-- ================================================== TEMPLATE NAME: DecryptText Displays a glitching block of characters that sweeps left-to-right to reveal the real text when hovered. ================================================== USAGE: {{DecryptText|Your secret text here}} PARAMETERS: - 1: The real text to hide. - revert: "yes" or "no". If yes, the text will re-encrypt when the user moves their mouse away. (Default: no) ===========================..." |
SomebodyRum (talk | contribs) mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
TEMPLATE NAME: DecryptText | TEMPLATE NAME: DecryptText | ||
Displays a glitching block of characters that sweeps | Displays a glitching block of characters that sweeps | ||
left-to-right to reveal the real text | left-to-right to reveal the real text. | ||
================================================== | ================================================== | ||
| Line 11: | Line 11: | ||
PARAMETERS: | PARAMETERS: | ||
- 1: The real text to hide. | - 1: The real text to hide. | ||
- revert: "yes" or "no". If yes, | - onload: "yes" or "no". Automatically decrypts on page load. (Default: no) | ||
- revert: "yes" or "no". If yes, re-encrypts on mouse leave. (Default: no) | |||
================================================== | ================================================== | ||
--> | --> | ||
<templatestyles src="Template:DecryptText/styles.css"/><span class="dtxt-scene {{#ifeq:{{{revert|no}}}|yes|dtxt-revert|dtxt-stay}}"><span class="dtxt-real">{{{1|Access Denied.}}}</span><span class="dtxt-mask" aria-hidden="true" style="pointer-events: none; user-select: none;"><span class="dtxt-scroller">0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ¥§©∆∇%#X9$!K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ¥§©∆∇%#X9$!K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ¥§©∆∇%#X9$!K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ</span></span></span><noinclude> | <templatestyles src="Template:DecryptText/styles.css"/><span class="dtxt-scene {{#ifeq:{{{onload|no}}}|yes|dtxt-load|{{#ifeq:{{{revert|no}}}|yes|dtxt-revert|dtxt-stay}}}}"><span class="dtxt-real">{{{1|Access Denied.}}}</span><span class="dtxt-mask" aria-hidden="true" style="pointer-events: none; user-select: none;"><span class="dtxt-scroller">0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ¥§©∆∇%#X9$!K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ¥§©∆∇%#X9$!K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ¥§©∆∇%#X9$!K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ0x9#M!p@Z$w&K2*vV7%tQ1qY5^bN8~xG3)L(cR4_jF6+hD9-sA&mP0zZ</span></span></span><noinclude> | ||
== Usage == | == Usage == | ||
Hover over the blocks below to decrypt them! | Hover over the blocks below to decrypt them! | ||
'''Default (Trigger Once):''' | '''Default (Trigger Once):''' | ||
| Line 24: | Line 24: | ||
'''Revert on Mouse Leave:''' | '''Revert on Mouse Leave:''' | ||
<code>My true identity is {{DecryptText|Bruce Wayne|revert=yes}} | <code>My true identity is {{DecryptText|Bruce Wayne|revert=yes}}.</code> | ||
'''Auto-Decrypt on Page Load:''' | |||
<code>Location: {{DecryptText|Classified CIA Blacksite|onload=yes}}.</code> | |||
== Parameters == | == Parameters == | ||
* '''1''' = The text you want to hide. | * '''1''' = The text you want to hide. | ||
* ''' | * '''onload''' = Set to <code>yes</code> to decrypt automatically when the page opens. | ||
* '''revert''' = Set to <code>yes</code> to scramble again when the mouse leaves. | |||
</noinclude> | </noinclude> | ||
Latest revision as of 13:37, 19 April 2026
Access Denied.
Usage
[edit source]Hover over the blocks below to decrypt them!
Default (Trigger Once):
The password to the server room is
Hunter2.
Revert on Mouse Leave:
My true identity is
Bruce Wayne.
Auto-Decrypt on Page Load:
Location:
Classified CIA Blacksite.
Parameters
[edit source]- 1 = The text you want to hide.
- onload = Set to
yesto decrypt automatically when the page opens. - revert = Set to
yesto scramble again when the mouse leaves.