ASDSO Dam Safety Toolbox

Guidelines for Creating a Topic Page

From ASDSO Dam Safety Toolbox
Revision as of 23:13, 23 December 2022 by Rmanwaring (talk | contribs)
Jump to: navigation, search

Topic pages introduce a topic by providing relevant background information and peer-reviewed guidance. These pages are generally between 100 and 500 words in length. The purpose of these pages is not to document every formula and procedure relating to a topic, but rather to give an overview of the topic and point the user to Best Practices Resources where the topic is addressed in a more comprehensive manner.

Where appropriate, headings should be included to organize and distinguish between subsections of a single Topic Page. If more than a few subsections are needed to convey the information for a single topic page, the creation of new subtopic pages for each of the subsections should be considered. This will help keep Topic Pages concise and focused, thereby increasing the ability to link between subtopic pages and reducing the potential for redundancies in content.

Naming a New Topic Page

Care should be taken when naming a new Topic Page. Avoid simplistic titles or terms that can mean multiple things or apply to more than one discipline. Rather, names of Topic Pages should be as specific as possible. For example, if creating a page about the design of relief wells, the page should be called "Design of Relief Wells." If it was simply called "Design", this generic page title may inadvertently auto-link to other pages on the website where the term "design" is used but a link to the very specific topic of relief wells is not appropriate.

Typical Topic Page Content

At a minimum, a Topic Page will include a page name/title and introductory text (e.g., a definition of a given term). A thoroughly developed Topic Page may include any and all of the following content:

  1. Topic Page Title (see section above regarding the importance of naming a new Topic Page)
  2. Breadcrumb Menu Navigation Links
  3. Introductory Paragraph (typically 100 to 500 words in length)
  4. Pertinent Figures or Images (for demonstrative or aesthetic purposes)
  5. Links to Related Subtopic Pages or Sections with Guidance on Related Subtopics (when content for related subtopics is limited).
  6. List of Examples that illustrate the concepts explained in the previous section(s). These can be links to content on other websites such as ASDSO's DamFailures.org, news articles, videos, etc.
  7. List of Best Practices Resources that are applicable to the topic of interest.
  8. List of Trainings that are applicable to the topic such as webinars, presentations, etc.
  9. List of Citations (if any) used in the previous sections.
  10. Revision History should be included at the bottom of every page.


Best Practices Resources, Trainings, and Examples

When creating and updating a Topic Page, it is important to make sure that the content is supported by links to the best resources that are available about that topic. Contributors and editors should review the following lists of resources that have been uploaded to the Dam Safety Toolbox and add links to topic pages as appropriate.

If important references are missing from the website, they should be added to the site as part of the Topic Page creation process and subsequently linked to the Topic Page in accordance with the following:


New Topic Page Template Code

The following template code should be copied and pasted into the editor when creating a new Topic Page to facilitate the process of creating, formatting, and reviewing new content. Users should add or delete sections, pictures, and code as necessary for a specific topic.

<!-- Default code to remove table of contents and add line break at top of page -->
__NOTOC__
<!-- Add Category to drive breadcrumb menus -->
[[Category:Undefined]]
----

<!-- Insert image using {{Picture}} template -->
{{Picture
<!-- Add image file name (ex.image.jpg) -->
|image= 1.jpg
<!--Add link if applicable -->
|link=
<!-- Add picture caption -->
|caption= This is a dam.
}}

<!-- Introductory paragraph or topic page summary -->
Paragraph text

== Heading Title ==
Paragraph text

== Examples ==
{{Website Icon}} <!-- Internal Link Format --> [[Page Name | Internal Link Text]]
{{Website Icon}} <!-- External Link Format --> [ExternalURL Displayed Text]
{{Video Icon}} <!-- Internal Link Format --> [[Page Name | Internal Link Text]]
{{Video Icon}} <!-- External Link Format --> [ExternalURL Displayed Text]

== Best Practices Resources ==
{{Document Icon}} [[Page Name | Title, Author]]

== Trainings ==
{{Website Icon}} <!-- Internal Link Format --> [[Page Name | Internal Link Text]]
{{Website Icon}} <!-- External Link Format --> [ExternalURL Displayed Text]
{{Video Icon}} <!-- Internal Link Format --> [[Page Name | Internal Link Text]]
{{Video Icon}} <!-- External Link Format --> [ExternalURL Displayed Text]

<!-- Citations will automatically populate if instructions on the "Guidelines for Inserting a Citation" are followed. -->
{{Citations}}

<!-- Revision history information -->
{{revhistinf}}



Revision ID: 6422
Revision Date: 12/23/2022