Difference between revisions of "Formatting"
From iagent
(→Tabs) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | This wiki uses [https://tweeki.thai-land.at/wiki/Welcome | Tweeki] skin based on Bootstrap. | ||
+ | The formatting is somewhat similar to Github pages. Below are some cut and paste snippets for making notifications and stuff on the wiki. | ||
+ | == Notes== | ||
<div class="alert alert-success"> | <div class="alert alert-success"> | ||
===='''Important'''==== | ===='''Important'''==== | ||
Line 48: | Line 51: | ||
</pre> | </pre> | ||
+ | == Syntax Highlighting == | ||
<syntaxhighlight lang="Python" line='line'> | <syntaxhighlight lang="Python" line='line'> | ||
− | + | Syntax_highlight =True | |
</syntaxhighlight> | </syntaxhighlight> | ||
<pre> | <pre> | ||
<syntaxhighlight lang="Python" line='line'> | <syntaxhighlight lang="Python" line='line'> | ||
− | + | Syntax_highlight =True | |
</syntaxhighlight> | </syntaxhighlight> | ||
</pre> | </pre> | ||
+ | |||
+ | == Full width images == | ||
+ | <pre> | ||
+ | <div class="res-img"> | ||
+ | [[File:somefile.png]] | ||
+ | </div> | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | == Tabs == | ||
+ | The Tabs extension is installed. | ||
+ | <pre> | ||
+ | <tabs> | ||
+ | <tab name="Foo">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> | ||
+ | <tab name="Bar">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> | ||
+ | <tab name="Baz">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> | ||
+ | </tabs> | ||
+ | </pre> | ||
+ | |||
+ | <tabs> | ||
+ | <tab name="Foo">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> | ||
+ | <tab name="Bar">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> | ||
+ | <tab name="Baz">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> | ||
+ | </tabs> |
Latest revision as of 11:51, 13 May 2024
This wiki uses | Tweeki skin based on Bootstrap. The formatting is somewhat similar to Github pages. Below are some cut and paste snippets for making notifications and stuff on the wiki.
Contents
Notes
Important
Important
<div class="alert alert-success"> ===='''Important'''==== Important </div>
Info
Info
<div class="alert alert-info"> ===='''Info'''==== Info </div>
Warning
warning
<div class="alert alert-danger"> ===='''Warning'''==== warning </div>
Note
note
<div class="alert alert-warning"> ===='''Note'''==== note </div>
Syntax Highlighting
1 Syntax_highlight =True
<syntaxhighlight lang="Python" line='line'> Syntax_highlight =True </syntaxhighlight>
Full width images
<div class="res-img"> [[File:somefile.png]] </div>
Tabs
The Tabs extension is installed.
<tabs> <tab name="Foo">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> <tab name="Bar">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> <tab name="Baz">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> </tabs>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.