<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://evermeet.cx/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tessus</id>
	<title>evermeet.cx Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://evermeet.cx/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tessus"/>
	<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/Special:Contributions/Tessus"/>
	<updated>2026-05-02T10:22:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Sitenotice&amp;diff=865</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Sitenotice&amp;diff=865"/>
		<updated>2026-04-27T23:18:56Z</updated>

		<summary type="html">&lt;p&gt;Tessus: add keepandroidopen banner&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div id=&amp;quot;kao-banner&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Common.js&amp;diff=864</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Common.js&amp;diff=864"/>
		<updated>2026-04-27T23:15:22Z</updated>

		<summary type="html">&lt;p&gt;Tessus: add keepandroidopen banner as div with id kao-banner&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
mw.loader.load( &#039;https://keepandroidopen.org/banner.js?hidebutton=off&amp;amp;id=kao-banner&#039; );&lt;br /&gt;
&lt;br /&gt;
var customizeToolbar = function () {&lt;br /&gt;
&lt;br /&gt;
$( &#039;#wpTextbox1&#039; ).wikiEditor( &#039;addToToolbar&#039;, {&lt;br /&gt;
    &#039;section&#039;: &#039;advanced&#039;,&lt;br /&gt;
    &#039;group&#039;: &#039;format&#039;,&lt;br /&gt;
    &#039;tools&#039;: {&lt;br /&gt;
        &#039;code&#039;: {&lt;br /&gt;
            label: &#039;Code&#039;, &lt;br /&gt;
            type: &#039;button&#039;,&lt;br /&gt;
            icon: &#039;//evermeet.cx/wiki/images/1/16/Toolbar_button_code_1.gif&#039;,&lt;br /&gt;
            action: {&lt;br /&gt;
                type: &#039;encapsulate&#039;,&lt;br /&gt;
                options: {&lt;br /&gt;
                    pre: &amp;quot;&amp;lt;code&amp;gt;&amp;quot;,&lt;br /&gt;
                    post: &amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
$( &#039;#wpTextbox1&#039; ).wikiEditor( &#039;addToToolbar&#039;, {&lt;br /&gt;
    &#039;section&#039;: &#039;advanced&#039;,&lt;br /&gt;
    &#039;group&#039;: &#039;format&#039;,&lt;br /&gt;
    &#039;tools&#039;: {&lt;br /&gt;
        &#039;codenowiki&#039;: {&lt;br /&gt;
            label: &#039;Code &amp;amp; No wiki&#039;, &lt;br /&gt;
            type: &#039;button&#039;,&lt;br /&gt;
            icon: &#039;//evermeet.cx/wiki/images/7/79/Toolbar_button_code_nowiki_1.png&#039;,&lt;br /&gt;
            action: {&lt;br /&gt;
                type: &#039;encapsulate&#039;,&lt;br /&gt;
                options: {&lt;br /&gt;
                    pre: &amp;quot;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;quot;,&lt;br /&gt;
                    post: &amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
$( &#039;#wpTextbox1&#039; ).wikiEditor( &#039;addToToolbar&#039;, {&lt;br /&gt;
    &#039;section&#039;: &#039;advanced&#039;,&lt;br /&gt;
    &#039;group&#039;: &#039;format&#039;,&lt;br /&gt;
    &#039;tools&#039;: {&lt;br /&gt;
        &#039;pre&#039;: {&lt;br /&gt;
            label: &#039;Preformatted text&#039;, &lt;br /&gt;
            type: &#039;button&#039;,&lt;br /&gt;
            icon: &#039;//evermeet.cx/wiki/images/7/7f/Toolbar_button_pre_1.png&#039;,&lt;br /&gt;
            action: {&lt;br /&gt;
                type: &#039;encapsulate&#039;,&lt;br /&gt;
                options: {&lt;br /&gt;
                    pre: &amp;quot;&amp;lt;pre&amp;gt;&amp;quot;,&lt;br /&gt;
                    post: &amp;quot;&amp;lt;/pre&amp;gt;&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
$( &#039;#wpTextbox1&#039; ).wikiEditor( &#039;addToToolbar&#039;, {&lt;br /&gt;
    &#039;section&#039;: &#039;advanced&#039;,&lt;br /&gt;
    &#039;group&#039;: &#039;format&#039;,&lt;br /&gt;
    &#039;tools&#039;: {&lt;br /&gt;
        &#039;syntaxhighlight&#039;: {&lt;br /&gt;
            label: &#039;Syntaxhighlight&#039;, &lt;br /&gt;
            type: &#039;button&#039;,&lt;br /&gt;
            icon: &#039;//evermeet.cx/wiki/images/e/ed/Toolbar_button_highlight_1.png&#039;,&lt;br /&gt;
            action: {&lt;br /&gt;
                type: &#039;encapsulate&#039;,&lt;br /&gt;
                options: {&lt;br /&gt;
                    pre: &amp;quot;&amp;lt;syntaxhighlight lang=\&amp;quot;\&amp;quot;&amp;gt;&amp;quot;,&lt;br /&gt;
                    post: &amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
$( &#039;#wpTextbox1&#039; ).wikiEditor( &#039;addToToolbar&#039;, {&lt;br /&gt;
    &#039;section&#039;: &#039;advanced&#039;,&lt;br /&gt;
    &#039;group&#039;: &#039;format&#039;,&lt;br /&gt;
    &#039;tools&#039;: {&lt;br /&gt;
        &#039;category&#039;: {&lt;br /&gt;
            label: &#039;Category&#039;, &lt;br /&gt;
            type: &#039;button&#039;,&lt;br /&gt;
            icon: &#039;//evermeet.cx/wiki/images/3/32/Toolbar_button_cat_1.png&#039;,&lt;br /&gt;
            action: {&lt;br /&gt;
                type: &#039;encapsulate&#039;,&lt;br /&gt;
                options: {&lt;br /&gt;
                    pre: &amp;quot;[[Category:&amp;quot;,&lt;br /&gt;
                    post: &amp;quot;]]&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar … */&lt;br /&gt;
if ( $.inArray( mw.config.get( &#039;wgAction&#039; ), [ &#039;edit&#039;, &#039;submit&#039; ] ) !== -1 ) {&lt;br /&gt;
    mw.loader.using( &#039;user.options&#039; ).then( function () {&lt;br /&gt;
        // This can be the string &amp;quot;0&amp;quot; if the user disabled the preference ([[phab:T54542#555387]])&lt;br /&gt;
        if ( mw.user.options.get( &#039;usebetatoolbar&#039; ) == 1 ) {&lt;br /&gt;
            $.when(&lt;br /&gt;
                mw.loader.using( &#039;ext.wikiEditor.toolbar&#039; ), $.ready&lt;br /&gt;
            ).then( customizeToolbar );&lt;br /&gt;
        }&lt;br /&gt;
    } );&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Category:Speakers%27_Corner&amp;diff=863</id>
		<title>Category:Speakers&#039; Corner</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Category:Speakers%27_Corner&amp;diff=863"/>
		<updated>2026-02-25T21:18:23Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cat-header|Speakers&#039; Corner&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A place to vent...&lt;br /&gt;
&lt;br /&gt;
Things I have to get off my chest to keep my sanity...&lt;br /&gt;
&lt;br /&gt;
Argh...&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Uber%27s_questionable_business_practices&amp;diff=862</id>
		<title>Uber&#039;s questionable business practices</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Uber%27s_questionable_business_practices&amp;diff=862"/>
		<updated>2026-02-25T21:14:58Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;Once again I find myself confounded how brazen and intransigent companies can be.  A few days ago I ordered some food via Uber Eats. A window popped up and gave me the option to add something else from another store without having to pay additional delivery fees. &amp;quot;Nice, not bad,&amp;quot; I thought. Since I ordered Korean I quickly checked LCBO for soju and added 2 bottles. I got another popup that told me that the driver will check my ID and whether I am sober. Great, all good....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once again I find myself confounded how brazen and intransigent companies can be.&lt;br /&gt;
&lt;br /&gt;
A few days ago I ordered some food via Uber Eats. A window popped up and gave me the option to add something else from another store without having to pay additional delivery fees. &amp;quot;Nice, not bad,&amp;quot; I thought. Since I ordered Korean I quickly checked LCBO for soju and added 2 bottles. I got another popup that told me that the driver will check my ID and whether I am sober. Great, all good.&lt;br /&gt;
&lt;br /&gt;
I am Gen X and even though I look younger than my age, I certainly do not look younger than 19. Nevertheless I showed the driver my driver&#039;s licence without him having to ask for it. He gives me the alcohol and then tries to take my ID to take a picture of it. What? Hold on. Full stop.&lt;br /&gt;
&lt;br /&gt;
Of course there was no way to talk to anyone at Uber, so the driver used his app to chat with support or what I suspected was a bot.&lt;br /&gt;
&lt;br /&gt;
I told the driver to mention the following points:&lt;br /&gt;
&lt;br /&gt;
* The website stated that the driver will check my ID, not that the driver will take a picture of my ID. Otherwise I wouldn&#039;t have ordered alcohol in the first place.&lt;br /&gt;
* When I go to LCBO (or any other store that requires an ID for purchasing alcohol) and they ask for an ID (which they don&#039;t since I am undoubtedly over 19), they don&#039;t take a picture of my ID.&lt;br /&gt;
* When I order alcohol from other delivery services, none of them take a picture of my ID. They might want to check my ID, but that&#039;s it.&lt;br /&gt;
* They already have my credit card info on file, and many other companies do age verification via the credit card. The credit card shows the same name as my driver&#039;s licence.&lt;br /&gt;
* I don&#039;t trust Uber to keep my data safe. This is sensitive personal information that can easily be used for identity theft.&lt;br /&gt;
&lt;br /&gt;
After 10 minutes or so I had to give the driver my 2 bottles of soju and he left.&lt;br /&gt;
&lt;br /&gt;
My conclusion is as follows:&lt;br /&gt;
&lt;br /&gt;
* Uber misrepresented (in fact lied about) the process for purchasing alcohol.&lt;br /&gt;
* Uber is more than just intransigent, but incapable of using common sense.&lt;br /&gt;
* Uber picks and chooses how to &amp;quot;enforce&amp;quot; their requirements: I did not have to take a breathalyzer test to receive the alcohol.&lt;br /&gt;
&lt;br /&gt;
What&#039;s even worse is that you can&#039;t even contact Uber. There is no way to send an email or call to talk to someone. I don&#039;t have the app installed on my phone, I exclusively use the web browser for Uber Eats and on the web there is no way to open a ticket.&lt;br /&gt;
&lt;br /&gt;
I guess I&#039;ll have to keep track of which companies do not lie on their web site. For now it is clear that I will never order alcohol via Uber Eats again.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Stay_at_home_order&amp;diff=861</id>
		<title>Stay at home order</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Stay_at_home_order&amp;diff=861"/>
		<updated>2025-12-03T08:02:52Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Canada is probably one of the worst countries to live in during the pandemic. We have politicians who listen to so-called &amp;quot;health-experts&amp;quot; who flip-flop their opinions sometimes on a weekly basis. Do these &amp;quot;top doctors&amp;quot; even have a PhD in medicine? I don&#039;t think so. Marketing is more like it. And they are not really good at that either.&lt;br /&gt;
&lt;br /&gt;
First, they killed off the most vulnerable populace in the LTCs and senior homes. Only 4 months after the shit storm started they mandated masks in those institutions. Well done. But I&#039;m the one who&#039;s responsible for them dying staying at home and going grocery shopping. Canadian logic. Lockdown will fix that fuck up. Yeah, sure. Now, even though &amp;quot;inmates&amp;quot; are vaccinated they are still locked into their rooms without even allowed to get a shower. Or to go outside.&lt;br /&gt;
&lt;br /&gt;
Every other month some fuckhead politician thinks that a lockdown will solve our problems. In reality those are problems they created. Yet, it&#039;s just a half-baked lockdown. Schools are still open, 1/3rd of the people flying into Canada are exempt from those idiotic forced hotel stays and concentration camps. And the 1 percent who are actually positive are national travellers. Another great job our government did there. Then, against all international advisors Canadian &amp;quot;health experts and top doctors&amp;quot; think that 4 months between vaccinations is a good idea. WAKE UP!!!&lt;br /&gt;
&lt;br /&gt;
Our economy is done for the next 40 years. And who will pay for that fuck up? We... we will. Because a few politicians &amp;quot;thought&amp;quot; they did the right thing. All this while flying off to the Caribbean ignoring all the rules they forced onto the populace. Great job, Canada. I&#039;m very proud.&lt;br /&gt;
&lt;br /&gt;
I&#039;m sick and tired of our politicians. In other countries people go into a pharmacy and buy a self-testing kit for 7-9 dollars. Which they take before they meet up. But here in Canada I am in a full lockdown and told that it&#039;s my fault that people die all over the province. People I have never even met.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not an anti-masker. I&#039;m ok wearing one. But.... I have to wear a mask not to contract and not to transmit the virus. But when I&#039;m positive I have to quarantine and can&#039;t go outside - even with a mask. So what is it? Masks only help, when nobody is infected? In which case, why do I have to wear one in the first place?&lt;br /&gt;
This is pretty much an either/or thing. You can&#039;t have it both ways. This is what drives me crazy. This inconsistent BS pushed by media and &amp;quot;top doctors&amp;quot; (I call them ignorant fools, because that&#039;s all they are. THEY ARE RESPONSIBLE FOR KILLING ALL THESE PEOPLE IN OUR PROVINCE).&lt;br /&gt;
&lt;br /&gt;
Anyway, it&#039;s not that I&#039;m just disappointed. It&#039;s the first time I&#039;m truly embarrassed being Canadian.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=The_NET::ERR_CERT_VALIDITY_TOO_LONG_idiocracy&amp;diff=860</id>
		<title>The NET::ERR CERT VALIDITY TOO LONG idiocracy</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=The_NET::ERR_CERT_VALIDITY_TOO_LONG_idiocracy&amp;diff=860"/>
		<updated>2025-12-03T08:00:52Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m not sure what they were thinking, but the &amp;lt;code&amp;gt;NET::ERR_CERT_VALIDITY_TOO_LONG&amp;lt;/code&amp;gt; error, or better said the reason for it, is absolutely idiotic and won&#039;t make everything safer, but rather cause the exact opposite.&lt;br /&gt;
&lt;br /&gt;
For publicly available services using [https://letsencrypt.org/ Let&#039;s Encrypt] (or other automated TLS certificate systems) makes sense. In many private home LANs (or even corporate networks) not so much. I know, one could use [https://github.com/joohoi/acme-dns acme-dns] to get proper certs, but in my case not all of my systems provide an interface (I&#039;m not talking about a UI), which means I&#039;d have to update them manually every time a new cert is issued. Which is every 2.5 months with Let&#039;s Encrypt.&lt;br /&gt;
&lt;br /&gt;
NO. &#039;&#039;&#039;A big fucking NO&#039;&#039;&#039;. I will not manually update 50+ certs (VMs, containers, services) every 2.5 months. Even a 1 year rotation schedule is not feasible.&lt;br /&gt;
&lt;br /&gt;
Why do I have so many certificates? I virtualize with Proxmox and also use Docker. If you use Vault, Saltstack, Ansible, or other tools, you will need certs for those too. And don&#039;t forget your router and switches. So first you need valid certs for the infrastructure. After that you need certificates for services (web servers, web applications, Kafka, LDAP, ...).&lt;br /&gt;
&lt;br /&gt;
Using my own root CA is not unsafe at all. On the contrary. I can even create certs with a longer key length than cert providers, unless Let&#039;s Encrypt started to allow 8k keys. But let&#039;s not dwell on that, because a 4k key length is usually more than enough.&lt;br /&gt;
&lt;br /&gt;
However, &#039;&#039;&#039;telling me that using my own root CA and certs which are longer valid than 1 year are unsafe is a lie&#039;&#039;&#039;. It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
Even after adding my root CA to the trust stores of the OS and/or the browser config and making sure that the chains are valid, browsers indicate that my properly configured TLS is not safe.&lt;br /&gt;
It does not end here. Maybe in the future command line tools like curl or reqest libraries will throw the same idiotic errors.&lt;br /&gt;
&lt;br /&gt;
So what do you think will happen, thanks to this BS? People will add &#039;&#039;allow_insecure_certs&#039;&#039; flaqs or stop using TLS altogether. Both of which are not a solution, but will make the environments less safe. Well done.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=859</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=859"/>
		<updated>2025-12-02T05:52:40Z</updated>

		<summary type="html">&lt;p&gt;Tessus: layout adjustment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:320px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=[[:Category:Speakers&#039; Corner|Speakers&#039; Corner]] - Reader Discretion is Advised|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag,Pages_with_non-numeric_formatnum_arguments&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Australia%27s_social_media_ban_-_an_excuse&amp;diff=858</id>
		<title>Australia&#039;s social media ban - an excuse</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Australia%27s_social_media_ban_-_an_excuse&amp;diff=858"/>
		<updated>2025-12-02T05:49:21Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;As the deadline looms for the social media ban for teenagers in Australia to take effect on December 10th, more and more articles pop up. To top it all up, 2 weeks before this deadline, a constitutional challenge has been filed in the nation’s highest court.  While I admire the plaintiffs&amp;#039; motives, there is something they do not understand and I am truly sorry to break it to them: &amp;#039;&amp;#039;&amp;#039;This law was not created to protect children and teenagers.&amp;#039;&amp;#039;&amp;#039; Which is unfortunately...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As the deadline looms for the social media ban for teenagers in Australia to take effect on December 10th, more and more articles pop up. To top it all up, 2 weeks before this deadline, a constitutional challenge has been filed in the nation’s highest court.&lt;br /&gt;
&lt;br /&gt;
While I admire the plaintiffs&#039; motives, there is something they do not understand and I am truly sorry to break it to them:&lt;br /&gt;
&#039;&#039;&#039;This law was not created to protect children and teenagers.&#039;&#039;&#039; Which is unfortunately the reason why this challenge is futile. Whatever the lawmakers told them was a lie and just an excuse to begin with. As they have already figured out (the lawmakers as well as the teenagers), it&#039;s rather easy to circumvent this ban with VPNs and fake accounts.&lt;br /&gt;
&lt;br /&gt;
Wait... here it comes:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This law was created to monitor everybody else.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Luckily I don&#039;t care for social media, but if I were, I&#039;d have to verify my age using an official government issued ID. This means that every account I&#039;d use would be inextricably linked to me.&lt;br /&gt;
In many cases this might not be so problematic, but what about people who are persecuted or afraid of retaliation?&lt;br /&gt;
Don&#039;t forget, these days you can&#039;t say anything without offending at least one person. If it is the wrong person (even if that person just misunderstood you), it will lead to your job termination or getting blacklisted.&lt;br /&gt;
&lt;br /&gt;
Freedom of speech. Voicing your opinion. These are concepts that do not exist anymore in today&#039;s society.&lt;br /&gt;
&lt;br /&gt;
This is why this law is so dangerous. Yet, they push forward, very well knowing that this law won&#039;t protect children and teenagers at all.&lt;br /&gt;
But at least they can quench any form of opinion they deem equivalent to dissent. And now they know who you are.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/Extensions&amp;diff=857</id>
		<title>User:Tessus/Extensions</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/Extensions&amp;diff=857"/>
		<updated>2025-11-30T21:06:33Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Interesting Extensions ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Extension !! Description || Installed&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:MsUpload MsUpload] || Allows to upload multiple files via the editor including drag&amp;amp;drop || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:MsWikiEditor MsWikiEditor] || The MsWikiEditor extension allows you to easily add or remove buttons from the WikiEditor from your LocalSettings.php || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:DynamicPageList3 DynamicPageList3] || A successor of DynamicPageList || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:CodeEditor CodeEditor] || Provides a syntax-highlighting code editor for site &amp;amp; user JS, CSS and Lua pages, integrating with advanced edit toolbar || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:WikiCategoryTagCloud WikiCategoryTagCloud] || Allows to add tag clouds based on categories to a page via the &amp;lt;nowiki&amp;gt;&amp;lt;tagcloud&amp;gt;&amp;lt;/nowiki&amp;gt; tag || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:CharInsert CharInsert] || The CharInsert extension allows to create JavaScript links that when clicked, insert predefined text into the text box.  || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:Gadgets Gadgets] || The Gadgets extension provides a way for users to pick JavaScript or CSS based &amp;quot;gadgets&amp;quot; that other wiki users provide. || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:CodeMirror CodeMirror] || The CodeMirror extension provides syntax highlighting in MediaWiki&#039;s wikitext editor. It adds a button to toolbar that allows switch on/off syntax highlighting. || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:SubPageList SubPageList] || The SubPageList extension allows to display and count subpages. || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:Echo Echo] &lt;br /&gt;
| The &#039;&#039;&#039;Echo&#039;&#039;&#039; extension provides an in-wiki notification system that can be used by other extensions. [https://www.mediawiki.org/wiki/Extension Thanks] and [https://www.mediawiki.org/wiki/Extension:Flow Flow] are two MediaWiki extensions that make use of Echo.&lt;br /&gt;
See [https://www.mediawiki.org/wiki/Notifications Notifications] for a full description of what this extension does.&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:OATHAuth OATHAuth]  || 2FA || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:JSBreadCrumbs JSBreadCrumbs] || Successor to the BreadCrumbs extension || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:Matomo Matomo] || Inserts Matomo script into pages for tracking || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:MatomoAnalytics MatomoAnalytics] || Integration with Matomo for analytics. Adds a special page to view that stats on-wiki. || No&lt;br /&gt;
|-&lt;br /&gt;
| Placeholder || Placeholder || -&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Security_guarantees_for_Ukraine_-_A_big_fat_lie_-_Again&amp;diff=856</id>
		<title>Security guarantees for Ukraine - A big fat lie - Again</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Security_guarantees_for_Ukraine_-_A_big_fat_lie_-_Again&amp;diff=856"/>
		<updated>2025-08-18T23:31:13Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;People, especially politicians, seem to have forgotten that Ukraine already received security guarantees in 1994. The Budapest Memorandum basically states that Ukraine will get security assurances in return for giving up their nuclear arsenal. Ukraine gave up their nuclear arsenal. That&#039;s it. But when it came to the security assurances, nothing happened. The memorandum was already violated in 2014 when Russia annexed Crimea. Nothing happened.&lt;br /&gt;
The second violation was the invasion of Ukraine in 2022. Nothing happened - again.&lt;br /&gt;
&lt;br /&gt;
Now the US once again talks about security guarantees. Seriously? The US could bomb the shit out of Iran, because Iran had nothing to defend themselves with, but the US will do nothing against Russia. Not even with their so-called security guarantees. Otherwise the US would have already carpet-bombed the Russian occupied parts of Ukraine (which would have been perfectly legit according to the Budapest Memorandum). But guess what, nothing happened.&lt;br /&gt;
The US is great with blackmail (trade deals), bullying (bombing a more-or-less defenseless country), ignoring the truth (Israel&#039;s concentration camp called Gaza and the daily slaughtering of innocent civilians), but actually standing up against oppression and defending a country they gave security assurances to is apparently not on their agenda.&lt;br /&gt;
&lt;br /&gt;
Yet again, the US wants to pressure Ukraine to give up territory (to appease Putin) in return for another worthless security guarantee. Does anybody see the irony?&lt;br /&gt;
&lt;br /&gt;
Europe is not much better. Politicians are great when it comes to talking, but not so much when it comes to actually doing something. In the end, nothing will happen.&lt;br /&gt;
&lt;br /&gt;
Russia will take parts of Ukraine. Israel will annex Gaza and the West Bank. Europe will do nothing - maybe talk a bit and express their useless and inconsequential opinions.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=855</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=855"/>
		<updated>2025-08-18T23:28:13Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=[[:Category:Speakers&#039; Corner|Speakers&#039; Corner]] - Reader Discretion is Advised|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag,Pages_with_non-numeric_formatnum_arguments&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Security_guarantees_for_Ukraine_-_A_big_fat_lie_-_Again&amp;diff=854</id>
		<title>Security guarantees for Ukraine - A big fat lie - Again</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Security_guarantees_for_Ukraine_-_A_big_fat_lie_-_Again&amp;diff=854"/>
		<updated>2025-08-18T23:24:27Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;People, especially politicians, seem to have forgotten that Ukraine already received security guarantees in 1994. The Budapest Memorandum basically states that Ukraine will get security assurances in return for giving up their nuclear arsenal. Ukraine gave up their nuclear arsenal. That&amp;#039;s it. But when it came to the security assurances, nothing happened. The memorandum was already violated in 2014 when Russia annexed Crimea. Nothing happened. The second violation was the...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;People, especially politicians, seem to have forgotten that Ukraine already received security guarantees in 1994. The Budapest Memorandum basically states that Ukraine will get security assurances in return for giving up their nuclear arsenal. Ukraine gave up their nuclear arsenal. That&#039;s it. But when it came to the security assurances, nothing happened. The memorandum was already violated in 2014 when Russia annexed Crimea. Nothing happened.&lt;br /&gt;
The second violation was the invasion of Ukraine in 2022. Nothing happened - again.&lt;br /&gt;
&lt;br /&gt;
Now the US once again talks about security guarantees. Seriously? The US could bomb the shit out of Iran, because Iran had nothing to defend themselves with, but the US will do nothing against Russia. Not even with their so-called security guarantees. Otherwise the US would have already carpet-bombed the Russian occupied parts of Ukraine (which would have been perfectly legit according to the Budapest Memorandum). But guess what, nothing happened.&lt;br /&gt;
The US is great with blackmail (trade deals), bullying (bombing a more-or-less defenseless country), ignoring the truth (Israel&#039;s concentration camp called Gaza and the daily slaughtering of innocent civilians), but actually standing up against oppression and defending a country they gave security assurances to is apparently not on their agenda.&lt;br /&gt;
&lt;br /&gt;
Yet again, the US wants to pressure Ukraine to give up territory (to appease Putin) in return for another worthless security guarantee. Does anybody see the irony?&lt;br /&gt;
&lt;br /&gt;
Europe is not much better. Politicians are great when it comes to talking, but not so much when it comes to actually doing something. In the end, nothing will happen.&lt;br /&gt;
&lt;br /&gt;
Russia will take parts of Ukraine. Israel will annex Gaza and the West Bank. Europe will do nothing - maybe talk a bit and express their useless opinions.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=853</id>
		<title>User:Tessus/test</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=853"/>
		<updated>2025-07-03T12:51:31Z</updated>

		<summary type="html">&lt;p&gt;Tessus: /* Tag Cloud */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BOFH ==&lt;br /&gt;
&lt;br /&gt;
[[/BOFH | BOFH Test Page]] for MediaWiki [https://www.mediawiki.org/wiki/Extension:BOFH  Extension:BOFH]&lt;br /&gt;
&lt;br /&gt;
== Template:Box &amp;amp; Module:Box ==&lt;br /&gt;
&lt;br /&gt;
[[/Box | Template:Box &amp;amp; Module:Box]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Key Press ==&lt;br /&gt;
&lt;br /&gt;
[[/key press | Key_press]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Template:subpages ==&lt;br /&gt;
&lt;br /&gt;
=== With parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages|User:Tessus}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages|User:Tessus}}&lt;br /&gt;
&lt;br /&gt;
=== No parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages}}&lt;br /&gt;
&lt;br /&gt;
== syntaxhighlight ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;SQL&amp;quot;&amp;gt;&lt;br /&gt;
CREATE DATABASE spemail CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
GRANT ALL privileges ON spemail.* TO &#039;speadmin&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;blabla&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; line&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl aes-256-cbc -in plain-text.txt -out message.enc -pass pass:mySillyPassword&lt;br /&gt;
openssl aes-256-cbc -d -in message.enc -out plain-text.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Help:Tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;4&amp;quot; width=&amp;quot;{{{1|600}}}&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; bgcolor=&amp;quot;#000000&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font color=&amp;quot;#00ff40&amp;quot;&amp;gt;&lt;br /&gt;
Someone has messed up the kernel pointers&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border-style:hidden; color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|width=&amp;quot;200px&amp;quot; | Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color: black; background-color: #ffffcc;&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | This column width is 85% of the screen width (and has a background color)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 30%; background-color: white;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 30% counted from 85% of the screen width&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 70%; background-color: orange;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 70% counted from 85% of the screen width (and has a background color)&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-style: solid; border-width:1px; color: black;&amp;quot; width=&amp;quot;500px&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #ffffcc;&amp;quot; | Coding&lt;br /&gt;
|-&lt;br /&gt;
| Col1&lt;br /&gt;
| Col2&lt;br /&gt;
|-&lt;br /&gt;
| Col3&lt;br /&gt;
| Col4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxBlue --&amp;gt;&lt;br /&gt;
{{BoxBlue|width=500px|title=Test Title|text=Here comes the text&lt;br /&gt;
Line1&lt;br /&gt;
&lt;br /&gt;
Line2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGreen --&amp;gt;&lt;br /&gt;
{{BoxGreen|width=500px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGrey --&amp;gt;&lt;br /&gt;
{{BoxGrey|width=600px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Id&lt;br /&gt;
!Summary&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #f9f9f9; padding-left:10px;&amp;quot; |001&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #ffffcc; padding-left:10px; text-align:center;&amp;quot; |Sum Text 1&lt;br /&gt;
|-&lt;br /&gt;
|003&lt;br /&gt;
|Summary Text 2 very long&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Box|width=600px|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|height=250px|title=General|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=General&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|width=250px|height=250px|title=Coding|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Coding&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Cloud ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Pages_with_non-numeric_formatnum_arguments&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News / DynamicPageList (dpl) ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Article&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
userdateformat=d F Y&lt;br /&gt;
format={|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:&lt;br /&gt;
 |category=Article&lt;br /&gt;
 |ordermethod=lastedit&lt;br /&gt;
 |order=descending&lt;br /&gt;
 |addeditdate=true&lt;br /&gt;
 |userdateformat=d F Y&lt;br /&gt;
 |format={¦\n,¦-\n¦ %DATE%: ¦¦ &amp;amp;nbsp;&amp;amp;nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;news limit=&amp;quot;10&amp;quot; unique=true namespaces=main categories=Article prefix=&amp;quot;{|&amp;quot; postfix=&amp;quot;|}&amp;quot;&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{{date}}}: || &amp;amp;nbsp;&amp;amp;nbsp; || [[{{{pagename}}}]]&lt;br /&gt;
&amp;lt;/news&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== kbd ==&lt;br /&gt;
&lt;br /&gt;
{{kbd|./configure --help}}&lt;br /&gt;
&lt;br /&gt;
== gallery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Todo.jpg&lt;br /&gt;
Logo.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DynamicPageList ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=&amp;quot;100%&amp;quot;|title=Apache|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Apache&lt;br /&gt;
ordermethod=title&lt;br /&gt;
order=ascending&lt;br /&gt;
mode=none&lt;br /&gt;
addfirstcategorydate = true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== RecentChanges ==&lt;br /&gt;
&lt;br /&gt;
{{Special:RecentChanges/10}}&lt;br /&gt;
&lt;br /&gt;
== Pager ==&lt;br /&gt;
&lt;br /&gt;
{{Pager&lt;br /&gt;
 |color=blue&lt;br /&gt;
 |prev=&lt;br /&gt;
 |next=User:Tessus/todo&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=852</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=852"/>
		<updated>2025-07-03T12:50:57Z</updated>

		<summary type="html">&lt;p&gt;Tessus: fix tagcloud&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=[[:Category:Speakers&#039; Corner|Speakers&#039; Corner]] - Reader Discretion is Advised|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag,Pages_with_non-numeric_formatnum_arguments&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=851</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=851"/>
		<updated>2025-06-14T00:38:35Z</updated>

		<summary type="html">&lt;p&gt;Tessus: fix position of BOFH box to not overlap with the box above&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=[[:Category:Speakers&#039; Corner|Speakers&#039; Corner]] - Reader Discretion is Advised|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=What_is_the_problem_with_Garmin_devices%3F&amp;diff=850</id>
		<title>What is the problem with Garmin devices?</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=What_is_the_problem_with_Garmin_devices%3F&amp;diff=850"/>
		<updated>2025-06-14T00:36:56Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;I am someone who likes to use a GPS device in my car. An external device like Garmin or TomTom.  Many, many, many years ago my dad got me a Garmin device and it worked great. I updated the maps and the SW for years. But at one point the device didn&amp;#039;t start anymore, even though all the updates were installed successfully (as could be seen in Garmin Express). I contacted Garmin support and they told me that the device is no longer supported and they couldn&amp;#039;t help me. I ask...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am someone who likes to use a GPS device in my car. An external device like Garmin or TomTom.&lt;br /&gt;
&lt;br /&gt;
Many, many, many years ago my dad got me a Garmin device and it worked great. I updated the maps and the SW for years. But at one point the device didn&#039;t start anymore, even though all the updates were installed successfully (as could be seen in Garmin Express). I contacted Garmin support and they told me that the device is no longer supported and they couldn&#039;t help me.&lt;br /&gt;
I asked them whether they brick devices on purpose so that people buy news ones. I never got a reply to that question. Go figure.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s recap: I updated my device successfully and then it stopped working. The device was kind of old, but did its job very well. Until the successfully completed update bricked it.&lt;br /&gt;
&lt;br /&gt;
Support was utterly unhelpful and I really liked the device, so I bought a newer model. I had been using it for many years and today another successful update bricked this one as well. It is stuck at bootup and only the Garmin logo can be seen.&lt;br /&gt;
&lt;br /&gt;
I am completely puzzled by this. What is the problem with Garmin devices? Why are they bricked after installing an update that actually finished successfully? I am really starting to wonder, if Garmin is doing this on purpose. What&#039;s even more annoying is that support is utterly useless and not willing to help, even though I&#039;ve been a loyal customer for over 15 years.&lt;br /&gt;
&lt;br /&gt;
If updates brick a device, don&#039;t let people install the update. I could have used the device with an older map. Now I can&#039;t even use it at all.&lt;br /&gt;
&lt;br /&gt;
Either way, it was the last Garmin device I ever bought.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/test/key_press&amp;diff=849</id>
		<title>User:Tessus/test/key press</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/test/key_press&amp;diff=849"/>
		<updated>2025-02-17T22:39:19Z</updated>

		<summary type="html">&lt;p&gt;Tessus: use table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://spewiki.evermeet.cx/Template:Key_press Old Key press documentation (with symbol-only keys and ISO symbols added to certain keys)]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Template_talk:Key_press Talk page for Keypress template at wikipedia]&lt;br /&gt;
&lt;br /&gt;
[[Template:Key_press]]&lt;br /&gt;
&lt;br /&gt;
[[Module:Key]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center; background-color:#c0c0c0;&amp;quot;&lt;br /&gt;
! Wiki Text&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Ctrl|Alt|Del}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Ctrl|Alt|Del}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Command}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Command}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Cmd}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Cmd}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Control}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Control}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Ctrl}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Ctrl}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Option}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Option}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Opt}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Opt}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Escape}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Escape}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Esc}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Esc}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Tab}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Tab}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Shift}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Shift}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Del}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Del}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Delete}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Delete}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Enter}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Enter}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Return}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Return}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Alt}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Alt}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|fn}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|fn}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|Cmd key|H}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|Cmd key|H}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{key press|esc key|Q}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#ffffff;&amp;quot; | {{key press|esc key|Q}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Reverse_Proxy_setup_for_Cockpit_with_Apache_(in_a_sub_directory)&amp;diff=848</id>
		<title>Reverse Proxy setup for Cockpit with Apache (in a sub directory)</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Reverse_Proxy_setup_for_Cockpit_with_Apache_(in_a_sub_directory)&amp;diff=848"/>
		<updated>2024-06-28T19:55:57Z</updated>

		<summary type="html">&lt;p&gt;Tessus: use upgrade=websocket instead of rewrite&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The task: run Cockpit in a sub directory e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;https://example.com/cp/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It should have been simple enough, but once again the Internet has failed me. All articles that I had found only explained how to setup a reverse proxy in a separate virtual host in the document root of the server. This was not what I wanted. None of the articles had all the moving parts that would have allowed me to extrapolate a config that worked.&lt;br /&gt;
