bbcode

Initiated by Mabel ◷ 2026-06-13 05:10:37 ◉ 4 views ☉ 0 replies
⋮ Thread Actions⌄
[size=150]Coalition BBCode Guide: Formatting, Research Blocks, Sources, and Messages[/size]

Welcome to the Coalition BBCode guide.

BBCode is the forum markup system used to format posts, replies, research notes, field reports, citations, and private messages. It works in both public threads and private messages unless a specific feature is restricted later by moderation settings.

This guide explains the supported tags and gives copy-paste examples.

[hr]

[size=130]1. Basic Text Formatting[/size]

Use these tags for ordinary emphasis.


Bold text
Italic text
Underlined text
[s]Strikethrough text[/s]
[strike]Strikethrough text[/strike]


Example:

Bold text
Italic text
Underlined text
[s]Strikethrough text[/s]

[hr]

[size=130]2. Headings and Text Size[/size]

The site supports named sizes and numeric legacy-style sizes.


[size=small]Small text[/size]
[size=large]Large text[/size]
[size=xl]Extra large text[/size]

[size=130]130% heading[/size]
[size=150]150% heading[/size]


Recommended heading style:


[size=150]MAIN SECTION TITLE[/size]

[size=130]SUBSECTION TITLE[/size]


Numeric sizes are bounded to prevent layout abuse.

[hr]

[size=130]3. Alignment[/size]


[left]Left aligned text[/left]
[center]Centered text[/center]
[right]Right aligned text[/right]


Example:

[center]Centered Notice[/center]

[hr]

[size=130]4. Horizontal Rule[/size]

Use this to divide long posts into sections.


[hr]


Example:

[hr]

[size=130]5. Quotes[/size]

Basic quote:


This is quoted text.



Named quote:


[quote=Mabel]This is quoted text from Mabel.[/quote]


Expanded quote format:


Quote from Mabel #12
This references a specific post.



Example:

[quote=Mabel]This is a quoted passage.[/quote]

[hr]

[size=130]6. Code Blocks[/size]

Use code blocks for commands, scripts, logs, structured notes, and raw BBCode examples.


[code]
echo "Hello Coalition";

[/code]

Language label example:


[code=php]
<?php echo "Hello Coalition"; ?>

[/code]

[hr]

[size=130]7. Links[/size]

Automatic visible URL:


https://example.com


Labeled link:


