Difference between revisions of "Help:Contents"

(Others)
(Syntax Highlight)
 
(9 intermediate revisions by the same user not shown)
Line 22: Line 22:
 
This is the content of the box
 
This is the content of the box
 
{{EndGreenBox}}
 
{{EndGreenBox}}
 +
 
===Icon Boxes===
 
===Icon Boxes===
 
Usage
 
Usage
Line 35: Line 36:
  
 
{{AlertBox|This is the content of the AlertBox}}
 
{{AlertBox|This is the content of the AlertBox}}
 +
 +
{{ConstraintBox|This is the content of the ConstraintBox}}
 +
 +
{{BestPracticeBox|This is the content of the BestPracticeBox}}
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Underconstruction}}
 
{{Underconstruction}}
Line 125: Line 130:
  
 
==Tables==
 
==Tables==
 +
===class wikitable===
 
{| class=wikitable
 
{| class=wikitable
 
! Head1 !! Head2 !! Head3
 
! Head1 !! Head2 !! Head3
Line 131: Line 137:
 
|-
 
|-
 
|}
 
|}
 
+
===class artdecorwiki===
 +
{| class="artdecorwiki"
 +
! Head1 !! Head2 !! Head3
 +
|-
 +
| item1 || item2 || item3
 +
|-
 +
|}
  
 
==Others==
 
==Others==
 
===Syntax Highlight===
 
===Syntax Highlight===
&lt;syntaxhighlight lang="xml">
+
&lt;syntaxhighlight lang="xml">
...
+
...
</syntaxhighlight>
+
</syntaxhighlight>
  
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">

Latest revision as of 21:47, 16 July 2020

Help with layout objects

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet enim nisl, sit amet consequat est. Proin at nunc eget urna semper vulputate in at ligula.

Special Boxes

Colored boxed

Usage

{{BeginBlueBox|The Blue Box}}
This is the content of the box
{{EndBlueBox}}

Results

The Blue Box

This is the content of the box

The Purple Box

This is the content of the box

The Green Box

This is the content of the box

Icon Boxes

Usage

{{NoteBox|This is the content of the NoteBox}}

Results

Information.svg This is the content of the NoteBox
Head-question.svg This is the content of the OIBox
Account-multiple-check.svg This is the content of the FAQBox
Alert2.svg This is the content of the AlertBox
Check-circle.svg This is the content of the ConstraintBox
Lightbulb-on.svg This is the content of the BestPracticeBox
{{Underconstruction}}
Tools.svg This article or section is in the middle of an expansion or major restructuring and is not yet ready for use. You are welcome to assist in its construction by editing it as well.

Tags

Usage

{{TAGTEST}}
{{TAGDONE}}
{{TAGINPROGRESS}}
{{ProgressBar|80}}

Results

Error creating thumbnail: Unable to save thumbnail to destination
Done
  
To Do
  
Error creating thumbnail: Unable to save thumbnail to destination
Coverage
80% done

Boxes

Usage

{{Box|type=brown_dark|text=content of popup}}

Results

content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup


content of popup

Quotes

Usage

{{Quote|text=content of popup}}

content of popup

Headers

H1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet enim nisl, sit amet consequat est. Proin at nunc eget urna semper vulputate in at ligula.

H2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet enim nisl, sit amet consequat est. Proin at nunc eget urna semper vulputate in at ligula.

H3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet enim nisl, sit amet consequat est. Proin at nunc eget urna semper vulputate in at ligula.

H4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet enim nisl, sit amet consequat est. Proin at nunc eget urna semper vulputate in at ligula.

H5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet enim nisl, sit amet consequat est. Proin at nunc eget urna semper vulputate in at ligula.

H6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet enim nisl, sit amet consequat est. Proin at nunc eget urna semper vulputate in at ligula.

Tables

class wikitable

Head1 Head2 Head3
item1 item2 item3

class artdecorwiki

Head1 Head2 Head3
item1 item2 item3

Others

Syntax Highlight

<syntaxhighlight lang="xml"> ... </syntaxhighlight>

<element>
  <anotherelement attribute="123"/>
</element>