User:Christisrisen: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 6: Line 6:


The use of <i>italic</i> and <b>bold</b> fonts is beneficial in mathematical calculations where specific font styles are needed instead of emphasis.
The use of <i>italic</i> and <b>bold</b> fonts is beneficial in mathematical calculations where specific font styles are needed instead of emphasis.
: <b>F</b> = <i>m</i><b>a</b>
:<b>F</b> = <i>m</i><b>a</b>


Subscript: m<sub>2</sub><br />
Subscript: m<sub>2</sub><br />
Line 28: Line 28:
This is a line.<div>This is another line appearing as a second new paragraph instead of a third paragraph due to the &lt;div> and &lt;/div> tags.</div>
This is a line.<div>This is another line appearing as a second new paragraph instead of a third paragraph due to the &lt;div> and &lt;/div> tags.</div>


* Start a line with asterisks (<code>*</code>) to create the first item in an unordered list.
*Start a line with asterisks (<code>*</code>) to create the first item in an unordered list.
** Use two asterisks for a sub-item.
**Use two asterisks for a sub-item.
*** Increase the number of asterisks for deeper levels.
***Increase the number of asterisks for deeper levels.
* Each line break signifies a new item in the list.
*Each line break signifies a new item in the list.
A line starting without a star marks the end of the list.
A line starting without a star marks the end of the list.
* You can start over with a new list
*You can start over with a new list


Now you are ready to create well-structured unordered lists.
Now you are ready to create well-structured unordered lists.
Line 45: Line 45:
An ordered list starts with 1.
An ordered list starts with 1.
Then 2, etc.
Then 2, etc.
# Use a hashtag (<code>#</code>) at the beginning of each line to signify the order.
#Use a hashtag (<code>#</code>) at the beginning of each line to signify the order.
## Use two hashtags (<code>##</code>) for a sub-item.
##Use two hashtags (<code>##</code>) for a sub-item.
## Continue numbering to maintain the sequence and logical flow of information.
##Continue numbering to maintain the sequence and logical flow of information.
# Add a new line between each item for improved readability.
#Add a new line between each item for improved readability.
A line starting without a hashtag marks the end of the list.
A line starting without a hashtag marks the end of the list.
# An ordered list starts with 1.
#An ordered list starts with 1.
# Then 2, etc.
#Then 2, etc.
Mixed lists
Mixed lists
This mixed list begins with an unordered list (*).
This mixed list begins with an unordered list (*).
Line 58: Line 58:
You can also break
You can also break
lines in a list.
lines in a list.
* This mixed list begins with an unordered list (<code>*</code>).
*This mixed list begins with an unordered list (<code>*</code>).
*# To create a subitem of an ordered list under an unordered list use an asterisk and a hashtag (<code>*#</code>).
*#To create a subitem of an ordered list under an unordered list use an asterisk and a hashtag (<code>*#</code>).
*#* To create a deeper sub-item of an unordered list within an ordered list, add another asterisk (<code>*#*</code>).
*#*To create a deeper sub-item of an unordered list within an ordered list, add another asterisk (<code>*#*</code>).
*#* You can also break <br/> lines in a list.
*#*You can also break <br /> lines in a list.


<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>




; Wiki
;Wiki
: A wiki (/ˈwɪki/ ⓘ WI-kee) is a form of online hypertext publication that is collaboratively edited and managed by its own audience directly through a web browser. See [[w:Wiki]].
:A wiki (/ˈwɪki/ ⓘ WI-kee) is a form of online hypertext publication that is collaboratively edited and managed by its own audience directly through a web browser. See [[w:Wiki]].
; Web Browser
;Web Browser
: A web browser is an application for accessing websites. See [[w:Web browser]]
:A web browser is an application for accessing websites. See [[w:Web browser]]




This template takes one parameter and returns it twice:
This template takes one parameter and returns it twice:
{{2x|Hello World}}
{{2x|Hello World}}





Line 81: Line 80:
{| style="margin: auto; border: 10px solid black; border-spacing: 5px;"
{| style="margin: auto; border: 10px solid black; border-spacing: 5px;"
|-
|-
! style="padding: 10px;" | This
! style="padding: 10px;" |This
! style="padding: 10px;" | is
! style="padding: 10px;" |is
|-
|-
| style="padding: 10px;" | a
| style="padding: 10px;" |a
| style="padding: 10px;" | table
| style="padding: 10px;" |table
|}
|}


* List item
*List item
** List item
**List item
**

**
* * Oh you can’t do a list within a list in visual editor,




# List item
#List item
# List item
#List item
# List item
#List item
# List item
#List item

Revision as of 02:30, 3 May 2025

a Emphasize, strongly, very strongly.

Wikipedia

The use of italic and bold fonts is beneficial in mathematical calculations where specific font styles are needed instead of emphasis.

F = ma

Subscript: m2
Superscript: m2 or m²

ε0 = 8.85 × 10−12 C² / J m.

1 hectare = 1 E4 m²

Deleted materials can be striked out and new materials can be underlined.

You can also denote deleted material and inserted material with the respective tags, preserving their semantic meaning, rather than relying solely on visual cues like strikethrough and underline.

This is a line. This is still part of the same paragraph.

This is a paragraph.

This is a continuation of the paragraph. But it appears after an empty line due to the <p> and </p> tags.

This is a line.

This is another line appearing as a second new paragraph instead of a third paragraph due to the <div> and </div> tags.
  • Start a line with asterisks (*) to create the first item in an unordered list.
    • Use two asterisks for a sub-item.
      • Increase the number of asterisks for deeper levels.
  • Each line break signifies a new item in the list.

A line starting without a star marks the end of the list.

  • You can start over with a new list

Now you are ready to create well-structured unordered lists. Ordered lists Use a hashtag (#) at the beginning of each line to signify the order. Use two hashtags (##) for a sub-item. Continue numbering to maintain the sequence and logical flow of information. Add a new line between each item for improved readability. A line starting without a hashtag marks the end of the list.

An ordered list starts with 1. Then 2, etc.

  1. Use a hashtag (#) at the beginning of each line to signify the order.
    1. Use two hashtags (##) for a sub-item.
    2. Continue numbering to maintain the sequence and logical flow of information.
  2. Add a new line between each item for improved readability.

A line starting without a hashtag marks the end of the list.

  1. An ordered list starts with 1.
  2. Then 2, etc.

Mixed lists This mixed list begins with an unordered list (*). To create a subitem of an ordered list under an unordered list use an asterisk and a hashtag (*#). To create a deeper sub-item of an unordered list within an ordered list, add another asterisk (*#*). You can also break lines in a list.

  • This mixed list begins with an unordered list (*).
    1. To create a subitem of an ordered list under an unordered list use an asterisk and a hashtag (*#).
      • To create a deeper sub-item of an unordered list within an ordered list, add another asterisk (*#*).
      • You can also break
        lines in a list.

<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>


Wiki
A wiki (/ˈwɪki/ ⓘ WI-kee) is a form of online hypertext publication that is collaboratively edited and managed by its own audience directly through a web browser. See w:Wiki.
Web Browser
A web browser is an application for accessing websites. See w:Web browser


This template takes one parameter and returns it twice: Hello WorldHello World



This is
a table
  • List item
    • List item


  1. List item
  2. List item
  3. List item
  4. List item