User:Tessus/test: Difference between revisions

From evermeet.cx Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 10: Line 10:


[[/key press | Key_press]] Test Page
[[/key press | Key_press]] Test Page
== Template:subpages ==
=== With parameter ===
<code><nowiki>{{subpages|User:Tessus}}</nowiki></code>
{{subpages|User:Tessus}}
=== No parameter ===
<code><nowiki>{{subpages}}</nowiki></code>
{{subpages}}


== syntaxhighlight ==
== syntaxhighlight ==
Line 104: Line 118:


<!-- BoxGreen -->
<!-- BoxGreen -->
{{BoxGreen|width=500px|title=We are the champions|text={{:User:Tessus/TestPage}}}}
{{BoxGreen|width=500px|title=We are the champions|text={{subpages}}}}


<!-- BoxGrey -->
<!-- BoxGrey -->
{{BoxGrey|width=600px|title=We are the champions|text={{:User:Tessus/TestPage}}}}
{{BoxGrey|width=600px|title=We are the champions|text={{subpages}}}}


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 120: Line 134:
|}
|}


{{Box|width=600px|text={{:User:Tessus/TestPage}}}}
{{Box|width=600px|text={{subpages}}}}


<table>
<table>
<tr valign="top">
<tr valign="top">
<td>
<td>
{{BoxTest|height=250px|title=General|text=<DynamicPageList>
{{Box|height=250px|title=General|text=<DPL>
category=General
category=General
ordermethod=sortkey
ordermethod=sortkey
order=ascending
order=ascending
</DynamicPageList>
</DPL>
}}
}}
</td>
</td>
<td>
<td>
{{BoxTest|width=250px|height=250px|title=Coding|text=<DynamicPageList>
{{Box|width=250px|height=250px|title=Coding|text=<DPL>
category=Coding
category=Coding
ordermethod=sortkey
ordermethod=sortkey
order=ascending
order=ascending
</DynamicPageList>
</DPL>
}}
}}
</td>
</td>
Line 151: Line 165:
== News / DynamicPageList (dpl) ==
== News / DynamicPageList (dpl) ==


{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=
{{BoxBlue|width=100%|title=Recent [[:Category:Article|Articles]]|text=
<news limit="10" unique=true namespaces=main categories=Article prefix="{|" postfix="|}">
|-
| {{{date}}}: || &nbsp;&nbsp; || [[{{{pagename}}}]]
</news>
}}
 
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=
<DPL>
<DPL>
category=Article
category=Article
Line 176: Line 183:
  |userdateformat=d F Y
  |userdateformat=d F Y
  |format={¦\n,¦-\n¦ %DATE%: ¦¦ &nbsp;&nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}
  |format={¦\n,¦-\n¦ %DATE%: ¦¦ &nbsp;&nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}
}}
{{BoxBlue|width=100%|title=Recent Articles|text=
<pre><news limit="10" unique=true namespaces=main categories=Article prefix="{|" postfix="|}">
|-
| {{{date}}}: || &nbsp;&nbsp; || [[{{{pagename}}}]]
</news></pre>
}}
}}


Line 188: Line 202:
Logo.jpg
Logo.jpg
</gallery>
</gallery>
== News (categories) ==
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=
<news limit="10" unique=true namespaces=main categories=Article prefix="{|" postfix="|}">
|-
| {{{date}}}: || &nbsp;&nbsp; || [[{{{pagename}}}]]
</news>
}}
== RecentPages ==
{{BoxGrey|width=100%|height=170px|title=Recent Articles|text=<recent bulletchar="" limit=10 columns=1 />
https://www.mediawiki.org/w/index.php?oldid=2514695
}}


== DynamicPageList ==
== DynamicPageList ==


{{BoxBlue|width="100%"|height={{#var:boxheight}}|title=Apache|text=<DPL>
{{BoxBlue|width="100%"|title=Apache|text=<DPL>
category=Apache
category=Apache
ordermethod=title
ordermethod=title
Line 215: Line 214:
}}
}}


== News ==
== RecentChanges ==


<news limit="20" unique=true namespaces=main>
{{Special:RecentChanges/10}}
* [[{{{title}}}]] ([[User:{{{user}}}]], {{{timeanddate}}})
 
</news>
== Pager ==


{{BoxBlue|width=800px|height={{#var:boxheight}}|title=Recent Pages|text=
{{Pager
<news limit="20" unique=true namespaces=main prefix="{|" postfix="|}">
|color=blue
|-
|prev=
| {{{date}}}: || &nbsp;&nbsp; || [[{{{pagename}}}]]
|next=User:Tessus/todo
</news>
}}
}}
== RecentChanges ==
{{Special:RecentChanges/10}}

Latest revision as of 18:10, 8 January 2023

BOFH

BOFH Test Page for MediaWiki Extension:BOFH

Template:Box & Module:Box

Template:Box & Module:Box Test Page

Key Press

Key_press Test Page

Template:subpages

With parameter

{{subpages|User:Tessus}}

No parameter

{{subpages}}

syntaxhighlight

CREATE DATABASE spemail CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL privileges ON spemail.* TO 'speadmin'@'localhost' IDENTIFIED BY 'blabla';
FLUSH PRIVILEGES;
#include <stdio.h>

int main( void )
{
    printf( "Test\n" );
    return 0;
}
#include <stdio.h>

int main( void )
{
    printf( "Test\n" );
    return 0;
}
openssl aes-256-cbc -in plain-text.txt -out message.enc -pass pass:mySillyPassword
openssl aes-256-cbc -d -in message.enc -out plain-text.txt

Tables

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


Someone has messed up the kernel pointers

Orange Apple
Bread Pie
Butter Ice cream
Orange Apple
Bread Pie
Butter Ice cream
This column width is 85% of the screen width (and has a background color)

This column is 30% counted from 85% of the screen width

This column is 70% counted from 85% of the screen width (and has a background color)

Coding
Col1 Col2
Col3 Col4

Test Title

Here comes the text

Line1

Line2

We are the champions

We are the champions

Id Summary
001 Sum Text 1
003 Summary Text 2 very long

General

Coding

Tag Cloud

News / DynamicPageList (dpl)

Recent Articles

28 June 2024:    Reverse Proxy setup for Cockpit with Apache (in a sub directory)
25 February 2023:    ASUS router DNS check fix
12 February 2019:    How to setup git-mulitmail on gitolite
24 November 2017:    Reference Of Most Commonly Used OpenSSL Commands
25 October 2017:    MediaWiki Weirdness
10 September 2017:    Let's Encrypt with Apache, dovecot, and sendmail
28 June 2024:    Reverse Proxy setup for Cockpit with Apache (in a sub directory)
25 February 2023:    ASUS router DNS check fix
12 February 2019:    How to setup git-mulitmail on gitolite
24 November 2017:    Reference Of Most Commonly Used OpenSSL Commands
25 October 2017:    MediaWiki Weirdness
10 September 2017:    Let's Encrypt with Apache, dovecot, and sendmail

Recent Articles

<news limit="10" unique=true namespaces=main categories=Article prefix="{|" postfix="|}">
|-
| {{{date}}}: ||    || [[{{{pagename}}}]]
</news>

kbd

./configure --help

gallery

DynamicPageList

Apache

RecentChanges

No changes during the given period match these criteria.

Pager

  Tessus/test ᐅᐳ     User:Tessus/todo     ᐅᐳ