| MediaWiki:Sitenotice |
|---|
| 2026-03-12: Cocopedia.com is now using a new caching system that should make things faster. Please let me know if you encounter any new issues.
2026-03-15: MediaWiki has been reinstalled and the old database and files restored. It was pretty clogged up from being upgraded so many times since 2004. I am also testing out Cloudflare to see if it can prevent the 'bot assaults that took the site down last year. 2026-03-16: Special thanks to Don Barber for hosting a backup mirror of CoCopedia: https://cocopedia.dgb3.net |
Template:PageTest: Difference between revisions
From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
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 11: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.
}}