Skip to content

GCS Wiki Style Guide

Richard Wilkes edited this page Sep 19, 2025 · 2 revisions

Purpose of this style guide

This style guide explains how to write and format pages for the GURPS Character Sheet (GCS) Wiki. It sets standards for language, structure, tone, and formatting so all wiki content is clear, consistent, and easy to navigate.

If you’re adding or updating a page, follow these guidelines to make sure your contribution matches the rest of the wiki and provides the best possible experience for readers.

Writing principles

When creating or updating a wiki page, follow these guidelines:

  1. Write in plain language: Follow the Five Steps to Plain Language, focusing on:
    • Organizing information so it’s easy to follow.
    • Using common, everyday words.
    • Displaying information visually with lists, tables, and headings.
  2. Start with the “why”: Begin each page with a short explanation of the feature and why a user might use it. Keep the explanation focused on GCS, not on teaching GURPS rules.
  3. Reference GURPS pages, don’t explain them: Use short inline citations like (B10) or (B242) to connect features to GURPS Basic Set or other books. Don’t explain the rule itself, the citation is enough.
  4. Match the doc type:
    • Reference (comprehensive details, often with tables)
    • Tutorial (step-by-step, with an example character)
    • Orientation (high-level overview of UI or workflows)
    • Feature guide (focused explanation of one feature, with context, tasks, and settings)
      Structure and level of detail should follow the type.
  5. Link and cross-reference: Link to related pages for context. Link externally only when necessary.
  6. Use visuals when helpful: Add screenshots or icons to illustrate steps or identify UI elements. Keep images up to date with the current GCS version.

Formatting & conventions

Consistent formatting helps readers quickly understand and navigate the wiki.

Tone and style

Follow the Microsoft Writing Style Guide:

  • Use second person (“you”).
  • Use active voice: “Click Save,” not “The file should be saved.”
  • Use contractions where natural (“you’ll” instead of “you will”).
  • Keep sentences concise (ideally under 20 words).
  • Avoid filler or redundant phrasing.

Headings

  • Use sentence case for all headings (capitalize only the first word and proper nouns).
    • Do: ## How to use the character sheet
    • Don't: ## How To Use The Character Sheet
  • Structure pages logically with clear heading levels:
    • # Page title only once per page
    • ## Major sections
    • ### Subsections
    • #### Optional sub-subsections

UI elements

  • Match menu names, button labels, and field names exactly as they appear in GCS.
    • Do: Select File > Save
    • Don't: Select Save in the file menu
  • Use bold for UI elements (OK, Save As…).
  • Use inline icons to reinforce what the user should click. Add the icon after the name.
  • When showing menu paths, use a right angle bracket (>) with spaces: File > Save As.
  • Follow Microsoft’s UI interaction guidance.

Lists

  • Use numbered lists for sequential steps.
  • Use bulleted lists for unordered information.
  • Begin each step with an action verb.
  • Keep steps short, ideally one action per step.

Links

  • Use relative links (../filename.md) so docs stay portable.

Tables

Tables are ideal when readers need to compare or scan structured information quickly.

  • Always include a header row with clear, descriptive labels.
  • Use bold for key terms in the first column.
  • Keep descriptions short: 1–2 sentences max.
  • Align text left (default in Markdown) for readability.
  • Avoid embedding long procedures in a table; use lists under a table if needed.

Adding images

  • Add screenshots only if they clarify toolbars, menus, or layouts.
  • For toolbar buttons without labels, add the icon after the name.
  • Omit alt text for icons (name already provides context).
  • Save all screenshots and icons to the /images folder.
  • Use relative paths in Markdown: ![](./images/icons/icn-add.svg)

Alerts

Use alerts consistently to highlight information:

Note

Useful information the reader should know, even when skimming.

Tip

Helpful advice for doing things better or more easily.

Important

Key information needed to achieve a goal.

Warning

Urgent info that needs immediate attention to avoid problems.

Caution

Advises about risks or negative outcomes of certain actions.


Return to Home

Clone this wiki locally