[url=https://example.com]Example Source[/url]


Use labeled links when possible so readers know what they are opening.

[hr]

[size=130]8. Images[/size]

Use image tags for externally hosted images or approved image URLs.


Embedded image
Open image



For private messages, image/file attachments may also be sent through the message attachment button if available.

[hr]

[size=130]9. Lists[/size]

Unordered list:


[list]
[*]First item
[*]Second item
[*]Third item
[/list]


Ordered list:


[list=1]
[*]First item
[*]Second item
[*]Third item
[/list]


Example:

[list=1]
[*]Prepare the claim.
[*]Add evidence.
[*]State the inference.
[*]List open questions.
[/list]

[hr]

[size=130]10. Color[/size]

Named color example:


[color=gold]Gold text[/color]


Hex color example:


[color=#cda85c]Custom gold text[/color]


Use color sparingly. It is best for warnings, labels, or emphasis.

[hr]

[size=130]11. Spoilers[/size]

Basic spoiler:


[spoiler]Hidden text goes here.[/spoiler]


Labeled spoiler:


[spoiler=Research Notes]Hidden research notes go here.[/spoiler]


Use spoilers for long side notes, sensitive plot/details, or optional evidence.

[hr]

[size=150]Coalition Research BBCode[/size]

The Coalition supports advanced research-composition tags. These are designed to make posts clearer by separating claims, evidence, inference, uncertainty, sources, and synthesis.

[hr]

[size=130]12. Claim[/size]

Use [claim] for the statement you are arguing or proposing.


[claim]
The central claim goes here.
[/claim]


Example:

[claim]
A repeated symbolic pattern appears across several independent traditions and may indicate shared transmission or convergent development.
[/claim]

[hr]

[size=130]13. Evidence[/size]

Use [evidence] for observations, records, citations, measurements, examples, or documents that support a claim.


[evidence]
Supporting evidence goes here.
[/evidence]


Example:

[evidence]
The same geometric motif appears in three manuscripts from different regions, each dated to a separate period.
[/evidence]

[hr]

[size=130]14. Counterpoint[/size]

Use [counterpoint] to include opposing interpretations or alternative explanations.


[counterpoint]
A different interpretation is possible.
[/counterpoint]


Example:

[counterpoint]
The similarity may be coincidental or caused by later copying rather than a shared origin.
[/counterpoint]

[hr]

[size=130]15. Inference[/size]

Use [inference] for conclusions that are reasoned from evidence but not directly proven.


[inference]
Reasoned conclusion goes here.
[/inference]


Example:

[inference]
The pattern is strong enough to justify further comparison, but not strong enough to prove direct historical contact.
[/inference]

[hr]

[size=130]16. Unknown / Open Question[/size]

Use [unknown] when something remains unverified, uncertain, or unresolved.


[unknown]
What still needs verification?
[/unknown]


Example:

[unknown]
The original date of the second manuscript is uncertain and needs independent verification.
[/unknown]

[hr]

[size=130]17. Sources and Citations[/size]

Basic source:


[source]
Book, paper, archive, interview, or dataset.
[/source]


Linked source:


[source url=https://example.com]Visible source label[/source]


Citation:


[citation]
Author, Title, page number, archive code, or publication details.
[/citation]


Archive reference:


[archive]
Archive identifier, manuscript number, file ID, or collection reference.
[/archive]


Example:

[source url=https://example.com]Example Archive Record[/source]

[citation]
Example Author, Example Manuscript, p. 42.
[/citation]

[archive]
AETERNA-LIBRARY / MANUSCRIPT-042 / SCAN-B
[/archive]

[hr]

[size=150]Coalition Domain Tags[/size]

Use domain tags to mark which research domain a post belongs to.

[hr]

[size=130]18. Occult Science Domain[/size]


[domain=occult]
Hermetic, esoteric, symbolic, ritual, historical, or metaphysical material.
[/domain]


Example:

[domain=occult]
This section examines symbolic cosmology and ritual pattern transmission.
[/domain]

[hr]

[size=130]19. Militaristic Science Domain[/size]


[domain=militaristic]
Doctrine, strategy, operational history, command theory, intelligence, logistics, or systems of applied force.
[/domain]


Example:

[domain=militaristic]
This section examines strategic doctrine and operational decision-making.
[/domain]

[hr]

[size=130]20. Modern Science Domain[/size]


[domain=science]
Physics, cybernetics, engineering, AI, cognition, materials, biotechnology, or future infrastructure.
[/domain]


Example:

[domain=science]
This section examines cybernetic feedback systems and applied cognition.
[/domain]

[hr]

[size=130]21. Cross-Domain Synthesis[/size]

Use [synthesis] when combining multiple domains.


[synthesis]
Cross-domain conclusion goes here.
[/synthesis]


Example:

[synthesis]
The same feedback pattern appears in ritual systems, command theory, and cybernetic control loops. This suggests a useful comparative model.
[/synthesis]

[hr]

[size=150]Structured Research Post Tags[/size]

These tags help turn a thread into a clean research artifact.

[hr]

[size=130]22. Abstract[/size]


[abstract]
Short summary of the post.
[/abstract]


[abstract]
This is a short summary of the research topic, main question, and expected direction.
[/abstract]

[hr]

[size=130]23. Method[/size]


[method]
How the information was collected or compared.
[/method]


[method]
Sources were compared by date, terminology, image pattern, and historical context.
[/method]

[hr]

[size=130]24. Findings[/size]


[findings]
What was found.
[/findings]


[findings]
Three recurring patterns were identified across separate source groups.
[/findings]

[hr]

[size=130]25. Conclusion[/size]


[conclusion]
Final interpretation or current best answer.
[/conclusion]


[conclusion]
The evidence supports further investigation, but the claim remains provisional.
[/conclusion]

[hr]

[size=130]26. Timeline[/size]


[timeline]
- 1901: Event one
- 1924: Event two
- 1950: Event three
[/timeline]


[timeline]
- Phase 1: Source collection
- Phase 2: Comparison
- Phase 3: Verification
[/timeline]

[hr]

[size=130]27. Step[/size]

Use [step] for instructions or procedures.


[step]
Step instructions go here.
[/step]


[step]
Collect primary sources before making a claim.
[/step]

[hr]

[size=150]Example: Research Post Template[/size]

Copy this when starting a serious research thread:


[size=150]THREAD TITLE[/size]

[abstract]
Brief summary of the research question.
[/abstract]

[claim]
Main claim or hypothesis.
[/claim]

[evidence]
Evidence supporting the claim.
[/evidence]

[counterpoint]
Alternative explanation or objection.
[/counterpoint]

[inference]
Reasoned conclusion based on current evidence.
[/inference]

[unknown]
What still needs verification?
[/unknown]

[source]
Sources, links, books, archives, or files.
[/source]

[synthesis]
How this connects to broader Coalition research.
[/synthesis]


[hr]

[size=150]Example: Field Report Template[/size]


[size=150]FIELD REPORT[/size]

[abstract]
What happened?
[/abstract]

[method]
How was it observed, recorded, or tested?
[/method]

[findings]
What was found?
[/findings]

[unknown]
What remains uncertain?
[/unknown]

[source]
Photos, documents, links, or witnesses.
[/source]

[conclusion]
Current conclusion.
[/conclusion]


[hr]

[size=150]Example: Debate Reply Template[/size]


[quote=Name]
Point being answered.
[/quote]

[claim]
My position.
[/claim]

[evidence]
Evidence for my position.
[/evidence]

[counterpoint]
What the opposing side may still be right about.
[/counterpoint]

[inference]
Reasoned conclusion.
[/inference]


[hr]

[size=150]BBCode in Private Messages[/size]

Private messages support the same basic formatting style. Use BBCode in messages when clarity matters.

Good message uses:

[list]
[*]Bold for clear labels.
[*]
Quote
when replying to a specific point.
[*]
Code
for commands, logs, or exact text.
[*][url]Links[/url] for references.
[*][img]Images[/img] or the attachment button for screenshots and files.
[*][spoiler]Spoilers[/spoiler] for optional or sensitive details.
[/list]

Example private message:


Subject: Screenshot Review

I attached the screenshot below.

[evidence]
The issue appears near the lower-right message floater.
[/evidence]

[unknown]
I am not sure whether this is CSS overflow or JavaScript state drift.
[/unknown]

Please check when available.


[hr]

[size=150]Best Practices[/size]

[list=1]
[*]Use [claim] for what you believe is true.
[*]Use [evidence] for what supports it.
[*]Use [inference] for what you reason from the evidence.
[*]Use [unknown] for what is not verified.
[*]Use [source] or [citation] whenever possible.
[*]Use [spoiler] for long optional sections.
[*]Use
 for logs, commands, snippets, and raw formatting examples.
[*]Do not overuse colors or large text.
[*]Do not post private personal information.
[*]When uncertain, label uncertainty clearly.
[/list]

[hr]

[size=130]Recommended Research Standard[/size]

A strong Coalition research post should include at least:

[list]
[*]A clear claim
[*]Evidence
[*]A source or citation
[*]A statement of uncertainty
[*]A reasoned inference or conclusion
[/list]

Example minimal structure:

[code]
[claim]
What I think is happening.
[/claim]

[evidence]
Why I think this.
[/evidence]

[unknown]
What I have not confirmed yet.
[/unknown]

[source]
Where the information came from.
[/source]

[inference]
Current best conclusion.
[/inference]


[hr]

[size=150]Closing Note[/size]

BBCode is not only for decoration. On The Coalition, it is a way to make posts easier to read, easier to verify, and easier to build on.

Use formatting to clarify your reasoning.

Separate facts from inference.

Mark uncertainty.

Cite sources.

Build knowledge carefully.
◎ ✺ ⬡ ◈ △

Thread Reply › bbcode

Compose Reply

Add context, cite carefully, and keep the signal clear.

Login to reply.