MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues. 2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)

Template:PageTest: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
(Created page with "Testing a page template idea: {{NavHome}} {{InfoBox | | name = {{{name|}}} | photo = {{{photo|}}} | date = {{{date|}}} | format = {{{format|}}} | notes = {{{notes|}}} }...")
 
No edit summary
 
Line 1: Line 1:
Testing a page template idea:
<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.
}}