Difference between revisions of "TestArtemis"

From FHM Wiki
Jump to navigation Jump to search
(Created page with "<h1>Hello</h1>")
 
Line 1: Line 1:
<h1>Hello</h1>
__NOTITLE__
==Wiki editing==
Edit your own page
 
'''Structuring information'''
 
First level
 
  <pre> =Your text= </pre>
 
Second level
 
  <pre> ==Your text== </pre>
Third level
 
  <pre> ===Your text=== </pre>
 
'''Formatting'''
 
Changing fonts
<pre><div style="font-family: Inconsolata;"> YOUR TEXT </div></pre>
 
Changing paragraph style
 
<pre><p style="text-align:center; font-size:30px;"> YOUR PARAGRAPH </pre>
 
Changing text color and background
<pre><span style="color:#58D68D; background:#0E6655;"> YOUR TEXT </span></pre>
 
For more documentation: https://www.mediawiki.org/wiki/Help:Formatting
 
 
==Collective creation and printing==
Instructions for the collective writing:
<pre>
https://www.mediawiki.org/wiki/Transclusion
 
<noinclude></noinclude>  --- text between tags will only appear on the page itself, not on the page it's transcluded
 
<includeonly></includeonly> --- text between tags will only appear then where the page is transcluded, not on the page itself
 
<onlyinclude></onlyinclude> ---- only the text between these tags will be shown where the page is transcluded, but it also shows on the page itself. It can override the other tags.
 
{{:Pagename}} - used when transcluding a page from the main namespace
 
{{User:Username}} - when transcluding a user page

Revision as of 11:07, 13 September 2021

Wiki editing

Edit your own page

Structuring information

First level

 =Your text= 

Second level

 ==Your text== 

Third level

 ===Your text=== 

Formatting

Changing fonts

<div style="font-family: Inconsolata;"> YOUR TEXT </div>

Changing paragraph style

<p style="text-align:center; font-size:30px;"> YOUR PARAGRAPH 

Changing text color and background

<span style="color:#58D68D; background:#0E6655;"> YOUR TEXT </span>

For more documentation: https://www.mediawiki.org/wiki/Help:Formatting


Collective creation and printing

Instructions for the collective writing:

https://www.mediawiki.org/wiki/Transclusion

  --- text between tags will only appear on the page itself, not on the page it's transcluded

 --- text between tags will only appear then where the page is transcluded, not on the page itself

 ---- only the text between these tags will be shown where the page is transcluded, but it also shows on the page itself. It can override the other tags.

Pagename - used when transcluding a page from the main namespace

User:Username - when transcluding a user page