Skip to content

Do Dont Table Short Code

Nick Lyons edited this page Feb 18, 2025 · 1 revision

Back

Do/Don't Table

Screenshot 2025-02-18 at 11 09 43 AM

Overview

Provides a table list of do/don't rules to address multiple actions or questions on a larger topic.

Guidance

Examples

Basic

The markdown is complicated for a table, but when needed just copy, paste and update to your needs. The row, do-row, dont-row can only be used within the parent do-dont-table. They cannot be used separately.

{{< do-dont-table caption="When participating in the community, community members must follow the ground rules for discussions." >}}
  {{< row >}}
    {{< do-row >}} Use your official .gov or .mil email account. {{< /do-row >}}
    {{< dont-row >}} Don’t use your personal email. {{< /dont-row >}}
  {{< /row >}}

  {{< row >}}
    {{< do-row >}} Understand that you are acting in your official capacity and representing the government. {{< /do-row >}}
    {{< dont-row >}} Don’t conduct yourself in a way that’s unbecoming of a government employee or contractor. {{< /dont-row >}}
  {{< /row >}}

  {{< row >}}
    {{< do-row >}} Follow your agency’s policies, including policies about using government equipment and IT systems and managing records. {{< /do-row >}}
    {{< dont-row >}} Don’t violate your agency’s policies. {{< /dont-row >}}
  {{< /row >}}

  {{< row >}}
    {{< do-row >}} Respect your colleagues. Always assume the best of others. {{< /do-row >}}
    {{< dont-row >}} Don’t make personal attacks. {{< /dont-row >}}
  {{< /row >}}

  {{< row >}}
    {{< do-row >}} Be patient. Understand that community members have various experience levels. {{< /do-row >}}
    {{< dont-row >}} Don’t be condescending or talk down to other people. {{< /dont-row >}}
  {{< /row >}}
{{< /do-dont-table >}}
Example Screenshot 2025-02-03 at 4 01 28 PM

Live page: Digital.gov Community Guidelines.

Clone this wiki locally