New mission: revamp the portals to make them look actually tolerable to the eye. They are currently placeholders as of now.
The Gold Network: Soyworld | SNCApedia | SoyPlace


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

Template:DecryptText: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
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) ===========================..."
 
mNo edit summary
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 when hovered.
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, the text will re-encrypt
- onload: "yes" or "no". Automatically decrypts on page load. (Default: no)
          when the user moves their mouse away. (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! The text will sweep and lock in from left to right.
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}}, please don't tell anyone.</code>
<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.
* '''revert''' = Set to <code>yes</code> if you want the text to scramble again when the user moves their mouse away. (Default: <code>no</code>)
* '''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.


[[Category:Formatting templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Revision as of 13:25, 19 April 2026

Access Denied.

Usage

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

  • 1 = The text you want to hide.
  • onload = Set to yes to decrypt automatically when the page opens.
  • revert = Set to yes to scramble again when the mouse leaves.