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.
Using Navigation Templates: Difference between revisions
AllenHuffman (talk | contribs) No edit summary |
AllenHuffman (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Please do not edit this page. It is a work in progress. | Please do not edit this page. It is a work in progress. | ||
<nowiki> | == Navigation Template == | ||
At the top of each page, add a Nav template, such as '''<nowiki>{{NavArticles}}</nowiki>'''. If it does not exist, you can then click on that link and create it. It should look like this: | |||
</nowiki> | <pre><nowiki> | ||
{{Home}}{{Section}}{{PageName}}} | |||
</nowiki></pre> | |||
<nowiki> | Then, if '''Section''' does not exist, create it like this: | ||
<pre><nowiki> | |||
[[Category: Section Name]]{{Delim}}[[Section Name Top Page Link]] | [[Category: Section Name]]{{Delim}}[[Section Name Top Page Link]] | ||
</nowiki> | </nowiki></pre> | ||
<nowiki> | == Delimeter == | ||
You should never change this. It's a global thing used by the templates. Changing this can change the nav format globally. | |||
<pre><nowiki> | |||
/ | / | ||
</nowiki> | </nowiki></pre> | ||
<nowiki> | == PageName == | ||
And this one doesn't need to be changed either. | |||
<pre><nowiki> | |||
: '''{{PAGENAME}}''' | : '''{{PAGENAME}}''' | ||
</nowiki> | </nowiki></pre> | ||
Revision as of 05:04, 7 February 2007
Please do not edit this page. It is a work in progress.
Navigation Template
At the top of each page, add a Nav template, such as {{NavArticles}}. If it does not exist, you can then click on that link and create it. It should look like this:
{{Home}}{{Section}}{{PageName}}}
Then, if Section does not exist, create it like this:
[[Category: Section Name]]{{Delim}}[[Section Name Top Page Link]]
Delimeter
You should never change this. It's a global thing used by the templates. Changing this can change the nav format globally.
/
PageName
And this one doesn't need to be changed either.
: '''{{PAGENAME}}'''