WikiHelp: Difference between revisions

From Luminys WIKI
 
(27 intermediate revisions by the same user not shown)
Line 9: Line 9:
Link to File: https://www.mediawiki.org/wiki/Help:Linking_to_files
Link to File: https://www.mediawiki.org/wiki/Help:Linking_to_files


===== Advanced Gramma =====
== Advanced Gramma ==


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


Table: https://www.mediawiki.org/wiki/Help:Tables
https://www.mediawiki.org/wiki/Extension:TabberNeue


===== Luminys Gramma =====
<pre>
BannerImage:
<tabber>
`<div class="lm-banner">[[File:Banner-main.png]]</div>`
|-|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>
</pre>
 
<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>
 
=== Table ===
https://www.mediawiki.org/wiki/Help:Tables
 
<pre>
{| class="wikitable" style="margin:auto"
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
</pre>
 
{| class="wikitable" style="margin:auto"
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| 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 ==
=== BannerImage ===
<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>