Permanently protected template

Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
Undo revision 133245 by Angeleno (talk)
Tag: Undo
will this work?
Tag: Reverted
Line 1: Line 1:
<onlyinclude><infobox>
<onlyinclude><infobox>
<title source="title"><default><font face="Rubik"; style="font-weight:bold">{{PAGENAME}}</font></default></title>
<title source="title"><default>{{PAGENAME}}</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><font face="Rubik"><font color="white">About This Screamer</header>
<header>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</font></default></data>
<data source="date"><label>Release date</label><default>Unknown</default></data>
</group>
</group>
<group layout="horizontal">
<group layout="horizontal">
<header>Order</header>
<header>Order</header>
Line 13: Line 19:
<data source="next"><label>Next</label></data>
<data source="next"><label>Next</label></data>
</group>
</group>
</infobox></onlyinclude><noinclude><br style="clear:both;"/>
</infobox></onlyinclude>
{{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:03, 11 August 2025

Unimplemented infobox tag: <caption>


PortableInfobox for Screamer Wiki pages.

Template parameters

ParameterDescriptionTypeStatus
Titletitle name

Main title shown at the top of the infobox.

Example
The Maze
Stringsuggested
Imageimage image1

File name only (e.g., Example.png). Do not include the 'File:' prefix.

Example
MazeScreenshot.png
Filesuggested
Image captionimagecaption

Caption displayed under the image.

Example
Level 3 of the maze, moments before the scare.
Stringoptional
Makermaker creator author developer

Creator/author/developer.

Example
Jeremy Winterrowd
Stringsuggested
Typetype

Type/format (e.g., web game, video, website).

Example
Web game
Stringsuggested
Release datedate released release_date

Original release date (YYYY-MM-DD or free text).

Example
2005-10-01
Stringoptional
Previousprevious

Previous entry in the series (page name or link).

Example
Scary Maze (v1)
Page nameoptional
Nextnext

Next entry in the series (page name or link).

Example
Scary Maze (v3)
Page nameoptional