Jump to content

Template:Infobox section/doc: Difference between revisions

From Ferret Software Wiki
doc for section infobox
 
m 1 revision imported: PS to FS migration
 
(No difference)

Latest revision as of 09:44, 10 March 2025

Documentation

Creates a section divider in an infobox

Usage

{{Infobox section|title|test-value|else-value}}

Note these are all unnamed parameters when using the template

  • title is the text to be shown in the section.
  • If test-value (optional) is given, the section will only show if this value is not empty.
  • If else-value (optional) is given and Test-value is empty, the section is displayed and shows Else-value as its value

Example

{{Infobox section|Crafting|{{{ingredient1|}}}|Statistics}}

Will create a crafting section heading, but only if the ingredient1 parameter is given and not empty, otherwise the heading uses the text "Statistics".