Template:Banner/data: Difference between revisions

From Red Faction Wiki
(Created page with "{{#switch: {{{1|}}} | WIP = {{#switch: {{{data|}}} | title = Work in progress. | description = rijdfwdijs | icon = Icon_RFG.png | border_color = gold }} }}")
 
mNo edit summary
Line 1: Line 1:
{{#switch: {{{1|}}}
{{#switch: {{{1|}}}
<!-- EDITOR NOTE: A blank preset is below for you to use, or you can copy and paste an existing preset to modify.


| WIP = {{#switch: {{{data|}}}
| PRESET_NAME = {{#switch: {{{data|}}}
   | title        = Work in progress.
   | title        =  
   | description  = rijdfwdijs
   | description  =  
   | icon        = Icon_RFG.png
   | icon        =  
   | border_color = gold
   | border_color =  
   }}
   }}
}}
 
-->
| Under construction = {{#switch: {{{data|}}}
  | title        = This page is under construction.
  | description  = The information on this page is not considered complete.
  | icon        = Doozer.png
  | border_color = rgb(243,163,96)
  }}
}}<noinclude>
: For the border_color parameter, a name from the [https://htmlcolorcodes.com/color-names/ HTML Color Names] list is able to be used.
<templatedata>
{
"params": {
"title": {
"label": "Title",
"description": "A small amount of text to show the point of the banner.",
"example": "This page is under construction.",
"type": "string",
"required": true
},
"description": {
"label": "Description",
"description": "Extra information that the reader should know. Can be an expanded version of the title.",
"example": "The information on this page should not be considered complete.",
"type": "string",
"suggested": true
},
"icon": {
"label": "Icon",
"description": "An icon to reflect the banner's purpose. Can be from a Red Faction series game or an actual icon.",
"example": "Icon_RFG.png",
"type": "wiki-file-name",
"default": "Icon_Info.png",
"required": true
},
"border_color": {
"label": "Border Color",
"description": "The color of the banner's border. It's advised to use a color either similar to or exactly the same as the icon being used to prevent an inconsistent style/color scheme. Only RGB values and HTML color names work as values, not hex codes.",
"example": "gold",
"type": "string",
"default": "rgb(107,107,107)",
"suggested": true
}
},
"description": "A list of presets that are used by Template:Banner. Click on the page's edit button to view, add and edit banner presets.",
"format": "block"
}
</templatedata>
</noinclude>

Revision as of 11:04, 28 January 2024

For the border_color parameter, a name from the HTML Color Names list is able to be used.

A list of presets that are used by Template:Banner. Click on the page's edit button to view, add and edit banner presets.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

A small amount of text to show the point of the banner.

Example
This page is under construction.
Stringrequired
Descriptiondescription

Extra information that the reader should know. Can be an expanded version of the title.

Example
The information on this page should not be considered complete.
Stringsuggested
Iconicon

An icon to reflect the banner's purpose. Can be from a Red Faction series game or an actual icon.

Default
Icon_Info.png
Example
Icon_RFG.png
Filerequired
Border Colorborder_color

The color of the banner's border. It's advised to use a color either similar to or exactly the same as the icon being used to prevent an inconsistent style/color scheme. Only RGB values and HTML color names work as values, not hex codes.

Default
rgb(107,107,107)
Example
gold
Stringsuggested