MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.
Template:PageTest: Difference between revisions
AllenHuffman (talk | contribs) Created page with "Testing a page template idea: {{NavHome}} {{InfoBox | | name = {{{name|}}} | photo = {{{photo|}}} | date = {{{date|}}} | format = {{{format|}}} | notes = {{{notes|}}} }..." |
AllenHuffman (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>This TEST template generates a complete page with navigation links, InfoBox and sections. | |||
== Usage == | |||
<pre>{{PageTest | | |||
| name = (optional, else PAGENAME is used) | |||
| photo = (optional, else PAGENAME.jpg is used) | |||
| date = | |||
| format = | |||
| notes = | |||
| description = | |||
12345678901234567890123456789012345678901234567890123456789012345678901234567890 | |||
...put page text here. You can put as many lines as you need up to the next | |||
section. You can add additional sections by putting in: | |||
== Another section == | |||
And you can put sub-sections like this: | |||
=== Sub Section 1 === | |||
This is a sub-section... | |||
=== Sub Section2 === | |||
This is another sub-section... | |||
All of that just gets inserted when the page is generated. | |||
| links = | |||
* None yet. | |||
}}</pre> | |||
</noinclude><includeonly><onlyinclude><!-- START of InfoBox --> | |||
{{NavHome}} | {{NavHome}} | ||
{{InfoBox | | {{InfoBox | | ||
| Line 14: | Line 38: | ||
== External Links == | == External Links == | ||
{{{links}}} | {{{links}}} | ||
</includeonly></onlyinclude> | |||
Latest revision as of 15:59, 30 August 2016
This TEST template generates a complete page with navigation links, InfoBox and sections.
Usage
{{PageTest |
| name = (optional, else PAGENAME is used)
| photo = (optional, else PAGENAME.jpg is used)
| date =
| format =
| notes =
| description =
12345678901234567890123456789012345678901234567890123456789012345678901234567890
...put page text here. You can put as many lines as you need up to the next
section. You can add additional sections by putting in:
== Another section ==
And you can put sub-sections like this:
=== Sub Section 1 ===
This is a sub-section...
=== Sub Section2 ===
This is another sub-section...
All of that just gets inserted when the page is generated.
| links =
* None yet.
}}