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:InfoBox: Difference between revisions
Luis46coco (talk | contribs) No edit summary |
AllenHuffman (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{| | <noinclude>This template generates the various types of Info Boxes. | ||
== Usage == | |||
<pre>{{InfoBox | | |||
| name = (optional, else PAGENAME is used) | |||
| photo = (optional, else PAGENAME.jpg is used) | |||
| date = | |||
| format = | |||
| notes = | |||
}}</pre> | |||
</noinclude><includeonly><onlyinclude><!-- START of InfoBox --> | |||
{| class="wikitable" style="float:right;" width="300px" | |||
|+ {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | |||
|- | |- | ||
| colspan="2" align="center" | | |||
{{#if: {{{photo|}}} | [[Image:{{{photo}}}|300px]] | MISSING PHOTO [[Category: Missing Photo]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Name | ||
| {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | |||
|- | |- | ||
! | ! scope="row" {{!}} Date | ||
| | | {{#if: {{{date|}}} | {{{date}}} | DATE NEEDED [[Category: Missing Date]]}} | ||
|- | |- | ||
! | ! scope="row" {{!}} Format | ||
| {{#if: {{{format|}}} | {{{format}}} | FORMAT NEEDED [[Category: Missing Format]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Notes | ||
| | | {{#if: {{{notes|}}} | {{{notes}}} | NOTES NEEDED [[Category: Missing Notes]]}} | ||
|- | |- | ||
|} | |} | ||
</includeonly></onlyinclude> | |||
Revision as of 16:33, 24 August 2016
This template generates the various types of Info Boxes.
Usage
{{InfoBox |
| name = (optional, else PAGENAME is used)
| photo = (optional, else PAGENAME.jpg is used)
| date =
| format =
| notes =
}}