User:N0one/Sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Do empty first)
Tag: Blanking
(Undo revision 487289 by N0one (talk))
Line 1: Line 1:
To [[User:N0one/Sandbox/template]] for template testing.


''Sandbux''.
Experimenting...
<pre>
{{bug|test}} test
{{bugNotice|test}} test
{{clarify|test}} test
{{code fix|test}} test
{{confirm|test}} test
{{deprecated|test}} test
{{elaborate|test}} test
{{fix|test}} test
{{important|test}} test
{{note|test}} test
{{placement tip|test}} test
{{placementTip|test}} test
{{question|test}} test
{{tip|test}} test
{{todo|test}} test
{{warning|test}} test
{{when|test}} test
{{where|test}} test
{{which|test}} test
{{why|test}} test
{{workaround|test}} test
{{clarify|test {{code fix|test}} test}} test
{{clarify|test {{code fix|test {{warning|test}} test}} test}} test
{{todo|test {{code fix|test {{warning|test {{important|test {{placementTip|test {{question|test {{workaround|test}} test}} test}} test}} test}} test}} test}} test
{{todo|test {{code fix|test {{warning|test {{important|test {{placementTip|test {{question|test {{workaround|test}}}}}}}}}}}}}} test
{{#if:{{{frame|}}}|<div style="background:{{{frame bg|{{#switch:{{{theme|}}}| dark = #0f0f0f | #default = #232323 }}}}}; box-shadow:0 5px 10px rgba(0,0,0,.5); border-radius:{{{radius frame cover|{{#switch:{{{style|}}}|1=6px|1em}} }}}; ; display:flow-root; padding:{{{padding frame cover|{{#switch:{{{style|}}}|1=0.5px|1em}}}}}; ">
|
}}
{{#if:{{{frame|}}}
|<div style="background:{{{frame bg|{{#switch:{{{theme|}}}| dark = #0f0f0f | #default = #232323 }}}}}; box-shadow:0 5px 10px rgba(0,0,0,.5); border-radius:{{{radius frame cover|{{#switch:{{{style|}}}|1=6px|1em}} }}}; ; display:flow-root; padding:{{{padding frame cover|{{#switch:{{{style|}}}|1=0.5px|1em}}}}}; ">
|
}}
<div style="background: #123ABC; box-shadow:0 5px 10px rgba(0,0,0,.5);">
.123.345.678.9.0
123.345.678.9.0
== Headers ==
== Heading level 2 ==
=== Heading level 3 ===
==== Heading level 4 ====
== Links ==
[[Main Page]]
[[Valve Developer Community|VDC Wiki]]
[[User:Example]]
[[File:Example.jpg|thumb|alt=Example image|Caption]]
[https://developer.valvesoftware.com/wiki Main Site]
[https://developer.valvesoftware.com/wiki Example Link]
== Categories ==
[[Category:Mapping]]
[[Category:Source Engine]]
[[Category:Tutorials]]
== Templates ==
{{Infobox map
|name = Example Map
|game = Left 4 Dead 2
|author = User123
}}
{{quote|This is a nested template {{Italic|with italics}} inside.}}
== Parser Functions and Magic Words ==
{{#if:{{{parameter|}}}|Parameter is set|Parameter is empty}}
{{#switch: {{{color|red}}}
| red = Red text
| blue = Blue text
| #default = Default color
}}
{{PAGENAME}}
{{REVISIONID}}
{{NUMBEROFARTICLES}}
{{CURRENTYEAR}}
{{CURRENTMONTHNAME}}
{{CURRENTTIME}}
== Variables / Parameters ==
{{{variable}}}
{{{variable|default value}}}
{{{variable|}}}
== HTML tags (common safe ones) ==
<b>Bold Text</b>
<i>Italic Text</i>
<u>Underlined Text</u>
<nowiki>Raw text with &lt;tags&gt;</nowiki>
<div style="color:blue;">Styled Text</div>
<!-- Comment -->
== Lists ==
* Unordered list item 1
** Nested unordered item
# Numbered list item 1
## Nested numbered item
== Tables ==
{| class="wikitable" border="1"
! Header 1 !! Header 2 !! Header 3
|-
| Row 1, Cell 1 || Row 1, Cell 2 || Row 1, Cell 3
|-
| Row 2, Cell 1 || Row 2, Cell 2 || Row 2, Cell 3
|}
== File inclusions ==
[[File:Example.png|thumb|200px|Example Image Caption]]
== Special elements ==
{{DISPLAYTITLE:Custom Page Title}}
{{TOCright}}
{{Anchor|top}}
== More complex nested templates ==
{{#if:{{{param|}}}
  | {{Template1|{{Template2|{{Template3|value}}}}}}
  | No templates nested
}}
== HTML entities ==
&amp;
&lt;
&gt;
&quot;
&apos;
no wiki:
&amp;amp;
&amp;lt;
&amp;gt;
&amp;quot;
&amp;apos;
</pre>

Revision as of 13:04, 21 August 2025

To User:N0one/Sandbox/template for template testing.

Sandbux.

Experimenting...

{{bug|test}} test
{{bugNotice|test}} test
{{clarify|test}} test
{{code fix|test}} test
{{confirm|test}} test
{{deprecated|test}} test
{{elaborate|test}} test
{{fix|test}} test
{{important|test}} test
{{note|test}} test
{{placement tip|test}} test
{{placementTip|test}} test
{{question|test}} test
{{tip|test}} test
{{todo|test}} test
{{warning|test}} test
{{when|test}} test
{{where|test}} test
{{which|test}} test
{{why|test}} test
{{workaround|test}} test
{{clarify|test {{code fix|test}} test}} test
{{clarify|test {{code fix|test {{warning|test}} test}} test}} test
{{todo|test {{code fix|test {{warning|test {{important|test {{placementTip|test {{question|test {{workaround|test}} test}} test}} test}} test}} test}} test}} test
{{todo|test {{code fix|test {{warning|test {{important|test {{placementTip|test {{question|test {{workaround|test}}}}}}}}}}}}}} test

{{#if:{{{frame|}}}|<div style="background:{{{frame bg|{{#switch:{{{theme|}}}| dark = #0f0f0f | #default = #232323 }}}}}; box-shadow:0 5px 10px rgba(0,0,0,.5); border-radius:{{{radius frame cover|{{#switch:{{{style|}}}|1=6px|1em}} }}}; ; display:flow-root; padding:{{{padding frame cover|{{#switch:{{{style|}}}|1=0.5px|1em}}}}}; ">
|
}}

{{#if:{{{frame|}}}
|<div style="background:{{{frame bg|{{#switch:{{{theme|}}}| dark = #0f0f0f | #default = #232323 }}}}}; box-shadow:0 5px 10px rgba(0,0,0,.5); border-radius:{{{radius frame cover|{{#switch:{{{style|}}}|1=6px|1em}} }}}; ; display:flow-root; padding:{{{padding frame cover|{{#switch:{{{style|}}}|1=0.5px|1em}}}}}; ">
|
}}

<div style="background: #123ABC; box-shadow:0 5px 10px rgba(0,0,0,.5);">
.123.345.678.9.0
123.345.678.9.0
== Headers ==
== Heading level 2 ==
=== Heading level 3 ===
==== Heading level 4 ====

== Links ==
[[Main Page]]
[[Valve Developer Community|VDC Wiki]]
[[User:Example]]
[[File:Example.jpg|thumb|alt=Example image|Caption]]
[https://developer.valvesoftware.com/wiki Main Site]
[https://developer.valvesoftware.com/wiki Example Link]

== Categories ==
[[Category:Mapping]]
[[Category:Source Engine]]
[[Category:Tutorials]]

== Templates ==
{{Infobox map
|name = Example Map
|game = Left 4 Dead 2
|author = User123
}}

{{quote|This is a nested template {{Italic|with italics}} inside.}}

== Parser Functions and Magic Words ==
{{#if:{{{parameter|}}}|Parameter is set|Parameter is empty}}

{{#switch: {{{color|red}}}
 | red = Red text
 | blue = Blue text
 | #default = Default color
}}

{{PAGENAME}}
{{REVISIONID}}
{{NUMBEROFARTICLES}}

{{CURRENTYEAR}}
{{CURRENTMONTHNAME}}
{{CURRENTTIME}}

== Variables / Parameters ==
{{{variable}}}
{{{variable|default value}}}
{{{variable|}}}

== HTML tags (common safe ones) ==
<b>Bold Text</b>
<i>Italic Text</i>
<u>Underlined Text</u>
Raw text with <tags>
<div style="color:blue;">Styled Text</div>
<!-- Comment -->

== Lists ==
* Unordered list item 1
** Nested unordered item
# Numbered list item 1
## Nested numbered item

== Tables ==
{| class="wikitable" border="1"
! Header 1 !! Header 2 !! Header 3
|-
| Row 1, Cell 1 || Row 1, Cell 2 || Row 1, Cell 3
|-
| Row 2, Cell 1 || Row 2, Cell 2 || Row 2, Cell 3
|}

== File inclusions ==
[[File:Example.png|thumb|200px|Example Image Caption]]

== Special elements ==
{{DISPLAYTITLE:Custom Page Title}}
{{TOCright}}
{{Anchor|top}}

== More complex nested templates ==
{{#if:{{{param|}}}
  | {{Template1|{{Template2|{{Template3|value}}}}}}
  | No templates nested
}}

== HTML entities ==
& 
< 
> 
"
'

no wiki:

&amp; 
&lt; 
&gt; 
&quot;
&apos;