&lt;br /&gt;
== Cockpit ==&lt;br /&gt;
&lt;br /&gt;
[https://cockpit-project.org Cockpit] is a web-based graphical interface for servers. While I usually work on the command line, there are a few situations in which my much preferred ssh session won&#039;t do. (e.g. sitting in front of a locked down client system with no access to the command line.)&lt;br /&gt;
&lt;br /&gt;
I just wanted to have it available for emergencies if all else fails, but I didn&#039;t want to set it up in a separate virtual host and neither in the document root of said virtual host.&lt;br /&gt;
&lt;br /&gt;
The documentation of the web service specifically mentions that one can&#039;t use &amp;lt;code&amp;gt;/cockpit/&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;/cockpit+&amp;lt;/code&amp;gt; as a sub directory, because they are reserved. I still think it is possible, but I just chose another sub directory: &amp;lt;code&amp;gt;/cp/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;code&amp;gt;/etc/cockpit/cockpit.conf&amp;lt;/code&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[WebService]&lt;br /&gt;
Origins = https://example.com http://127.0.0.1:9090&lt;br /&gt;
ProtocolHeader = X-Forwarded-Proto&lt;br /&gt;
AllowUnencrypted = true&lt;br /&gt;
UrlRoot = /cp/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to restart the service.&lt;br /&gt;
&lt;br /&gt;
== Reverse Proxy setup ==&lt;br /&gt;
&lt;br /&gt;
The following Apache directives will configure the reverse proxy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
ProxyPreserveHost       On&lt;br /&gt;
ProxyRequests           Off&lt;br /&gt;
&lt;br /&gt;
SSLProxyVerify          None&lt;br /&gt;
SSLProxyCheckPeerCN     Off&lt;br /&gt;
SSLProxyCheckPeerName   Off&lt;br /&gt;
SSLProxyCheckPeerExpire Off&lt;br /&gt;
&lt;br /&gt;
# No longer needed with Apache HTTP Server &amp;gt;= 2.4.47. Use upgrade=websocket in ProxyPass&lt;br /&gt;
# allow for upgrading to websockets &lt;br /&gt;
#RewriteEngine On&lt;br /&gt;
#RewriteCond %{HTTP:Upgrade}    =websocket [NC]&lt;br /&gt;
#RewriteRule /cp/(.*)           ws://127.0.0.1:9090/cp/$1 [P,L]&lt;br /&gt;
#RewriteCond %{HTTP:Upgrade}    !=websocket [NC]&lt;br /&gt;
#RewriteRule /cp/(.*)           http://127.0.0.1:9090/cp/$1 [P,L]&lt;br /&gt;
&lt;br /&gt;
# Proxy to your local cockpit instance&lt;br /&gt;
ProxyPass        /cp/          http://127.0.0.1:9090/cp/        upgrade=websocket&lt;br /&gt;
ProxyPassReverse /cp/          http://127.0.0.1:9090/cp/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use TLS behind the reverse proxy, you will have to replace &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;ws&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;wss&amp;lt;/code&amp;gt;.&lt;br /&gt;
Furthermore the &amp;lt;code&amp;gt;SSLProxy&amp;lt;/code&amp;gt; directives must be removed.&lt;br /&gt;
&lt;br /&gt;
In the Cockpit configuration, you will also have to concatenate the full chain and the key, and put the resulting file in the &amp;lt;code&amp;gt;/etc/cockpit/ws-certs.d&amp;lt;/code&amp;gt; directory. &lt;br /&gt;
&lt;br /&gt;
[[Category:Apache]] [[Category:Article]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=847</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=847"/>
		<updated>2024-05-22T19:56:15Z</updated>

		<summary type="html">&lt;p&gt;Tessus: add text &amp;quot;Viewer Discretion is Advised&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=[[:Category:Speakers&#039; Corner|Speakers&#039; Corner]] - Reader Discretion is Advised|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Bill_C-21&amp;diff=846</id>
		<title>Bill C-21</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Bill_C-21&amp;diff=846"/>
		<updated>2023-11-01T16:21:57Z</updated>

		<summary type="html">&lt;p&gt;Tessus: stupid typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I wasn&#039;t sure, whether I should post my opinion in fear of being pegged as a gun fanatic. Just to be clear: I am not.&lt;br /&gt;
&lt;br /&gt;
However, the crux of the matter is that this bill and soon-to-be-law is not going to help with what they are selling it for. &#039;&#039;&#039;It will not reduce the amount of murders committed with guns.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All statistics they provided as the reason for putting this bill in place did not mention the most important thing: &#039;&#039;&#039;How many people were murdered with legally acquired handguns by the owners of these handguns?&#039;&#039;&#039; Utter silence.&lt;br /&gt;
&lt;br /&gt;
If you can believe the media and the police reports over the past few years, there was not even one such murder in Toronto.&lt;br /&gt;
The only murder where a legal firearm was used was committed by a police officer who literally executed someone, who was lying on the ground, with multiple gunshots. And these are the people who are permitted to carry a concealed firearm when they are off duty.&lt;br /&gt;
&lt;br /&gt;
Furthermore, &#039;&#039;&#039;the argument of preventing crimes due to panic reactions and in the heat of the moment situations is not valid either&#039;&#039;&#039;. Someone who owns a handgun legally cannot leave it fully loaded on their nightstand.&lt;br /&gt;
&lt;br /&gt;
The gun has to be locked away in a safe with a trigger (or barrel) lock, separated from ammunition. One could not even use that gun in self defense during an armed robbery at home.&lt;br /&gt;
&lt;br /&gt;
But removing that gun from the equation will make people safer? Before one can even assemble this locked away gun in the heat of the moment, one grabs a kitchen knife or the next heavy object instead.&lt;br /&gt;
&lt;br /&gt;
Seriously, do the people who&#039;ve come up with this bill have any common sense? If not, they should be at least be able to read the statistics. If yes, how is this bill going to help?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This proposed law is only targeting law abiding citizens&#039;&#039;&#039; who are legally owning a handgun for going to the shooting range. One must be the dumbest perpetrator to commit a crime with one&#039;s own handgun.&lt;br /&gt;
&lt;br /&gt;
This bill is utterly useless. It was created to appease the public. Our politicians sell this bill as the solution to gun violance, while in reality criminals don&#039;t use legally acquired handguns in the first place. Criminals couldn&#039;t care less about the fact that one can&#039;t buy a handgun anymore.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If they really wanted to reduce the number of murders with handguns, they&#039;d crack down on ILLEGALLY ACQUIRED handguns.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
They could also require ballistic fingerprinting for every legally acquired handgun. Yet again, the fingerprinting only helps if people are dumb enough to use their own handguns to commit a crime.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=ASUS_router_DNS_check_fix&amp;diff=845</id>
		<title>ASUS router DNS check fix</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=ASUS_router_DNS_check_fix&amp;diff=845"/>
		<updated>2023-02-25T21:41:36Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;== Introduction ==  After updating the firmware of my Asus RT-AX92U to version &amp;lt;code&amp;gt;3.0.0.4.388_22525-gd35b8fe&amp;lt;/code&amp;gt;, I&amp;#039;ve noticed two DNS requests to &amp;lt;code&amp;gt;dns.msftncsi.com&amp;lt;/code&amp;gt; every minute. My RT-AX92U is used as an access point, so there is &amp;#039;&amp;#039;&amp;#039;zero&amp;#039;&amp;#039;&amp;#039; reason to check for WAN availability. Additionally &amp;lt;code&amp;gt;DNS&amp;lt;/code&amp;gt; is unchecked in &amp;lt;code&amp;gt;Administration &amp;gt; System &amp;gt; Network Monitoring&amp;lt;/code&amp;gt;.  Ok, let&amp;#039;s verify the settings in nvram:  &amp;lt;pre&amp;gt; dns_probe=0 dns_probe_co...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
After updating the firmware of my Asus RT-AX92U to version &amp;lt;code&amp;gt;3.0.0.4.388_22525-gd35b8fe&amp;lt;/code&amp;gt;, I&#039;ve noticed two DNS requests to &amp;lt;code&amp;gt;dns.msftncsi.com&amp;lt;/code&amp;gt; every minute. My RT-AX92U is used as an access point, so there is &#039;&#039;&#039;zero&#039;&#039;&#039; reason to check for WAN availability. Additionally &amp;lt;code&amp;gt;DNS&amp;lt;/code&amp;gt; is unchecked in &amp;lt;code&amp;gt;Administration &amp;gt; System &amp;gt; Network Monitoring&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Ok, let&#039;s verify the settings in nvram:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dns_probe=0&lt;br /&gt;
dns_probe_content=*&lt;br /&gt;
dns_probe_host=&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Yep, it&#039;s not active and there is no host set either. So why is it doing a DNS check? Apparently &amp;lt;code&amp;gt;dns.msftncsi.com&amp;lt;/code&amp;gt; was hard-coded as default and the &amp;lt;code&amp;gt;dns_probe&amp;lt;/code&amp;gt; setting is ignored.&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&lt;br /&gt;
ssh into the RT-AX92U and run the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nvram set dns_probe_host=127.0.0.1&lt;br /&gt;
nvram commit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Done.&lt;br /&gt;
&lt;br /&gt;
P.S.: It might also be possible to do this via the UI, but I haven&#039;t tried that. Check &amp;lt;code&amp;gt;DNS&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;Administration &amp;gt; System &amp;gt; Network Monitoring&amp;lt;/code&amp;gt;, enter &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt; in the field &amp;lt;code&amp;gt;Resolve Hostname&amp;lt;/code&amp;gt;, and click &amp;lt;code&amp;gt;Apply&amp;lt;/code&amp;gt;. After that one can uncheck &amp;lt;code&amp;gt;DNS&amp;lt;/code&amp;gt; and click &amp;lt;code&amp;gt;Apply&amp;lt;/code&amp;gt; again, although the disabled state is ignored anyway. &lt;br /&gt;
&lt;br /&gt;
[[Category:Article]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Violence_in_Toronto_and_the_mockery_of_citizens&amp;diff=844</id>
		<title>Violence in Toronto and the mockery of citizens</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Violence_in_Toronto_and_the_mockery_of_citizens&amp;diff=844"/>
		<updated>2023-01-27T04:48:06Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;Violence in Toronto has been all over the news lately.  There was a reporter asking how people are protecting themselves on the subway and asked whether people are carrying pepper spray.  Not only was this bad journalism due to lack of research, but more importantly a gross mockery.   In Canada anything that can be used for self-defense is considered a weapon and thus illegal. Pepper spray, knives, expandable batons, non lethal deterrents like tasers are all illegal. In...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Violence in Toronto has been all over the news lately.&lt;br /&gt;
&lt;br /&gt;
There was a reporter asking how people are protecting themselves on the subway and asked whether people are carrying pepper spray.&lt;br /&gt;
&lt;br /&gt;
Not only was this bad journalism due to lack of research, but more importantly a gross mockery. &lt;br /&gt;
&lt;br /&gt;
In Canada anything that can be used for self-defense is considered a weapon and thus illegal. Pepper spray, knives, expandable batons, non lethal deterrents like tasers are all illegal.&lt;br /&gt;
In 4 provinces it is even illegal to wear a bulletproof vest or cut/stab resistant gear. &lt;br /&gt;
&lt;br /&gt;
Should you carry anything for self-defense you will be charged with:&lt;br /&gt;
* carrying a concealed weapon&lt;br /&gt;
* possessing a weapon dangerous to public peace&lt;br /&gt;
* possession of a prohibited or restricted weapon knowing its possession is unauthorized&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;So the sad truth is that you cannot do anything in Canada to protect yourself&#039;&#039;&#039;, unless you are a politician who has bodyguards (paid with our taxes).&lt;br /&gt;
&lt;br /&gt;
Oh yeah. One can stay at home.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/Extensions&amp;diff=843</id>
		<title>User:Tessus/Extensions</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/Extensions&amp;diff=843"/>
		<updated>2023-01-08T22:46:19Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Interesting Extensions ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Extension !! Description || Installed&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:MsUpload MsUpload] || Allows to upload multiple files via the editor including drag&amp;amp;drop || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:MsWikiEditor MsWikiEditor] || The MsWikiEditor extension allows you to easily add or remove buttons from the WikiEditor from your LocalSettings.php || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:DynamicPageList3 DynamicPageList3] || A successor of DynamicPageList || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:CodeEditor CodeEditor] || Provides a syntax-highlighting code editor for site &amp;amp; user JS, CSS and Lua pages, integrating with advanced edit toolbar || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:WikiCategoryTagCloud WikiCategoryTagCloud] || Allows to add tag clouds based on categories to a page via the &amp;lt;nowiki&amp;gt;&amp;lt;tagcloud&amp;gt;&amp;lt;/nowiki&amp;gt; tag || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:CharInsert CharInsert] || The CharInsert extension allows to create JavaScript links that when clicked, insert predefined text into the text box.  || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:Gadgets Gadgets] || The Gadgets extension provides a way for users to pick JavaScript or CSS based &amp;quot;gadgets&amp;quot; that other wiki users provide. || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:CodeMirror CodeMirror] || The CodeMirror extension provides syntax highlighting in MediaWiki&#039;s wikitext editor. It adds a button to toolbar that allows switch on/off syntax highlighting. || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:SubPageList SubPageList] || The SubPageList extension allows to display and count subpages. || No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:Echo Echo] &lt;br /&gt;
