Minecraft Wiki
(Created page with "=Hello=")
 
No edit summary
 
Line 1: Line 1:
 
=Hello=
 
=Hello=
  +
==Table tests==
  +
{| class="wikitable sortable"
  +
|-
  +
! Area 1 !! Area 2 !! Area 3
  +
|-
  +
| Ye || Example || Example
  +
|-
  +
| Example || Example || Example
  +
|-
  +
| Example || Example || Example
  +
|}
  +
==HTML tag tests==
  +
<nowiki> <nowiki> This removes all wiki formating allowing ==hi== and [hello] and so on (proritizes first tag)</nowiki><br>
  +
<nowiki> <abbr> This is for abbreviations or acronyms such as this</nowiki> <abbr title="Hello World, Great Day Today">HWGDT</abbr><br>
  +
<nowiki> <br> This makes a one line break (no need for closing tag)</nowiki><br>
  +
<nowiki> <b> </nowiki> <b> Bold Text </b><br>
  +
<nowiki> <i> </nowiki> <i> Italic Text </i><br>
  +
<nowiki> <s> </nowiki> <s> Strikethrough Text </s><br>
  +
<nowiki> <big> Makes the text </nowiki> <big> Bigger </big> (multiple can be used at once, making the text much bigger) <br>
  +
<nowiki> <small> Makes the text </nowiki> <small> Smaller </small> (multiple can be used at once, making the text much smaller) <br>
  +
<nowiki> <blockquote> Adds a block quote such as </nowiki> <blockquote cite="https://www.w3schools.com/TAGS/tag_blockquote.asp">This, which is the page on the blockquote HTML tag</blockquote><br>
  +
<nowiki> <center> Centers text</nowiki> <center> Like This</center><br>
  +
<nowiki> <cite> Adds a citation </nowiki> <cite> Like This</cite><br>
  +
<nowiki> <code> Used for code, on this wiki, for commands </nowiki> <code> Like This </code><br>
  +
<nowiki> <del> Defines deleted text </nowiki> <del> Like This </del><br>
  +
<nowiki> <dfn> Specifies a term that is going to be defined within the content</nowiki><dfn> Like This</dfn><br>
  +
<nowiki> <dl> Defines a description list </nowiki><br>
  +
<nowiki> <dd>+<dt> Used with <dl> </nowiki><br>
  +
<nowiki> <em> Defines emphasized text </nowiki> <em> Like This </em><br>
  +
<nowiki> <font> Defines font, color, and size for text </nowiki> <font color="red" size="+1"> This text is red, and large</font><br>
  +
<nowiki> <h1>-<h6> Defines headings, replaceable with =h1= to ======h6====== </nowiki><br>
  +
<nowiki> <hr> Defines a thematic change in the content </nowiki> <hr> Like This <hr> (closing tag identical to opening tag) <br>
  +
<nowiki> <ins> Defines text inserted into a document, used with <del> </nowiki><br>
  +
<nowiki> <ol>+<ul> Ordered list and unordered list (replaceable with "*List item" and "#List item" respectively)</nowiki><br>
  +
<nowiki> <li> Defines a list item </nowiki><br>
  +
<nowiki> <!-- --> Note </nowiki>
  +
<nowiki> <div> Defines a section in a document (unhelpful) </nowiki><br>
  +
<nowiki> <caption> Unsure, might work in tables, as it is a table caption. </nowiki><caption> This is a caption</caption><br>

Latest revision as of 16:40, 8 October 2020

Hello

Table tests

Area 1 Area 2 Area 3
Ye Example Example
Example Example Example
Example Example Example

HTML tag tests

<nowiki> This removes all wiki formating allowing ==hi== and [hello] and so on (proritizes first tag)
<abbr> This is for abbreviations or acronyms such as this HWGDT
<br> This makes a one line break (no need for closing tag)
<b> Bold Text
<i> Italic Text
<s> Strikethrough Text
<big> Makes the text Bigger (multiple can be used at once, making the text much bigger)
<small> Makes the text Smaller (multiple can be used at once, making the text much smaller)

<blockquote> Adds a block quote such as

This, which is the page on the blockquote HTML tag


<center> Centers text

Like This


<cite> Adds a citation Like This
<code> Used for code, on this wiki, for commands Like This
<del> Defines deleted text Like This
<dfn> Specifies a term that is going to be defined within the content Like This
<dl> Defines a description list
<dd>+<dt> Used with <dl>
<em> Defines emphasized text Like This
<font> Defines font, color, and size for text This text is red, and large
<h1>-<h6> Defines headings, replaceable with =h1= to ======h6======

<hr> Defines a thematic change in the content


Like This


(closing tag identical to opening tag)

<ins> Defines text inserted into a document, used with <del>
<ol>+<ul> Ordered list and unordered list (replaceable with "*List item" and "#List item" respectively)
<li> Defines a list item
<!-- --> Note <div> Defines a section in a document (unhelpful)

<caption> Unsure, might work in tables, as it is a table caption. This is a caption