Emails are down for the screamer forums. However, if you don't appear to be an offsite raider or brigader, your account has been approved.

Permanently protected template

Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
will this work?
Tag: Reverted
let's test this out
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<onlyinclude><infobox>
<onlyinclude><infobox>
<title source="title"><default>{{PAGENAME}}</default></title>
<title source="title">
 
<default>{{PAGENAME}}</default>
<image source="image">
</title>
<default>NoImageAvailable.png</default>
<image source="image">
</image>
<default>NoImageAvailable.png</default>
<caption source="imagecaption" />
<caption source="imagecaption"/>
 
</image>
<group>
<group>
<header>About This Screamer</header>
<header>About This Screamer</header>
<data source="maker"><label>Maker</label><default>Unknown</default></data>
<data source="maker">
<data source="type"><label>Type</label><default>Unknown</default></data>
<label>Maker</label>
<data source="date"><label>Release date</label><default>Unknown</default></data>
<default>Unknown</default>
</group>
</data>
 
<data source="type">
<group layout="horizontal">
<label>Type</label>
<header>Order</header>
<default>Unknown</default>
<data source="previous"><label>Previous</label></data>
</data>
<data source="next"><label>Next</label></data>
<data source="date">
</group>
<label>Release date</label>
</infobox></onlyinclude>
<default>Unknown</default>
 
</data>
<noinclude>
</group>
<group layout="horizontal">
<header>Order</header>
<data source="previous">
<label>Previous</label>
</data>
<data source="next">
<label>Next</label>
</data>
</group>
</infobox></onlyinclude><noinclude>
<br style="clear:both;"/>
{{documentation}}
{{documentation}}
<templatedata>
{
  "description": "PortableInfobox for Screamer Wiki pages.",
  "params": {
    "title": {
      "label": "Title",
      "description": "Main title shown at the top of the infobox.",
      "type": "string",
      "suggested": true,
      "example": "The Maze",
      "aliases": ["name"]
    },
    "image": {
      "label": "Image",
      "description": "File name only (e.g., Example.png). Do not include the 'File:' prefix.",
      "type": "wiki-file-name",
      "suggested": true,
      "example": "MazeScreenshot.png",
      "aliases": ["image1"]
    },
    "imagecaption": {
      "label": "Image caption",
      "description": "Caption displayed under the image.",
      "type": "string",
      "example": "Level 3 of the maze, moments before the scare."
    },
    "maker": {
      "label": "Maker",
      "description": "Creator/author/developer.",
      "type": "string",
      "suggested": true,
      "example": "Jeremy Winterrowd",
      "aliases": ["creator","author","developer"]
    },
    "type": {
      "label": "Type",
      "description": "Type/format (e.g., web game, video, website).",
      "type": "string",
      "suggested": true,
      "example": "Web game"
    },
    "date": {
      "label": "Release date",
      "description": "Original release date (YYYY-MM-DD or free text).",
      "type": "string",
      "example": "2005-10-01",
      "aliases": ["released","release_date"]
    },
    "previous": {
      "label": "Previous",
      "description": "Previous entry in the series (page name or link).",
      "type": "wiki-page-name",
      "example": "Scary Maze (v1)"
    },
    "next": {
      "label": "Next",
      "description": "Next entry in the series (page name or link).",
      "type": "wiki-page-name",
      "example": "Scary Maze (v3)"
    }
  },
  "sets": [
    {
      "label": "Basics",
      "params": ["title","image","imagecaption","maker","type","date"]
    },
    {
      "label": "Series order",
      "params": ["previous","next"]
    }
  ]
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 23:13, 11 August 2025