| The &#039;&#039;&#039;Echo&#039;&#039;&#039; extension provides an in-wiki notification system that can be used by other extensions. [https://www.mediawiki.org/wiki/Extension Thanks] and [https://www.mediawiki.org/wiki/Extension:Flow Flow] are two MediaWiki extensions that make use of Echo.&lt;br /&gt;
See [https://www.mediawiki.org/wiki/Notifications Notifications] for a full description of what this extension does.&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:OATHAuth OATHAuth]  || 2FA || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mediawiki.org/wiki/Extension:JSBreadCrumbs JSBreadCrumbs] || Successor to the BreadCrumbs extension || No&lt;br /&gt;
|-&lt;br /&gt;
| Placeholder || Placeholder || -&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=842</id>
		<title>User:Tessus/test</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=842"/>
		<updated>2023-01-08T22:10:14Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BOFH ==&lt;br /&gt;
&lt;br /&gt;
[[/BOFH | BOFH Test Page]] for MediaWiki [https://www.mediawiki.org/wiki/Extension:BOFH  Extension:BOFH]&lt;br /&gt;
&lt;br /&gt;
== Template:Box &amp;amp; Module:Box ==&lt;br /&gt;
&lt;br /&gt;
[[/Box | Template:Box &amp;amp; Module:Box]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Key Press ==&lt;br /&gt;
&lt;br /&gt;
[[/key press | Key_press]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Template:subpages ==&lt;br /&gt;
&lt;br /&gt;
=== With parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages|User:Tessus}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages|User:Tessus}}&lt;br /&gt;
&lt;br /&gt;
=== No parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages}}&lt;br /&gt;
&lt;br /&gt;
== syntaxhighlight ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;SQL&amp;quot;&amp;gt;&lt;br /&gt;
CREATE DATABASE spemail CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
GRANT ALL privileges ON spemail.* TO &#039;speadmin&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;blabla&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; line&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl aes-256-cbc -in plain-text.txt -out message.enc -pass pass:mySillyPassword&lt;br /&gt;
openssl aes-256-cbc -d -in message.enc -out plain-text.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Help:Tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;4&amp;quot; width=&amp;quot;{{{1|600}}}&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; bgcolor=&amp;quot;#000000&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font color=&amp;quot;#00ff40&amp;quot;&amp;gt;&lt;br /&gt;
Someone has messed up the kernel pointers&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border-style:hidden; color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|width=&amp;quot;200px&amp;quot; | Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color: black; background-color: #ffffcc;&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | This column width is 85% of the screen width (and has a background color)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 30%; background-color: white;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 30% counted from 85% of the screen width&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 70%; background-color: orange;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 70% counted from 85% of the screen width (and has a background color)&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-style: solid; border-width:1px; color: black;&amp;quot; width=&amp;quot;500px&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #ffffcc;&amp;quot; | Coding&lt;br /&gt;
|-&lt;br /&gt;
| Col1&lt;br /&gt;
| Col2&lt;br /&gt;
|-&lt;br /&gt;
| Col3&lt;br /&gt;
| Col4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxBlue --&amp;gt;&lt;br /&gt;
{{BoxBlue|width=500px|title=Test Title|text=Here comes the text&lt;br /&gt;
Line1&lt;br /&gt;
&lt;br /&gt;
Line2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGreen --&amp;gt;&lt;br /&gt;
{{BoxGreen|width=500px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGrey --&amp;gt;&lt;br /&gt;
{{BoxGrey|width=600px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Id&lt;br /&gt;
!Summary&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #f9f9f9; padding-left:10px;&amp;quot; |001&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #ffffcc; padding-left:10px; text-align:center;&amp;quot; |Sum Text 1&lt;br /&gt;
|-&lt;br /&gt;
|003&lt;br /&gt;
|Summary Text 2 very long&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Box|width=600px|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|height=250px|title=General|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=General&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|width=250px|height=250px|title=Coding|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Coding&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Cloud ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News / DynamicPageList (dpl) ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Article&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
userdateformat=d F Y&lt;br /&gt;
format={|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:&lt;br /&gt;
 |category=Article&lt;br /&gt;
 |ordermethod=lastedit&lt;br /&gt;
 |order=descending&lt;br /&gt;
 |addeditdate=true&lt;br /&gt;
 |userdateformat=d F Y&lt;br /&gt;
 |format={¦\n,¦-\n¦ %DATE%: ¦¦ &amp;amp;nbsp;&amp;amp;nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;news limit=&amp;quot;10&amp;quot; unique=true namespaces=main categories=Article prefix=&amp;quot;{|&amp;quot; postfix=&amp;quot;|}&amp;quot;&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{{date}}}: || &amp;amp;nbsp;&amp;amp;nbsp; || [[{{{pagename}}}]]&lt;br /&gt;
&amp;lt;/news&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== kbd ==&lt;br /&gt;
&lt;br /&gt;
{{kbd|./configure --help}}&lt;br /&gt;
&lt;br /&gt;
== gallery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Todo.jpg&lt;br /&gt;
Logo.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DynamicPageList ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=&amp;quot;100%&amp;quot;|title=Apache|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Apache&lt;br /&gt;
ordermethod=title&lt;br /&gt;
order=ascending&lt;br /&gt;
mode=none&lt;br /&gt;
addfirstcategorydate = true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== RecentChanges ==&lt;br /&gt;
&lt;br /&gt;
{{Special:RecentChanges/10}}&lt;br /&gt;
&lt;br /&gt;
== Pager ==&lt;br /&gt;
&lt;br /&gt;
{{Pager&lt;br /&gt;
 |color=blue&lt;br /&gt;
 |prev=&lt;br /&gt;
 |next=User:Tessus/todo&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=841</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=841"/>
		<updated>2023-01-08T21:34:19Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=[[:Category:Speakers&#039; Corner|Speakers&#039; Corner]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=840</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=840"/>
		<updated>2023-01-08T02:56:46Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|height={{#var:boxheight}}|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=[[:Category:Speakers&#039; Corner|Speakers&#039; Corner]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=839</id>
		<title>User:Tessus/test</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=839"/>
		<updated>2023-01-08T02:54:02Z</updated>

		<summary type="html">&lt;p&gt;Tessus: /* News / DynamicPageList (dpl) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BOFH ==&lt;br /&gt;
&lt;br /&gt;
[[/BOFH | BOFH Test Page]] for MediaWiki [https://www.mediawiki.org/wiki/Extension:BOFH  Extension:BOFH]&lt;br /&gt;
&lt;br /&gt;
== Template:Box &amp;amp; Module:Box ==&lt;br /&gt;
&lt;br /&gt;
[[/Box | Template:Box &amp;amp; Module:Box]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Key Press ==&lt;br /&gt;
&lt;br /&gt;
[[/key press | Key_press]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Template:subpages ==&lt;br /&gt;
&lt;br /&gt;
=== With parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages|User:Tessus}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages|User:Tessus}}&lt;br /&gt;
&lt;br /&gt;
=== No parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages}}&lt;br /&gt;
&lt;br /&gt;
== syntaxhighlight ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;SQL&amp;quot;&amp;gt;&lt;br /&gt;
CREATE DATABASE spemail CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
GRANT ALL privileges ON spemail.* TO &#039;speadmin&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;blabla&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; line&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl aes-256-cbc -in plain-text.txt -out message.enc -pass pass:mySillyPassword&lt;br /&gt;
openssl aes-256-cbc -d -in message.enc -out plain-text.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Help:Tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;4&amp;quot; width=&amp;quot;{{{1|600}}}&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; bgcolor=&amp;quot;#000000&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font color=&amp;quot;#00ff40&amp;quot;&amp;gt;&lt;br /&gt;
Someone has messed up the kernel pointers&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border-style:hidden; color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|width=&amp;quot;200px&amp;quot; | Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color: black; background-color: #ffffcc;&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | This column width is 85% of the screen width (and has a background color)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 30%; background-color: white;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 30% counted from 85% of the screen width&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 70%; background-color: orange;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 70% counted from 85% of the screen width (and has a background color)&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-style: solid; border-width:1px; color: black;&amp;quot; width=&amp;quot;500px&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #ffffcc;&amp;quot; | Coding&lt;br /&gt;
|-&lt;br /&gt;
| Col1&lt;br /&gt;
| Col2&lt;br /&gt;
|-&lt;br /&gt;
| Col3&lt;br /&gt;
| Col4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxBlue --&amp;gt;&lt;br /&gt;
{{BoxBlue|width=500px|title=Test Title|text=Here comes the text&lt;br /&gt;
Line1&lt;br /&gt;
&lt;br /&gt;
Line2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGreen --&amp;gt;&lt;br /&gt;
{{BoxGreen|width=500px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGrey --&amp;gt;&lt;br /&gt;
{{BoxGrey|width=600px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Id&lt;br /&gt;
!Summary&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #f9f9f9; padding-left:10px;&amp;quot; |001&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #ffffcc; padding-left:10px; text-align:center;&amp;quot; |Sum Text 1&lt;br /&gt;
|-&lt;br /&gt;
|003&lt;br /&gt;
|Summary Text 2 very long&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Box|width=600px|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|height=250px|title=General|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=General&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|width=250px|height=250px|title=Coding|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Coding&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Cloud ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News / DynamicPageList (dpl) ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent [[:Category:Article|Articles]]|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Article&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
userdateformat=d F Y&lt;br /&gt;
format={|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:&lt;br /&gt;
 |category=Article&lt;br /&gt;
 |ordermethod=lastedit&lt;br /&gt;
 |order=descending&lt;br /&gt;
 |addeditdate=true&lt;br /&gt;
 |userdateformat=d F Y&lt;br /&gt;
 |format={¦\n,¦-\n¦ %DATE%: ¦¦ &amp;amp;nbsp;&amp;amp;nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;news limit=&amp;quot;10&amp;quot; unique=true namespaces=main categories=Article prefix=&amp;quot;{|&amp;quot; postfix=&amp;quot;|}&amp;quot;&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{{date}}}: || &amp;amp;nbsp;&amp;amp;nbsp; || [[{{{pagename}}}]]&lt;br /&gt;
&amp;lt;/news&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== kbd ==&lt;br /&gt;
&lt;br /&gt;
{{kbd|./configure --help}}&lt;br /&gt;
&lt;br /&gt;
== gallery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Todo.jpg&lt;br /&gt;
Logo.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DynamicPageList ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=&amp;quot;100%&amp;quot;|height={{#var:boxheight}}|title=Apache|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Apache&lt;br /&gt;
ordermethod=title&lt;br /&gt;
order=ascending&lt;br /&gt;
mode=none&lt;br /&gt;
addfirstcategorydate = true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== RecentChanges ==&lt;br /&gt;
&lt;br /&gt;
{{Special:RecentChanges/10}}&lt;br /&gt;
&lt;br /&gt;
== Pager ==&lt;br /&gt;
&lt;br /&gt;
{{Pager&lt;br /&gt;
 |color=blue&lt;br /&gt;
 |prev=&lt;br /&gt;
 |next=User:Tessus/todo&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=838</id>
		<title>User:Tessus/test</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=838"/>
		<updated>2023-01-08T02:52:53Z</updated>

		<summary type="html">&lt;p&gt;Tessus: /* News / DynamicPageList (dpl) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BOFH ==&lt;br /&gt;
&lt;br /&gt;
[[/BOFH | BOFH Test Page]] for MediaWiki [https://www.mediawiki.org/wiki/Extension:BOFH  Extension:BOFH]&lt;br /&gt;
&lt;br /&gt;
== Template:Box &amp;amp; Module:Box ==&lt;br /&gt;
&lt;br /&gt;
[[/Box | Template:Box &amp;amp; Module:Box]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Key Press ==&lt;br /&gt;
&lt;br /&gt;
[[/key press | Key_press]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Template:subpages ==&lt;br /&gt;
&lt;br /&gt;
=== With parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages|User:Tessus}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages|User:Tessus}}&lt;br /&gt;
&lt;br /&gt;
=== No parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages}}&lt;br /&gt;
&lt;br /&gt;
== syntaxhighlight ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;SQL&amp;quot;&amp;gt;&lt;br /&gt;
CREATE DATABASE spemail CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
GRANT ALL privileges ON spemail.* TO &#039;speadmin&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;blabla&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; line&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl aes-256-cbc -in plain-text.txt -out message.enc -pass pass:mySillyPassword&lt;br /&gt;
openssl aes-256-cbc -d -in message.enc -out plain-text.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Help:Tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;4&amp;quot; width=&amp;quot;{{{1|600}}}&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; bgcolor=&amp;quot;#000000&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font color=&amp;quot;#00ff40&amp;quot;&amp;gt;&lt;br /&gt;
Someone has messed up the kernel pointers&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border-style:hidden; color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|width=&amp;quot;200px&amp;quot; | Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color: black; background-color: #ffffcc;&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | This column width is 85% of the screen width (and has a background color)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 30%; background-color: white;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 30% counted from 85% of the screen width&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 70%; background-color: orange;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 70% counted from 85% of the screen width (and has a background color)&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-style: solid; border-width:1px; color: black;&amp;quot; width=&amp;quot;500px&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #ffffcc;&amp;quot; | Coding&lt;br /&gt;
|-&lt;br /&gt;
| Col1&lt;br /&gt;
| Col2&lt;br /&gt;
|-&lt;br /&gt;
| Col3&lt;br /&gt;
| Col4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxBlue --&amp;gt;&lt;br /&gt;
{{BoxBlue|width=500px|title=Test Title|text=Here comes the text&lt;br /&gt;
Line1&lt;br /&gt;
&lt;br /&gt;
Line2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGreen --&amp;gt;&lt;br /&gt;
{{BoxGreen|width=500px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGrey --&amp;gt;&lt;br /&gt;
{{BoxGrey|width=600px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Id&lt;br /&gt;
!Summary&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #f9f9f9; padding-left:10px;&amp;quot; |001&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #ffffcc; padding-left:10px; text-align:center;&amp;quot; |Sum Text 1&lt;br /&gt;
|-&lt;br /&gt;
|003&lt;br /&gt;
|Summary Text 2 very long&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Box|width=600px|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|height=250px|title=General|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=General&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|width=250px|height=250px|title=Coding|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Coding&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Cloud ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News / DynamicPageList (dpl) ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Article&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
userdateformat=d F Y&lt;br /&gt;
format={|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:&lt;br /&gt;
 |category=Article&lt;br /&gt;
 |ordermethod=lastedit&lt;br /&gt;
 |order=descending&lt;br /&gt;
 |addeditdate=true&lt;br /&gt;
 |userdateformat=d F Y&lt;br /&gt;
 |format={¦\n,¦-\n¦ %DATE%: ¦¦ &amp;amp;nbsp;&amp;amp;nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;news limit=&amp;quot;10&amp;quot; unique=true namespaces=main categories=Article prefix=&amp;quot;{|&amp;quot; postfix=&amp;quot;|}&amp;quot;&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{{date}}}: || &amp;amp;nbsp;&amp;amp;nbsp; || [[{{{pagename}}}]]&lt;br /&gt;
&amp;lt;/news&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== kbd ==&lt;br /&gt;
&lt;br /&gt;
{{kbd|./configure --help}}&lt;br /&gt;
&lt;br /&gt;
== gallery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Todo.jpg&lt;br /&gt;
Logo.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DynamicPageList ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=&amp;quot;100%&amp;quot;|height={{#var:boxheight}}|title=Apache|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Apache&lt;br /&gt;
ordermethod=title&lt;br /&gt;
order=ascending&lt;br /&gt;
mode=none&lt;br /&gt;
addfirstcategorydate = true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== RecentChanges ==&lt;br /&gt;
&lt;br /&gt;
{{Special:RecentChanges/10}}&lt;br /&gt;
&lt;br /&gt;
== Pager ==&lt;br /&gt;
&lt;br /&gt;
{{Pager&lt;br /&gt;
 |color=blue&lt;br /&gt;
 |prev=&lt;br /&gt;
 |next=User:Tessus/todo&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=File:Envelope_angry_1.svg&amp;diff=837</id>
		<title>File:Envelope angry 1.svg</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=File:Envelope_angry_1.svg&amp;diff=837"/>
		<updated>2023-01-07T23:54:15Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Angry Envelope (optimized)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Angry Envelope (optimized)&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Why_I_will_never_buy_QNAP_again&amp;diff=836</id>
		<title>Why I will never buy QNAP again</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Why_I_will_never_buy_QNAP_again&amp;diff=836"/>
		<updated>2022-07-12T04:25:50Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My hate for QNAP just tripled.&lt;br /&gt;
&lt;br /&gt;
But let&#039;s start from the beginning. I was always lucky to get QNAP devices in a sale. But after many years of using QNAP, I wish I had never bought QNAP in the first place. I made a similar mistake once by buying a hardware VPN firewall router. Even though it was supposed to be for the SMB market, it was utterly useless even for my home network. I was better off building my own.&lt;br /&gt;
&lt;br /&gt;
Back to QNAP. The first device (4-bay) had an arbitrary restriction and did not allow to use encryption when it was clearly possible to use cryptsetup manually. Besides the fact that all QNAP models for the home and SMB market have abysmal HW specs. The second device (6-bay) was a bit better, but still really bad HW, but I upgraded the memory myself. Nothing I could do about the shitty CPU though.&lt;br /&gt;
My phone has a faster CPU and more memory. &lt;br /&gt;
QNAP then started to install a bunch of crap onto the base system by default and it was often not possible to get rid of it. Thus I had to deal with useless crap on an already CPU and memory bound system.&lt;br /&gt;
&lt;br /&gt;
I always asked myself why I would need all this uselses crap, when I only wanted to have basic NAS functionality: remote shares and a printer server. Nothing more.&lt;br /&gt;
I had no use for transcoding, photo/video stations, surveillance, virtualization (haha - why bother on this shitty piece of HW when the base system already can&#039;t handle any type of load). The problem with this is that such solutions try to be an onestop shop. Unfortunately none of these features work that great and the biggest problem is that even the basic, most fundamental reason for having a NAS in the first place, is not working that great either. I have a 1 Gbit network and the hard disks I use are certainly not the bottleneck. They all have a higher speed than the theoretical max of a 1 GBit network. Yet, I can only transfer files with about 30 MB/s to and from my QNAP NAS. What a joke. The worst performance ever.&lt;br /&gt;
&lt;br /&gt;
Then I found out - only by chance - that the new QOS 5 release removes the printer server functionality. Luckily I don&#039;t do automatic upgrades (because I have a brain), so I was safe. Or so I thought.&lt;br /&gt;
&lt;br /&gt;
Yesterday I installed 4.5.4, the latest version of the QOS 4 series. All went well. This morning I woke up to an automatically upgraded QOS 5. What the actual fuck?&lt;br /&gt;
&lt;br /&gt;
So the upgrade to 4.5.4 changed my settings without my permission and upgraded a system with crucial functionality to a system without that functionality (remember, I only had 2 requirements for a NAS).&lt;br /&gt;
&lt;br /&gt;
I am done with QNAP, their abysmal HW, their shitty performance, and their impertinence of changing my settings without my permission. I am looking forward to building my own NAS - a system I can trust and that outperforms any QNAP system available. Fuck QNAP.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=835</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=835"/>
		<updated>2022-07-11T11:29:25Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=Speakers&#039; Corner|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Why_I_will_never_buy_QNAP_again&amp;diff=834</id>
		<title>Why I will never buy QNAP again</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Why_I_will_never_buy_QNAP_again&amp;diff=834"/>
		<updated>2022-07-11T11:27:52Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;My hate of QNAP just tripled.  But let&amp;#039;s start from the beginning. I was always lucky to get QNAP devices in a sale. But after many years of using QNAP, I wish I had never bought QNAP in the first place. I made a similar mistake once by buying a hardware VPN firewall router. Even though it was supposed to be for the SMB market, it was utterly useless even for my home network. I was better off building my own.  Back to QNAP. The first device (4-bay) had an arbitrary restr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My hate of QNAP just tripled.&lt;br /&gt;
&lt;br /&gt;
But let&#039;s start from the beginning. I was always lucky to get QNAP devices in a sale. But after many years of using QNAP, I wish I had never bought QNAP in the first place. I made a similar mistake once by buying a hardware VPN firewall router. Even though it was supposed to be for the SMB market, it was utterly useless even for my home network. I was better off building my own.&lt;br /&gt;
&lt;br /&gt;
Back to QNAP. The first device (4-bay) had an arbitrary restriction and did not allow to use encryption when it was clearly possible to use cryptsetup manually. Besides the fact that all QNAP models for the home and SMB market have abysmal HW specs. The second device (6-bay) was a bit better, but still really bad HW, but I upgraded the memory myself. Nothing I could do about the shitty CPU though.&lt;br /&gt;
My phone has a faster CPU and more memory. &lt;br /&gt;
QNAP then started to install a bunch of crap onto the base system by default and it was often not possible to get rid of it. Thus I had to deal with useless crap on an already CPU and memory bound system.&lt;br /&gt;
&lt;br /&gt;
I always asked myself why I would need all this uselses crap, when I only wanted to have basic NAS functionality: remote shares and a printer server. Nothing more.&lt;br /&gt;
I had no use for transcoding, photo/video stations, surveillance, virtualization (haha - why bother on this shitty piece of HW when the base system already can&#039;t handle any type of load). The problem with this is that such solutions try to be an onestop shop. Unfortunately none of these features work that great and the biggest problem is that even the basic, most fundamental reason for having a NAS in the first place, is not working that great either. I have a 1 Gbit network and the hard disks I use are certainly not the bottleneck. They all have a higher speed than the theoretical max of a 1 GBit network. Yet, I can only transfer files with about 30 MB/s to and from my QNAP NAS. What a joke. The worst performance ever.&lt;br /&gt;
&lt;br /&gt;
Then I found out - only by chance - that the new QOS 5 release removes the printer server functionality. Luckily I don&#039;t do automatic upgrades (because I have a brain), so I was safe. Or so I thought.&lt;br /&gt;
&lt;br /&gt;
Yesterday I installed 4.5.4, the latest version of the QOS 4 series. All went well. This morning I woke up to an automatically upgraded QOS 5. What the actual fuck?&lt;br /&gt;
&lt;br /&gt;
So the upgrade to 4.5.4 changed my settings without my permission and upgraded a system with crucial functionality to a system without that functionality (remember, I only had 2 requirements for a NAS).&lt;br /&gt;
&lt;br /&gt;
I am done with QNAP, their abysmal HW, their shitty performance, and their impertinence of changing my settings without my permission. I am looking forward to building my own NAS - a system I can trust and that outperforms any QNAP system available. Fuck QNAP.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Bill_C-21&amp;diff=833</id>
		<title>Bill C-21</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Bill_C-21&amp;diff=833"/>
		<updated>2022-06-04T21:21:54Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I wasn&#039;t sure, whether I should post my opinion in fear of being pegged as a gun fanatic. Just to be clear: I am not.&lt;br /&gt;
&lt;br /&gt;
However, the crux of the matter is that this bill and soon-to-be-law is not going to help with what they are selling it for. &#039;&#039;&#039;It will not reduce the amount of murders committed with guns.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All statistics they provided as the reason for putting this bill in place did not mention the most important thing: &#039;&#039;&#039;How many people were murdered with legally acquired handguns by the owners of these handguns?&#039;&#039;&#039; Utter silence.&lt;br /&gt;
&lt;br /&gt;
If you can believe the media and the police reports over the past few years, there was not even one such murder in Toronto.&lt;br /&gt;
The only murder where a legal firearm was used was committed by a police officer who literally executed someone, who was laying on the ground, with multiple gunshots. And these are the people who are permitted to carry a concealed firearm when they are off duty.&lt;br /&gt;
&lt;br /&gt;
Furthermore, &#039;&#039;&#039;the argument of preventing crimes due to panic reactions and in the heat of the moment situations is not valid either&#039;&#039;&#039;. Someone who owns a handgun legally cannot leave it fully loaded on their nightstand.&lt;br /&gt;
&lt;br /&gt;
The gun has to be locked away in a safe with a trigger (or barrel) lock, separated from ammunition. One could not even use that gun in self defense during an armed robbery at home.&lt;br /&gt;
&lt;br /&gt;
But removing that gun from the equation will make people safer? Before one can even assemble this locked away gun in the heat of the moment, one grabs a kitchen knife or the next heavy object instead.&lt;br /&gt;
&lt;br /&gt;
Seriously, do the people who&#039;ve come up with this bill have any common sense? If not, they should be at least be able to read the statistics. If yes, how is this bill going to help?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This proposed law is only targeting law abiding citizens&#039;&#039;&#039; who are legally owning a handgun for going to the shooting range. One must be the dumbest perpetrator to commit a crime with one&#039;s own handgun.&lt;br /&gt;
&lt;br /&gt;
This bill is utterly useless. It was created to appease the public. Our politicians sell this bill as the solution to gun violance, while in reality criminals don&#039;t use legally acquired handguns in the first place. Criminals couldn&#039;t care less about the fact that one can&#039;t buy a handgun anymore.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If they really wanted to reduce the number of murders with handguns, they&#039;d crack down on ILLEGALLY ACQUIRED handguns.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
They could also require ballistic fingerprinting for every legally acquired handgun. Yet again, the fingerprinting only helps if people are dumb enough to use their own handguns to commit a crime.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Bill_C-21&amp;diff=832</id>
		<title>Bill C-21</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Bill_C-21&amp;diff=832"/>
		<updated>2022-06-04T21:17:50Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;I wasn&amp;#039;t sure, whether I should post my opinion in fear of being pegged as a gun fanatic. Just to be clear: I am not.  However, the crux of the matter is that this bill and soon-to-be-law is not going to help with what they are selling it for. &amp;#039;&amp;#039;&amp;#039;It will not reduce the amount of murders committed with guns.&amp;#039;&amp;#039;&amp;#039;  All statistics they provided as the reason for putting this bill in place did not mention the most important thing: &amp;#039;&amp;#039;&amp;#039;How many people were murdered with legally...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I wasn&#039;t sure, whether I should post my opinion in fear of being pegged as a gun fanatic. Just to be clear: I am not.&lt;br /&gt;
&lt;br /&gt;
However, the crux of the matter is that this bill and soon-to-be-law is not going to help with what they are selling it for. &#039;&#039;&#039;It will not reduce the amount of murders committed with guns.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All statistics they provided as the reason for putting this bill in place did not mention the most important thing: &#039;&#039;&#039;How many people were murdered with legally acquired handguns by the owners of these handguns?&#039;&#039;&#039; Utter silence.&lt;br /&gt;
&lt;br /&gt;
If you can believe the media and the police reports over the past few years, there was not even one such murder in Toronto.&lt;br /&gt;
The only murder where a legal firearm was used was committed by a police officer who literally executed someone, who was laying on the ground, with multiple gunshots. And these are the people who are permitted to carry a concealed firearm when they are off duty.&lt;br /&gt;
&lt;br /&gt;
Furthermore, &#039;&#039;&#039;the argument of preventing crimes due to panic reactions and in the heat of the moment situations is not valid either&#039;&#039;&#039;. Someone who owns a handgun legally cannot leave it fully loaded on their nightstand.&lt;br /&gt;
&lt;br /&gt;
The gun has to be locked away in a safe with a trigger (or barrel) lock, separated from ammunition. One could not even use that gun in self defense during an armed robbery at home.&lt;br /&gt;
&lt;br /&gt;
But removing that gun from the equation will make people safer? Before one can even assemble this locked away gun in the heat of the moment, one grabs a kitchen knife or the next heavy object instead.&lt;br /&gt;
&lt;br /&gt;
Seriously, do the people who&#039;ve come up with this bill have any common sense? If not, they should be at least be able to read the statistics. If yes, how is this bill going to help?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This proposed law is only targeting law abiding citizens&#039;&#039;&#039; who are legally owning a handgun for going to the shooting range. One must be the dumbest perpetrator to commit a crime with one&#039;s own handgun.&lt;br /&gt;
&lt;br /&gt;
This bill is utterly useless. It was created to appease the public. Our politicians sell this bill as the solution to gun violance, while in reality criminals don&#039;t use legally acquired handguns in the first place. Criminals couldn&#039;t care less about the fact that one can&#039;t buy a handgun anymore.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If they really wanted to reduce the number of murders with handguns, they&#039;d crack down on ILLEGAL handguns.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
They could also require ballistic fingerprinting for every legally acquired handgun. Yet again, the fingerprinting only helps if people are dumb enough to use their own handguns to commit a crime.&lt;br /&gt;
&lt;br /&gt;
[[Category:Speakers&#039; Corner]]&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplmatrix-parserfunc-tracking-category&amp;diff=831</id>
		<title>MediaWiki:Dplmatrix-parserfunc-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplmatrix-parserfunc-tracking-category&amp;diff=831"/>
		<updated>2022-05-22T23:05:24Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;- Pages using DynamicPageList dplmatrix parser function&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList dplmatrix parser function&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplchapter-parserfunc-tracking-category&amp;diff=830</id>
		<title>MediaWiki:Dplchapter-parserfunc-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplchapter-parserfunc-tracking-category&amp;diff=830"/>
		<updated>2022-05-22T23:04:54Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;- Pages using DynamicPageList dplchapter parser function&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList dplchapter parser function&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplreplace-parserfunc-tracking-category&amp;diff=829</id>
		<title>MediaWiki:Dplreplace-parserfunc-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplreplace-parserfunc-tracking-category&amp;diff=829"/>
		<updated>2022-05-22T23:04:41Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;- Pages using DynamicPageList dplreplace parser function&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList dplreplace parser function&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplvar-parserfunc-tracking-category&amp;diff=828</id>
		<title>MediaWiki:Dplvar-parserfunc-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplvar-parserfunc-tracking-category&amp;diff=828"/>
		<updated>2022-05-22T23:04:26Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;- Pages using DynamicPageList dplvar parser function&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList dplvar parser function&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplnum-parserfunc-tracking-category&amp;diff=827</id>
		<title>MediaWiki:Dplnum-parserfunc-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dplnum-parserfunc-tracking-category&amp;diff=827"/>
		<updated>2022-05-22T23:04:12Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;- Pages using DynamicPageList dplnum parser function&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList dplnum parser function&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-parserfunc-tracking-category&amp;diff=826</id>
		<title>MediaWiki:Dpl-parserfunc-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-parserfunc-tracking-category&amp;diff=826"/>
		<updated>2022-05-22T23:03:42Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;- Pages using DynamicPageList parser function&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList parser function&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-intersection-tracking-category&amp;diff=825</id>
		<title>MediaWiki:Dpl-intersection-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-intersection-tracking-category&amp;diff=825"/>
		<updated>2022-05-22T23:03:08Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;- Pages using DynamicPageList Intersection parser tag&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList Intersection parser tag&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-tag-tracking-category&amp;diff=824</id>
		<title>MediaWiki:Dpl-tag-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-tag-tracking-category&amp;diff=824"/>
		<updated>2022-05-22T23:02:23Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Pages using DynamicPageList parser tag&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=823</id>
		<title>Evermeet Wiki:Main Page</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Evermeet_Wiki:Main_Page&amp;diff=823"/>
		<updated>2022-05-22T22:59:28Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:300px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=blue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Article&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;height:200px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Box|color=green|width=100%|title=Speakers&#039; Corner|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category       = Speakers&#039; Corner&lt;br /&gt;
ordermethod    = firstedit&lt;br /&gt;
order          = descending&lt;br /&gt;
addeditdate    = true&lt;br /&gt;
userdateformat = d F Y&lt;br /&gt;
format         = {|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{bofh:600}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates,Speakers&#039;_Corner,Info,Pages_using_DynamicPageList_parser_tag&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-tag-tracking-category&amp;diff=822</id>
		<title>MediaWiki:Dpl-tag-tracking-category</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=MediaWiki:Dpl-tag-tracking-category&amp;diff=822"/>
		<updated>2022-05-22T22:57:15Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;-&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Category:Pages_using_DynamicPageList_parser_tag&amp;diff=821</id>
		<title>Category:Pages using DynamicPageList parser tag</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Category:Pages_using_DynamicPageList_parser_tag&amp;diff=821"/>
		<updated>2022-05-22T22:54:57Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Category:Pages_using_DynamicPageList_parser_tag&amp;diff=820</id>
		<title>Category:Pages using DynamicPageList parser tag</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Category:Pages_using_DynamicPageList_parser_tag&amp;diff=820"/>
		<updated>2022-05-22T22:53:03Z</updated>

		<summary type="html">&lt;p&gt;Tessus: Created page with &amp;quot;__HIDDENCAT__&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__HIDDENCAT__&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/tmp/article&amp;diff=819</id>
		<title>User:Tessus/tmp/article</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/tmp/article&amp;diff=819"/>
		<updated>2021-12-11T20:30:17Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Title: The 2FA conundrum&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=818</id>
		<title>User:Tessus/test</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=818"/>
		<updated>2021-10-15T19:41:56Z</updated>

		<summary type="html">&lt;p&gt;Tessus: /* Pager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BOFH ==&lt;br /&gt;
&lt;br /&gt;
[[/BOFH | BOFH Test Page]] for MediaWiki [https://www.mediawiki.org/wiki/Extension:BOFH  Extension:BOFH]&lt;br /&gt;
&lt;br /&gt;
== Template:Box &amp;amp; Module:Box ==&lt;br /&gt;
&lt;br /&gt;
[[/Box | Template:Box &amp;amp; Module:Box]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Key Press ==&lt;br /&gt;
&lt;br /&gt;
[[/key press | Key_press]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Template:subpages ==&lt;br /&gt;
&lt;br /&gt;
=== With parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages|User:Tessus}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages|User:Tessus}}&lt;br /&gt;
&lt;br /&gt;
=== No parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages}}&lt;br /&gt;
&lt;br /&gt;
== syntaxhighlight ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;SQL&amp;quot;&amp;gt;&lt;br /&gt;
CREATE DATABASE spemail CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
GRANT ALL privileges ON spemail.* TO &#039;speadmin&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;blabla&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; line&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl aes-256-cbc -in plain-text.txt -out message.enc -pass pass:mySillyPassword&lt;br /&gt;
openssl aes-256-cbc -d -in message.enc -out plain-text.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Help:Tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;4&amp;quot; width=&amp;quot;{{{1|600}}}&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; bgcolor=&amp;quot;#000000&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font color=&amp;quot;#00ff40&amp;quot;&amp;gt;&lt;br /&gt;
Someone has messed up the kernel pointers&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border-style:hidden; color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|width=&amp;quot;200px&amp;quot; | Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color: black; background-color: #ffffcc;&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | This column width is 85% of the screen width (and has a background color)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 30%; background-color: white;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 30% counted from 85% of the screen width&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 70%; background-color: orange;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 70% counted from 85% of the screen width (and has a background color)&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-style: solid; border-width:1px; color: black;&amp;quot; width=&amp;quot;500px&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #ffffcc;&amp;quot; | Coding&lt;br /&gt;
|-&lt;br /&gt;
| Col1&lt;br /&gt;
| Col2&lt;br /&gt;
|-&lt;br /&gt;
| Col3&lt;br /&gt;
| Col4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxBlue --&amp;gt;&lt;br /&gt;
{{BoxBlue|width=500px|title=Test Title|text=Here comes the text&lt;br /&gt;
Line1&lt;br /&gt;
&lt;br /&gt;
Line2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGreen --&amp;gt;&lt;br /&gt;
{{BoxGreen|width=500px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGrey --&amp;gt;&lt;br /&gt;
{{BoxGrey|width=600px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Id&lt;br /&gt;
!Summary&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #f9f9f9; padding-left:10px;&amp;quot; |001&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #ffffcc; padding-left:10px; text-align:center;&amp;quot; |Sum Text 1&lt;br /&gt;
|-&lt;br /&gt;
|003&lt;br /&gt;
|Summary Text 2 very long&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Box|width=600px|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|height=250px|title=General|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=General&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|width=250px|height=250px|title=Coding|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Coding&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Cloud ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News / DynamicPageList (dpl) ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;news limit=&amp;quot;10&amp;quot; unique=true namespaces=main categories=Article prefix=&amp;quot;{|&amp;quot; postfix=&amp;quot;|}&amp;quot;&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{{date}}}: || &amp;amp;nbsp;&amp;amp;nbsp; || [[{{{pagename}}}]]&lt;br /&gt;
&amp;lt;/news&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Article&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
userdateformat=d F Y&lt;br /&gt;
format={|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:&lt;br /&gt;
 |category=Article&lt;br /&gt;
 |ordermethod=lastedit&lt;br /&gt;
 |order=descending&lt;br /&gt;
 |addeditdate=true&lt;br /&gt;
 |userdateformat=d F Y&lt;br /&gt;
 |format={¦\n,¦-\n¦ %DATE%: ¦¦ &amp;amp;nbsp;&amp;amp;nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== kbd ==&lt;br /&gt;
&lt;br /&gt;
{{kbd|./configure --help}}&lt;br /&gt;
&lt;br /&gt;
== gallery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Todo.jpg&lt;br /&gt;
Logo.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DynamicPageList ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=&amp;quot;100%&amp;quot;|height={{#var:boxheight}}|title=Apache|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Apache&lt;br /&gt;
ordermethod=title&lt;br /&gt;
order=ascending&lt;br /&gt;
mode=none&lt;br /&gt;
addfirstcategorydate = true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== RecentChanges ==&lt;br /&gt;
&lt;br /&gt;
{{Special:RecentChanges/10}}&lt;br /&gt;
&lt;br /&gt;
== Pager ==&lt;br /&gt;
&lt;br /&gt;
{{Pager&lt;br /&gt;
 |color=blue&lt;br /&gt;
 |prev=&lt;br /&gt;
 |next=User:Tessus/todo&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=Template:Pager&amp;diff=817</id>
		<title>Template:Pager</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=Template:Pager&amp;diff=817"/>
		<updated>2021-10-15T19:40:38Z</updated>

		<summary type="html">&lt;p&gt;Tessus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div align=&amp;quot;{{#if: {{{align|}}} | {{{align}}} | center }}&amp;quot;&amp;gt;&lt;br /&gt;
{{Box&lt;br /&gt;
|color={{#if: {{{color|}}} | {{{color}}} | yellow }}&lt;br /&gt;
|width={{#if: {{{width|}}} | {{{width}}} | 100% }}&lt;br /&gt;
|text=&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;width:33%; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; padding: 5px 20px;&amp;quot;&amp;gt;     {{#if: {{{prev|}}} | [[{{{prev}}} | ᐸᐊ &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; {{{prev}}} &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; ᐸᐊ]] | &amp;amp;nbsp; }}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; padding: 5px 20px;&amp;quot;&amp;gt;   &#039;&#039;&#039;{{PAGENAME}}&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; padding: 5px 20px;&amp;quot;&amp;gt;    {{#if: {{{next|}}} | [[{{{next}}} | ᐅᐳ &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; {{{next}}} &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; ᐅᐳ]] | &amp;amp;nbsp; }}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{pager}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; creates a page header to select the previous and next page.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Pager&lt;br /&gt;
 |color=    &amp;lt;blue|green|grey|purple|red|yellow&amp;gt;&lt;br /&gt;
 |width=&lt;br /&gt;
 |align=    &amp;lt;center|left|right&amp;gt;&lt;br /&gt;
 |prev=&lt;br /&gt;
 |next=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
; color : The color of the header. Default: &amp;lt;code&amp;gt;yellow&amp;lt;/code&amp;gt;. Options: &amp;lt;code&amp;gt;blue&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;green&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;grey&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;purple&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;red&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;yellow&amp;lt;/code&amp;gt;&lt;br /&gt;
; width : If specified, the width of the box. It must be specified in pixels (px) or percentage (%).&lt;br /&gt;
; align : If specified, the alignment of the box. Default: &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;. Options: &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt;. (Only useful, if width less than 100%.)&lt;br /&gt;
; prev : If specified, the name of the previous page.&lt;br /&gt;
; next : If specified, the name of the next page.&lt;br /&gt;
&lt;br /&gt;
=== Examples === &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{pager|prev=prev|next=next}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{pager|prev=Previous|next=Next}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
	<entry>
		<id>https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=816</id>
		<title>User:Tessus/test</title>
		<link rel="alternate" type="text/html" href="https://evermeet.cx/wiki/index.php?title=User:Tessus/test&amp;diff=816"/>
		<updated>2021-10-15T19:39:21Z</updated>

		<summary type="html">&lt;p&gt;Tessus: /* Pager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BOFH ==&lt;br /&gt;
&lt;br /&gt;
[[/BOFH | BOFH Test Page]] for MediaWiki [https://www.mediawiki.org/wiki/Extension:BOFH  Extension:BOFH]&lt;br /&gt;
&lt;br /&gt;
== Template:Box &amp;amp; Module:Box ==&lt;br /&gt;
&lt;br /&gt;
[[/Box | Template:Box &amp;amp; Module:Box]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Key Press ==&lt;br /&gt;
&lt;br /&gt;
[[/key press | Key_press]] Test Page&lt;br /&gt;
&lt;br /&gt;
== Template:subpages ==&lt;br /&gt;
&lt;br /&gt;
=== With parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages|User:Tessus}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages|User:Tessus}}&lt;br /&gt;
&lt;br /&gt;
=== No parameter ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subpages}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{subpages}}&lt;br /&gt;
&lt;br /&gt;
== syntaxhighlight ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;SQL&amp;quot;&amp;gt;&lt;br /&gt;
CREATE DATABASE spemail CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
GRANT ALL privileges ON spemail.* TO &#039;speadmin&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;blabla&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; line&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main( void )&lt;br /&gt;
{&lt;br /&gt;
    printf( &amp;quot;Test\n&amp;quot; );&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl aes-256-cbc -in plain-text.txt -out message.enc -pass pass:mySillyPassword&lt;br /&gt;
openssl aes-256-cbc -d -in message.enc -out plain-text.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Help:Tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;4&amp;quot; width=&amp;quot;{{{1|600}}}&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; bgcolor=&amp;quot;#000000&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font color=&amp;quot;#00ff40&amp;quot;&amp;gt;&lt;br /&gt;
Someone has messed up the kernel pointers&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border-style:hidden; color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|width=&amp;quot;200px&amp;quot; | Orange&lt;br /&gt;
|Apple&lt;br /&gt;
|-&lt;br /&gt;
|Bread&lt;br /&gt;
|Pie&lt;br /&gt;
|-&lt;br /&gt;
|Butter&lt;br /&gt;
|Ice cream &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color: black; background-color: #ffffcc;&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | This column width is 85% of the screen width (and has a background color)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 30%; background-color: white;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 30% counted from 85% of the screen width&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 70%; background-color: orange;&amp;quot;|&lt;br /&gt;
&#039;&#039;&#039;This column is 70% counted from 85% of the screen width (and has a background color)&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-style: solid; border-width:1px; color: black;&amp;quot; width=&amp;quot;500px&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #ffffcc;&amp;quot; | Coding&lt;br /&gt;
|-&lt;br /&gt;
| Col1&lt;br /&gt;
| Col2&lt;br /&gt;
|-&lt;br /&gt;
| Col3&lt;br /&gt;
| Col4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxBlue --&amp;gt;&lt;br /&gt;
{{BoxBlue|width=500px|title=Test Title|text=Here comes the text&lt;br /&gt;
Line1&lt;br /&gt;
&lt;br /&gt;
Line2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGreen --&amp;gt;&lt;br /&gt;
{{BoxGreen|width=500px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- BoxGrey --&amp;gt;&lt;br /&gt;
{{BoxGrey|width=600px|title=We are the champions|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Id&lt;br /&gt;
!Summary&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #f9f9f9; padding-left:10px;&amp;quot; |001&lt;br /&gt;
|style=&amp;quot;color: black; background-color: #ffffcc; padding-left:10px; text-align:center;&amp;quot; |Sum Text 1&lt;br /&gt;
|-&lt;br /&gt;
|003&lt;br /&gt;
|Summary Text 2 very long&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Box|width=600px|text={{subpages}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|height=250px|title=General|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=General&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Box|width=250px|height=250px|title=Coding|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Coding&lt;br /&gt;
ordermethod=sortkey&lt;br /&gt;
order=ascending&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Cloud ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tagcloud&amp;gt;&lt;br /&gt;
exclude=Coding,Article,Article_message_templates,Article_message_templates_with_missing_parameters,Articles_using_small_message_boxes,Calls_to_Module:Unsubst_that_use_$N,Category_namespace_templates,Computer_keys,Data_templates,Disambiguation_message_boxes,Documentation_see_also_templates,Exclude_in_print,External_link_templates,File_message_boxes,File_namespace_templates,Internal_category-link_templates,Lua-based_templates,Mbox_and_messagebox_templates,Pages_with_broken_file_links,Pages_with_syntax_highlighting_errors,Programming_typing-aid_templates,Semantic_markup_templates,Set_index_article_templates,Software_templates,Stub_message_templates,Talk_message_boxes,Talk_namespace_templates,Task_extensions,Template-related_templates,TemplateData_documentation,Template_documentation_pages,Template_namespace_templates,User_namespace_templates&lt;br /&gt;
&amp;lt;/tagcloud&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News / DynamicPageList (dpl) ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;news limit=&amp;quot;10&amp;quot; unique=true namespaces=main categories=Article prefix=&amp;quot;{|&amp;quot; postfix=&amp;quot;|}&amp;quot;&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{{date}}}: || &amp;amp;nbsp;&amp;amp;nbsp; || [[{{{pagename}}}]]&lt;br /&gt;
&amp;lt;/news&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=100%|height={{#var:boxheight}}|title=Recent Articles|text=&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Article&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
userdateformat=d F Y&lt;br /&gt;
format={|\n,|-\n| %DATE%: || &amp;amp;nbsp;&amp;amp;nbsp; || [[%PAGE%]]\n,,\n|}&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:&lt;br /&gt;
 |category=Article&lt;br /&gt;
 |ordermethod=lastedit&lt;br /&gt;
 |order=descending&lt;br /&gt;
 |addeditdate=true&lt;br /&gt;
 |userdateformat=d F Y&lt;br /&gt;
 |format={¦\n,¦-\n¦ %DATE%: ¦¦ &amp;amp;nbsp;&amp;amp;nbsp; ¦¦ [[%PAGE%]]\n,,\n¦}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== kbd ==&lt;br /&gt;
&lt;br /&gt;
{{kbd|./configure --help}}&lt;br /&gt;
&lt;br /&gt;
== gallery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Todo.jpg&lt;br /&gt;
Logo.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DynamicPageList ==&lt;br /&gt;
&lt;br /&gt;
{{BoxBlue|width=&amp;quot;100%&amp;quot;|height={{#var:boxheight}}|title=Apache|text=&amp;lt;DPL&amp;gt;&lt;br /&gt;
category=Apache&lt;br /&gt;
ordermethod=title&lt;br /&gt;
order=ascending&lt;br /&gt;
mode=none&lt;br /&gt;
addfirstcategorydate = true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== RecentChanges ==&lt;br /&gt;
&lt;br /&gt;
{{Special:RecentChanges/10}}&lt;br /&gt;
&lt;br /&gt;
== Pager ==&lt;br /&gt;
&lt;br /&gt;
{{Pager&lt;br /&gt;
 |color=blue&lt;br /&gt;
 |width=80%&lt;br /&gt;
 |align=center&lt;br /&gt;
 |prev=&lt;br /&gt;
 |next=User:Tessus/todo&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Tessus</name></author>
	</entry>
</feed>