Template
From Chaos
Contents |
HowTo
- Include the following at the top of your article: {{HOWTO}}
- Modify the HOWTO template
Cleanup
- Have an article that's a mess? Include the following at the top, and it will be flagged for cleanup: {{Cleanup}}
- Modify the Cleanup template
See this article's talk page for more information on why this article was flagged for cleanup. |
Navigation Footer
- Need to include the general navigation footer in in article? Include the following somewhere on your page: {{Nav footer}}
- Modify the Nav footer template
Google Definition
- This provides a quick and dirty way to add links for common terms to your articles. Simply add this for a tearm you want to define: {{Defn|My Term}}
- Modify the Definition template
Command Templates
Terminal/SSH
- Use this for commands you need to run on the shell: {{Cmd|user|host|/path|command}}
- Modify the Cmd (Terminal/SSH) template
| root@localhost:/usr/local# ps auxwww |
MySQL
- Use this for commands that will be run in the mysql console: {{Mysql|command}}
- Modify the Mysql command template
| mysql> SELECT * FROM users LIMIT 10\G |
Warning
- Use this to put a small note (right-aligned) on the page that warns users of impending doom: {{Warn|Alignment|Width|Message}}
- Modify the Warn template
| This is a warning!!! YOU BETTER BE CAREFUL!!! |
Bugzilla
- Use this to link to a bug in http://bugzilla.untouchable.net: {{Bug|<bugid>}}
- Modify the Bug template
