User:N0one/Sandbox

From Valve Developer Community
Jump to navigation Jump to search

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);">

== 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;