DDSIC:Manual of Style
From DemiDec Scores and Information Center
| This is an extension of Wikipedia's Manual of Style, which is more inclusive but doesn't cover ADSIC specific things. |
We can't have every page with it's own unique look. That's why ADSIC has this Manual of Style. Mostly you don't need to diverge from this and won't, but if you ever have a question about what should be on a page or what it should look like check the perfect look of a page below.
- The Perfect Nationals Page
- The Perfect State Page
- The Perfect Regionals Page
- The Perfect Competition Results Page
Contents |
[edit] Tables
The best kind of table looks like this. It is sortable by javascript, uses a default format, and is easy to edit, and the colors have been preselected. This format should be used on all tables.
| What to type | What it makes | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
{| class = "wikitable sortable" width="500"
! header 1 !! header 2 !! header 3
|-
|school1 || info1 || info1
|-
|school2 || info2 || info2
|-
|}
|
|
[edit] Categories
Make them. Use them. Love them. Except on score articles, gilbot will add them.
[[Category:Name of Category]]
[edit] On Templates
Templates are nice, and can be used well in the right context. ADSIC uses the ambox format for most editing boxes (the majority) of templates, which can be used by placing the code of an existing template at the front of an article. Use them often to clear up disputes, merge articles, fix problems, etc.. Don't make a template unless you have made one before and have an understanding of what you're doing.
{{TemplateName}}
[edit] Color Templates
Gold, silver, and bronze templates look like this: {{Color | Your text here}}. Here's an example:
| What to type | What it makes | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{| class = "wikitable sortable"
! Place !! header 1 !! header 2 !! header 3
|-
| {{Gold|1}} || school1 || info1 || info1
|-
| {{Silver|2}} || school2 || info2 || info2
|-
| {{Bronze|3}} || school3 || info3 || info3
|-
|}
|
|
[edit] Infoboxes
All state infoboxes use the same colors. All national infoboxes use the same colors. All userpage infoboxes use the same colors. School infoboxes, however, use school colors.
[edit] Portal Infoboxes
To insert an infobox for a state/region at the top of a results page for a competition which took place in that state/region, type {{Infobox StateName/RegionName}} at the very beginning of the page.
| What to type | What it makes | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{Infobox California}} |
| ||||||||||||||||||||
[edit] Informative Infoboxes
To insert an infobox for a school, national competition, or user, copy the code from here and fill out where needed.
| National Infobox | School Infobox | User Infobox |
|---|---|---|
{{NationalInfobox|Year|Summer||
| Logo =
| Size =
| Name =
| Optional caption =
| Host City =
| States participating =
| Events = 10 Subjects in 2 Disciplines
| Opening Date =
| Awards Ceremony =
| National Champions =
| National Second Place =
| National Third Place =
| Division I Champions =
| Division II Champions =
| Division III Champions =
| Rookie of the Year =
| Curriculum Topic =
| Super Quiz Topic =
|}}
|
{{Infobox School
| color1 =
| color2 =
| name =
| logo =
| imagesize =
| school_founded =
| team_established =
| history =
| arena =
| city =
| colors =
| principal =
| coach =
| acoach =
| national_champs =
| state_champs =
| region_champs =
| regionloc =
| highfin =
|}}
|
{{Infobox_profile
|name =
|image =
|bday =
|gender =
|location=
|division=
|cschool =
|oschool =
}}
|