Template:FPItem: Difference between revisions

From Dune: Awakening Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
{
{
"params": {
"params": {
"ID": {}
"ID": {
"description": "ID of the item",
"type": "string",
"suggestedvalues": [
"fp-1",
"fp-2",
"fp-3"
]
},
"Class": {
"description": "Class of the item",
"type": "string"
},
"Styling": {
"description": "Styling of the item",
"type": "string"
},
"Header": {
"description": "The header to display for the item",
"type": "string"
},
"Header Link": {
"aliases": [
"ref",
"href",
"link"
],
"description": "The page that the header links to",
"type": "wiki-page-name"
},
"Content": {
"description": "Content of the item",
"type": "content"
}
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 16:40, 29 February 2024

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
IDID

ID of the item

Suggested values
fp-1 fp-2 fp-3
Stringoptional
ClassClass

Class of the item

Stringoptional
StylingStyling

Styling of the item

Stringoptional
HeaderHeader

The header to display for the item

Stringoptional
Header LinkHeader Link ref href link

The page that the header links to

Page nameoptional
ContentContent

Content of the item

Contentoptional