ZelocoreCMS:Style Guide
π ZelocoreCMS Wiki β Article Style Guide
This style guide is the official standard for all articles on ZelocoreCMS Wiki. Following it ensures consistency, neutrality, and quality across the entire encyclopedia.
π Naming Conventions
Article titles
- Use Title Case with underscores for spaces:
Payload_CMS,Adobe_Experience_Manager - Do not include "The" at the start: write
GhostnotThe Ghost CMS - Do not include version numbers: write
WordPressnotWordPress_6.5 - Sub-pages use forward slashes:
Strapi/API_Reference,WordPress/Installation
Category names
Category:Blogging_CMSCategory:Headless_CMSCategory:ECommerce_CMSCategory:Enterprise_CMSCategory:Open_Source_CMSCategory:SaaS_CMSCategory:Wiki_PlatformsCategory:CMS_Platformsβ add to every CMS article
ποΈ Required Article Structure
Every CMS article must follow this structure in this exact order:
{{CMS_Infobox | name=... | developer=... | ... }}
'''Platform Name''' is a [description]. (Lead paragraph β 1-2 sentences)
== Overview ==
== Key Features ==
== Installation ==
=== Requirements ===
=== Quick Start ===
== API Reference ==
== Pricing ==
== Pros & Cons ==
== Community & Support ==
== See Also ==
== External Links ==
[[Category:CMS_Platforms]]
[[Category:Appropriate_Category]]
βΉοΈ The lead paragraph must not have a section heading. It appears directly after the infobox.
π‘οΈ Article Quality Levels
| Level | Template | Requirements |
|---|---|---|
| π± Stub | {{Stub}} |
Has infobox and lead paragraph. Missing most sections. |
| π Start | {{Quality_Stub|...}} |
Infobox + lead + at least 3 complete sections. |
| β Good | Nominated by senior editor | All required sections, code examples, references. No .
|
| π Featured | Admin-awarded | Exceptional depth, peer reviewed, all sections complete, images included. |
βοΈ Writing Style
Do
- Write in third person: "WordPress is..." not "We recommend WordPress..."
- State facts: "WordPress was released in 2003" not "WordPress is old"
- Use present tense for current facts: "Strapi supports GraphQL"
- Use past tense for history: "Drupal was created by..."
- Link to official documentation for all technical claims
- Use code blocks for all command-line instructions and code examples
Do Not
- β Use marketing language: "best", "industry-leading", "revolutionary", "powerful"
- β State opinions: "WordPress is better than Joomla"
- β Speculate about unreleased features
- β Include pricing speculation β only state official published prices
- β Copy text directly from official websites (copyright violation)
- β Use first person: "I", "we", "our"
π¨ Formatting Rules
Headings
- Level 2 (
== Heading ==) for main sections - Level 3 (
=== Heading ===) for sub-sections - Never use Level 1 headings (
= Heading =) in article body β that's the article title
Bold and Italic
- Bold (
'''text'''): First mention of the platform name in the lead paragraph, key terms - Italic (
''text''): Titles of books, foreign terms, emphasis
Links
- Link to other articles:
[[WordPress]] - Link with custom text:
[[WordPress|the WordPress platform]] - External links:
[https://wordpress.org Official Website] - Categories:
[[Category:Blogging_CMS]]
Code
- Inline code:
<code>npm install strapi</code> - Code blocks use SyntaxHighlight:
<syntaxhighlight lang="bash"> npm install strapi </syntaxhighlight>
Supported languages: bash, javascript, python, php, json, yaml, sql, html, css
Tables
Always use wikitable class for data tables:
{| class="wikitable sortable"
! Header 1Β !! Header 2Β !! Header 3
|-
| Data 1 || Data 2 || Data 3
|}
πΌοΈ Images
- Upload images at Special:Upload
- Use descriptive filenames:
Strapi-admin-dashboard.pngnotscreenshot1.png - Always add alt text:
[[File:Image.png|300px|right|Caption text]] - Platform logos belong in the infobox via
Style Guide
Β
Status
π€ Community
Type
License
Language
Database
Latest Version
Release Date
Website
[ Official Site]
- Screenshots should be at least 800px wide
π¦ Template Reference
| Template | Usage | When to use |
|---|---|---|
{{CMS_Infobox}} |
Right-side info panel | Every CMS article |
{{Stub}} |
Stub notice | Articles missing major sections |
{{Quality_Stub|needs_install=yes}} |
Specific stub notice | When you know what's missing |
{{Official_Page|company=X}} |
Official maintainer badge | Claimed/verified articles only |
{{Note|text}} |
Blue info box | Important notes and tips |
{{Warning|text}} |
Orange warning box | Security warnings, breaking changes |
{{Tip|text}} |
Green tip box | Best practices, shortcuts |
{{Under_Construction}} |
WIP notice | Actively being written |
{{Review_Request|user=X}} |
Review request | When expert review is needed |
π External Links Section Format
The External Links section must use this format:
== External Links == * [https://platform.com Official Website] * [https://docs.platform.com Documentation] * [https://github.com/org/repo GitHub Repository] * [https://community.platform.com Community Forum]
β Questions?
- Ask on the Community Portal
- Talk to an administrator
- Compare with Wikipedia's Manual of Style for general guidance