WikiHelp: Difference between revisions

From Luminys WIKI
 
(7 intermediate revisions by the same user not shown)
Line 59: Line 59:
| Example || Example || Example
| Example || Example || Example
|}
|}
<pre>
<table class="wikitable">
  <tr><th>aa</th><th>aa</th><th>aa</th></tr>
  <tr><td>aa</td><td>aa</td><td>aa</td></tr>
  <tr><td>aa</td><td>aa</td><td>aa</td></tr>
  <tr><td>aa</td><td>aa</td><td>aa</td></tr>
</table>
</pre>
<table class="wikitable">
<tr><th>aa</th><th>aa</th><th>aa</th></tr>
<tr><td>aa</td><td>aa</td><td>aa</td></tr>
<tr><td>aa</td><td>aa</td><td>aa</td></tr>
<tr><td>aa</td><td>aa</td><td>aa</td></tr>
</table>


== Luminys Gramma ==
== Luminys Gramma ==
=== BannerImage ===
=== BannerImage ===
<pre><div class="lm-banner">[[File:Banner-main.png]]</div></pre>
<pre><div class="lm-banner">[[File:Banner-main.png]]</div></pre>

Latest revision as of 16:06, 18 October 2024

Basic Gramma

Formatting: https://www.mediawiki.org/wiki/Help:Formatting

Image: https://www.mediawiki.org/wiki/Help:Images

Link: https://www.mediawiki.org/wiki/Help:Links

Link to File: https://www.mediawiki.org/wiki/Help:Linking_to_files

Advanced Gramma

Tabber

https://www.mediawiki.org/wiki/Extension:TabberNeue

<tabber>
|-|First Tab Title=
First tab content goes here.
|-|Second Tab Title=
Second tab content goes here.
|-|Third Tab Title=
Third tab content goes here.
</tabber>

First tab content goes here.

Second tab content goes here.

Third tab content goes here.

Table

https://www.mediawiki.org/wiki/Help:Tables

{| class="wikitable" style="margin:auto"
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example
<table class="wikitable">
  <tr><th>aa</th><th>aa</th><th>aa</th></tr>
  <tr><td>aa</td><td>aa</td><td>aa</td></tr>
  <tr><td>aa</td><td>aa</td><td>aa</td></tr>
  <tr><td>aa</td><td>aa</td><td>aa</td></tr>
</table>
aaaaaa
aaaaaa
aaaaaa
aaaaaa

Luminys Gramma

BannerImage

<div class="lm-banner">[[File:Banner-main.png]]</div>