Xarkanoth (talk | contribs)
No edit summary
Xarkanoth (talk | contribs)
No edit summary
 
Line 1: Line 1:
<div class="hf-relpage-section {{{class|}}}" id="{{{id}}}">
<div class="hf-relpage-section {{{class|}}}" id="{{{id}}}">
<div class="hf-relpage-section-text">
<div class="hf-relpage-section-text {{{text_class|}}}">
<h2>{{#if:{{{url|}}}|[{{{url}}} {{{title}}}]|{{{title}}}}}</h2>
<h2>{{#if:{{{url|}}}|[{{{url}}} {{{title}}}]|{{{title}}}}}</h2>
<div class="hf-relpage-section-body {{{content_class|}}}">
<div class="hf-relpage-section-body {{{content_class|}}}">
Line 47: Line 47:
             "label": "Content CSS classes",
             "label": "Content CSS classes",
             "description": "Optional extra CSS classes applied to the section body.",
             "description": "Optional extra CSS classes applied to the section body.",
            "type": "string"
        },
        "text_class": {
            "label": "Text wrapper CSS classes",
            "description": "Optional extra CSS classes applied to the text wrapper around the heading and body.",
             "type": "string"
             "type": "string"
         }
         }

Latest revision as of 20:41, 6 July 2026

{{{title}}}

{{{content}}}

<templatedata> {

   "params": {
       "id": {
           "label": "Section ID",
           "description": "Anchor ID for linking to this section (e.g. 3.20, 2.0). Used in the sidebar TOC and cross-page links.",
           "type": "string",
           "required": true
       },
       "title": {
           "label": "Title",
           "description": "Version heading displayed at the top of the section (e.g. 3.20 - Very Scottish Christmas).",
           "type": "string",
           "required": true
       },
       "url": {
           "label": "Patch Notes URL",
           "description": "Optional external link to the full patch notes (e.g. Steam news post). If provided, the title becomes a clickable link.",
           "type": "url"
       },
       "content": {
           "label": "Content",

"description": "The release notes body. Supports full wiki markup including bullet lists, bold text, sub-headings (use

and

tags), and links.", "type": "content", "required": true }, "image": { "label": "Image", "description": "Optional image filename displayed on the right side of the section at 252x188px (e.g. Very-Scottish-Christmas-3.png).", "type": "wiki-file-name" }, "class": { "label": "CSS classes", "description": "Optional extra CSS classes applied to the section wrapper.", "type": "string" }, "content_class": { "label": "Content CSS classes", "description": "Optional extra CSS classes applied to the section body.", "type": "string" }, "text_class": { "label": "Text wrapper CSS classes", "description": "Optional extra CSS classes applied to the text wrapper around the heading and body.", "type": "string" } }, "description": "A styled release notes section for version detail pages. Displays a version header, release content, and an optional image. Use inside the release page layout (hf-relpage-content div).", "format": "block" } </templatedata>