Jump to content
Toggle menu
  • 541 articles
  • 1.5K files
  • 1 users
  • 13.1K edits
DemocracyCraft Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Cite forum: Difference between revisions

Template page
Gert7 (talk | contribs)
Created page with "<includeonly>[{{{url}}} Forum {{#if: {{{thread|}}}|post|thread}} {{#if: {{{title|}}}|"{{{title}}}"|{{{id}}}}}] by {{{author}}} ({{{date}}}){{#if: {{{thread|}}}| in "{{{thread}}}"}}. {{#if:{{{access-date|}}}|Retrieved {{{access-date}}}.}}</includeonly><noinclude> Reference template for a forum post: * <code>{{{url}}}</code> - The exact URL of the post. * <code>{{{id}}}</code> - Copy the post ID from the URL (for example, <code>/#post-129520</code>). If referencing an..."
 
Gert7 (talk | contribs)
No edit summary
 
Line 87: Line 87:
}}
}}


</noinclude>
<templatedata>
{
"params": {
"url": {
"description": "The exact URL of the post",
"example": "https://www.democracycraft.net/threads/mayor-election-december-2025-special.33894/#post-129520",
"type": "string",
"required": true
},
"thread": {
"description": "Title of the entire thread if referencing a post. Leave this blank if referencing an entire thread.",
"example": "Mayor Election - December 2025 (SPECIAL)",
"type": "string"
},
"title": {
"description": "If referencing a post, copy the most suitable heading or title present in the post itself, if available. If referencing a thread, use the thread title here.",
"example": "Mayor Election - December 2025 (SPECIAL)",
"type": "string"
},
"id": {
"description": "Copy the post ID from the URL (for example, /#post-129520). If referencing an entire thread, you may (optionally) use the thread ID instead.",
"type": "number"
},
"author": {
"description": "Username of the forum user. Use a wikilink if possible.",
"example": "[[Department of State|Dept. State]]",
"type": "string",
"required": true
},
"date": {
"description": "Exact date of the forum post.",
"example": "26 December 2026",
"type": "date",
"required": true
},
"access-date": {
"description": "The most recent date that you, the editor, read the source and verified that it matches a claim made with this citation.",
"example": "22 August 2026",
"type": "date"
}
},
"description": "Citation template for forum posts",
"format": "inline"
}
</templatedata></noinclude>

Latest revision as of 12:13, 22 August 2026

Reference template for a forum post:

  • {{{url}}} - The exact URL of the post.
  • {{{id}}} - Copy the post ID from the URL (for example, /#post-129520). If referencing an entire thread, you may (optionally) use the thread ID instead.
  • {{{title}}} - If referencing a post, copy the most suitable heading or title present in the post itself, if available. If referencing a thread, use the thread title here. If you're specifically referencing the first post of the thread instead, place only the ID of the first post here (the first post also has an ID that is different from the thread ID).
  • {{{thread}}} - Title of the entire thread if referencing a post.
  • {{{author}}} - Username of the forum user. Use a wikilink if possible, e.g. [[Department of State|Dept. State]].
  • {{{date}}} - Exact date of the forum post.
  • {{{access-date}}} - The most recent date that you, the editor, read the source and verified that it matches a claim made with this citation.

Examples

Reference to post with ID


{{Cite forum
|url=https://www.democracycraft.net/threads/mayor-election-december-2025-special.33894/#post-129520
|id=129520
|author=[[Department of State|Dept. State]]
|date=Dec 26, 2026
|thread=Mayor Election - December 2025 (SPECIAL)
|access-date=26 July 2026
}}

Produces:

Forum post 129520 by Dept. State (Dec 26, 2026) in "Mayor Election - December 2025 (SPECIAL)". Retrieved 26 July 2026.

Reference to post with reasonable title


{{Cite forum
|url=https://www.democracycraft.net/threads/mayor-election-december-2025-special.33894/#post-129520
|id=129520
|title=OFFICIAL POLL RESULTS
|author=[[Department of State|Dept. State]]
|date=Dec 26, 2026
|thread=Mayor Election - December 2025 (SPECIAL)
|access-date=26 July 2026
}}

Produces:

Forum post "OFFICIAL POLL RESULTS" by Dept. State (Dec 26, 2026) in "Mayor Election - December 2025 (SPECIAL)". Retrieved 26 July 2026.

Reference to entire thread


{{Cite forum
|url=https://www.democracycraft.net/threads/mayor-election-december-2025-special.33894/
|id=33894
|author=[[Department of State|Dept. State]]
|date=Dec 26, 2026
|title=Mayor Election - December 2025 (SPECIAL)
|access-date=26 July 2026
}}

Produces:

Forum thread "Mayor Election - December 2025 (SPECIAL)" by Dept. State (Dec 26, 2026). Retrieved 26 July 2026.

Citation template for forum posts

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
urlurl

The exact URL of the post

Example
https://www.democracycraft.net/threads/mayor-election-december-2025-special.33894/#post-129520
Stringrequired
threadthread

Title of the entire thread if referencing a post. Leave this blank if referencing an entire thread.

Example
Mayor Election - December 2025 (SPECIAL)
Stringoptional
titletitle

If referencing a post, copy the most suitable heading or title present in the post itself, if available. If referencing a thread, use the thread title here.

Example
Mayor Election - December 2025 (SPECIAL)
Stringoptional
idid

Copy the post ID from the URL (for example, /#post-129520). If referencing an entire thread, you may (optionally) use the thread ID instead.

Numberoptional
authorauthor

Username of the forum user. Use a wikilink if possible.

Example
[[Department of State|Dept. State]]
Stringrequired
datedate

Exact date of the forum post.

Example
26 December 2026
Daterequired
access-dateaccess-date

The most recent date that you, the editor, read the source and verified that it matches a claim made with this citation.

Example
22 August 2026
Dateoptional