m (→Alert Messages) |
|||
(12 intermediate revisions by one other user not shown) | |||
Line 77: | Line 77: | ||
Output:: <math>A_{sv} = (A_{sd} * Sn_w) - I_{vol}</math> | Output:: <math>A_{sv} = (A_{sd} * Sn_w) - I_{vol}</math> | ||
− | Construct equations using [http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html LaTeX]. More | + | Construct equations using [http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html LaTeX]. More in-depth instructions and example can be found [[Help:Math|here]]. |
The following formatting rules will be applied to all equations: | The following formatting rules will be applied to all equations: | ||
Line 88: | Line 88: | ||
*no bold | *no bold | ||
− | It is recommended you use the Math function. However,if using the Math function you will need to | + | It is recommended you use the Math function. However, if using the Math function you will need to override the centering, adjust the font, and correct use of italics. |
Example; | Example; | ||
Line 124: | Line 124: | ||
− | {{alert|This is an alert message! (alert-under-construction|alert-under-construction}} | + | {{alert|This is an alert message! (alert-under-construction)|alert-under-construction}} |
=== Tooltips === | === Tooltips === | ||
Line 197: | Line 197: | ||
*tables are sortable | *tables are sortable | ||
*in the header but separate from the title include a link to the table (Link to this '''table name''' | *in the header but separate from the title include a link to the table (Link to this '''table name''' | ||
+ | |||
+ | ===Figure formatting=== | ||
+ | *figures are 300 px | ||
+ | *use thumb command to include a heading | ||
+ | *all figures must be properly cited | ||
+ | *all figures must have alt text | ||
+ | *font size for figure headings is 3 | ||
+ | *all figures must be placed in an appropriate category | ||
+ | **Photo | ||
+ | **Schematic | ||
+ | **Graph | ||
+ | **Maps | ||
+ | |||
+ | ===HTML codes=== | ||
+ | UTF-8 Geometric Shapes can be found at [http://www.w3schools.com/charsets/ref_utf_geometric.asp this link]. this page contains a list of several codes that may be useful, such as empty circles, half-filled circles, filled circles, triangles, squares, and other geometric shapes. The basic formula for a code is | ||
+ | |||
+ | &#code; | ||
+ | |||
+ | where code is the code for symbol. For example, the code for a top filled circle is 9683 (◓) and a bottom filled circle is 9682 (◒). | ||
+ | |||
+ | ==Tips and instructions for wiki authors== | ||
+ | *References | ||
+ | **Link internally to Reference list and then, in the reference list, link externally. The internal link should highlight the year also. The Reference link should highlight only the title. | ||
+ | **External link to organizations not included in the reference list; highlight entire name of organization | ||
+ | *Figure and table headers – try to provide some explanation. | ||
+ | *Definitions – as appropriate, link to the Glossary. Do not overlink. If a definition is needed in the glossary, add it. The internal link to the Glossary should take them to the appropriate section within the Glossary. | ||
+ | *White space on the screen – manipulate figures and tables as needed to minimize white space on the screen. | ||
+ | *In the text, do not refer to tables and figures unless needed. Text and table/figure headings should be stand-alone items. | ||
+ | *Never skip a level when going to a lower level in headings. You can skip levels going to higher levels. Examples: | ||
+ | Incorrect<br> | ||
+ | ''==Heading 1==''<br> | ||
+ | ''====Sub-heading 1====''<br> | ||
+ | ''=====Sub-sub-heading 2=====''<br> | ||
+ | ''==Heading 2=='' | ||
+ | |||
+ | Correct<br> | ||
+ | ''==Heading 1==''<br> | ||
+ | ''===Sub-heading 1===''<br> | ||
+ | ''====Sub-heading 2====''<br> | ||
+ | ''==Heading 2=='' | ||
+ | *Spell out units in text. For example, use pounds rather than lbs., cubic feet per second rather than ft3/s, etc. In tables and figures, abbreviations are acceptable. | ||
+ | *Use numbers rather text. For example, 3 pounds rather than three pounds. The only exceptions are when the number is not referring to some unit. | ||
+ | *Capitals – only the first word is capitalized in any heading, except for proper nouns. This includes headings in bulleted lists and tables. | ||
+ | *Table and figure heading font size is 3. | ||
+ | *Alert boxes – use but do not overuse. If there is a permit item, it gets a red alert box (danger). Other alert boxes are optional (yellow=warning, blue=information, green=green infrastructure) | ||
+ | *All figures are 300 px, thumb, and must have alt text. | ||
+ | *If you have a math equation, talk to me. | ||
+ | *Sometimes it is okay to put in an external link without the associated text. The link shows up as a number. | ||
+ | *It is extremely rare that you will want a link in a heading. | ||
+ | *Reference list | ||
+ | **Bulleted list | ||
+ | **Follow Chicago style. (Author(s). year. Title. Source. Number/pages.) | ||
+ | **Create a link from the title to the website, if it exists. If no website, then title is in italics. | ||
+ | **Do not link to pages where something is being sold (a book publisher, ASTM standards, etc.) |
This page contains an overview of code elements that can be used to style content within the wiki.
'''Bold text'''
Bold text
''Italic text''
Italic text
'''''Bold Italic text'''''
Bold Italic text
[[Link to internal page]]
Link to internal page
[http://www.google.com Link to external site]
Link to external site
To left align an image: [[Image:example.png|Alt Tag|left]]
To right align an image: [[Image:example.png|Alt Tag|right]]
Code:
<table> <tr> <th>Heading 1</th> <th>Heading 2</th> <th>Heading 3</th> <th>Heading 4</th> <th>Heading 5</th> </tr> <tr> <td>Row 1-1</td> <td>Row 1-2</td> <td>Row 1-3</td> <td>Row 1-4</td> <td>Row 1-5</td> </tr> </table>
Heading 1 | Heading 2 | Heading 3 | Heading 4 | Heading 5 |
---|---|---|---|---|
Row 1-1 | Row 1-2 | Row 1-3 | Row 1-4 | Row 1-5 |
Row 2-1 | Row 2-2 | Row 2-3 | Row 2-4 | Row 2-5 |
Row 3-1 | Row 3-2 | Row 3-3 | Row 3-4 | Row 3-5 |
Usage: \(A_{sv} = (A_{sd} * Sn_w) - I_{vol}\)
Output:\[A_{sv} = (A_{sd} * Sn_w) - I_{vol}\]
Construct equations using LaTeX. More in-depth instructions and example can be found here.
The following formatting rules will be applied to all equations:
It is recommended you use the Math function. However, if using the Math function you will need to override the centering, adjust the font, and correct use of italics.
Example;
Link to the wiki page that contains a link to download
Usage: [[File:sample.doc]]
Example: File:Sample.doc
Link directly to the document
Usage: [[media:sample.doc|This is a Microsoft Word document]]
Example: This is a Microsoft Word document
Usage:
{{alert|This is your message|alert-danger}}
Examples
Usage: {{tip|Something|This is the tooltip!}}
or {{tip|[[A Link]]|This is the tooltip!}}
Examples
Something
Usage: {{pop|This is a popover|Popover Title|Popover Content}}
Example: This is a popover
The basic concept of the ref tag is that it inserts the text enclosed by the ref tags as a footnote in a designated section, which you indicate with the placeholder tag references /. See [1]
The following conventions should be followed when writing math equations
For example, the equation a = 0.5 inches * (b - c) * 1/20 can be rewritten a = 0.25 (b - c)
The following conventions should be followed when writing the explanation for equation terms
Other conventions to follow
An example equation is shown below and a screen shot of the code used to generate this equation is included below.
\(V_wq = 1815 (IC - CA)\)
where:
Rule 2 (Stormwater Ponds and Constructed Wetlands Draining to Special Waters) and Rule 4 (Non-Ponds Draining to Special Waters):
\(V_wq = 3630 (IC - CA)\)
where:
UTF-8 Geometric Shapes can be found at this link. this page contains a list of several codes that may be useful, such as empty circles, half-filled circles, filled circles, triangles, squares, and other geometric shapes. The basic formula for a code is
&#code;
where code is the code for symbol. For example, the code for a top filled circle is 9683 (◓) and a bottom filled circle is 9682 (◒).
Incorrect
==Heading 1==
====Sub-heading 1====
=====Sub-sub-heading 2=====
==Heading 2==
Correct
==Heading 1==
===Sub-heading 1===
====Sub-heading 2====
==Heading 2==
This page was last edited on 28 June 2023, at 20:28.