Permanently protected template

Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
will this work?
Tag: Reverted
Undo revision 169459 by Lawiki (talk)
Tag: Undo
Line 1: Line 1:
<onlyinclude><infobox>
<onlyinclude><infobox>
<title source="title"><default>{{PAGENAME}}</default></title>
<title source="title"><default><font face="Rubik"; style="font-weight:bold">{{PAGENAME}}</font></default></title>
 
<image source="image"><default>NoImageAvailable.png</default><caption source="imagecaption"/></image>
<image source="image">
<default>NoImageAvailable.png</default>
</image>
<caption source="imagecaption" />
 
<group>
<group>
<header>About This Screamer</header>
<header><font face="Rubik"><font color="white">About This Screamer</header>
<data source="maker"><label>Maker</label><default>Unknown</default></data>
<data source="maker"><label>Maker</label><default>Unknown</default></data>
<data source="type"><label>Type</label><default>Unknown</default></data>
<data source="type"><label>Type</label><default>Unknown</default></data>
<data source="date"><label>Release date</label><default>Unknown</default></data>
<data source="date"><label>Release date</label><default>Unknown</font></default></data>
</group>
</group>
<group layout="horizontal">
<group layout="horizontal">
<header>Order</header>
<header>Order</header>
Line 19: Line 13:
<data source="next"><label>Next</label></data>
<data source="next"><label>Next</label></data>
</group>
</group>
</infobox></onlyinclude>
</infobox></onlyinclude><noinclude><br style="clear:both;"/>
 
{{documentation}}</noinclude>
<noinclude>
{{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>

Revision as of 23:04, 11 August 2025