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 Magazine: Difference between revisions
Luis46coco (talk | contribs) Created page with "{| border="1" cellpadding="2" cellspacing="0" style="float:right; margin: 0em 0em 1em 1em;" |- ! align="center" colspan="2" style="background:#efefef;" | <big>{{PAGENAME}}</bi..." |
AllenHuffman (talk | contribs) m AllenHuffman moved page Template:Infobox Magazine to Template:InfoBox Magazine |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{| | <noinclude>This template currently generates the Magazine InfoBox. | ||
== Usage == | |||
<pre>{{InfoBox Magazine | | |||
| name = (optional, else PAGENAME is used) | |||
| photo = (optional, else PAGENAME.jpg is used) | |||
| publisher = | |||
| volume = | |||
| pub_date = | |||
| pages = | |||
| isbn = | |||
| isbn-13 = | |||
| language = | |||
| format = | |||
| notes = | |||
| infosource = | |||
}}</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" {{!}} Publisher | ||
| {{#if: {{{publisher|}}} | {{{publisher}}} | PUBLISHER NEEDED [[Category: Missing Publisher]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Volume | ||
| {{#if: {{{volume|}}} | {{{volume}}} | VOLUME NEEDED [[Category: Missing Volume]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Pub Date | ||
| | | {{#if: {{{pub_date|}}} | {{{pub_date}}} | PUBLICATION DATE NEEDED [[Category: Missing Publication Date]]}} | ||
|- | |- | ||
! | ! scope="row" {{!}} Pages | ||
| | | {{#if: {{{pages|}}} | {{{pages}}} | PAGES NEEDED [[Category: Missing Pages]]}} | ||
|- | |- | ||
! | ! scope="row" {{!}} ISBN | ||
| | | {{#if: {{{isbn|}}} | {{{isbn}}} | ISBN NEEDED [[Category: Missing ISBN]]}} | ||
|- | |- | ||
! | ! scope="row" {{!}} ISBN-13 | ||
| | | {{#if: {{{isbn-13|}}} | {{{isbn-13}}} | ISBN-13 NEEDED [[Category: Missing ISBN-13]]}} | ||
|- | |- | ||
! | ! scope="row" {{!}} Language | ||
| {{#if: {{{language|}}} | {{{language}}} | LANGUAGE NEEDED [[Category: Missing Language]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Format | ||
| {{#if: {{{format|}}} | {{{format}}} | FORMAT NEEDED [[Category: Missing Format]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Notes | ||
| {{#if: {{{notes|}}} | {{{notes}}} | NOTES NEEDED [[Category: Missing Notes]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Info Source | ||
| {{#if: {{{infosource|}}} | {{{infosource}}} | INFO SOURCE NEEDED [[Category: Missing Info Source]]}} | |||
| | |||
|} | |} | ||
</includeonly></onlyinclude> | |||
Latest revision as of 15:17, 30 August 2016
This template currently generates the Magazine InfoBox.
Usage
{{InfoBox Magazine |
| name = (optional, else PAGENAME is used)
| photo = (optional, else PAGENAME.jpg is used)
| publisher =
| volume =
| pub_date =
| pages =
| isbn =
| isbn-13 =
| language =
| format =
| notes =
| infosource =
}}