Help:Templates
| WARNING: See the Disclaimer before you hurt yourself.... |
From gotards.com
Contents |
A template
I've written up a couple of templates for tables, which might be easier to remember:
|
{{tableopen}} | = |
{| border=1 cellpadding=5 cellspacing=0 | |
|
{{tableclose}} | = |
|} |
Its use
Where:
{{tableopen}} content {{tableclose}}
will result in:
|
content |
Hypertext is cool
Of course, the same thing could be done with basic hypertext:
|
<table border="1" cellpadding="5" cellspacing="0"><tr><td> content </td></tr></table> |
But hypertext scares some people. I'm not sure why.
More later....
I'll add more eventually. Meanwhile, if anyone else is any good at writing MediaWiki templates: feel free.
--Gremlin
