Template:FPItem: Difference between revisions

From Dune: Awakening Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div id="{{{ID}}}" class="{{{Class|ID}}} fp-section">
<h1 class="fp-header">{{{Header}}}</h1>
<div class="fp-content">{{{Content}}}</div>
</div>
<noinclude>
<noinclude>
== Usage ==
{{FPItem|ID=fp-1|Class=fp-1|Header=Gameplay|Content=
Im Gay!!!!
}}
<templatedata>
<templatedata>
{
{
Line 10: Line 19:
"fp-2",
"fp-2",
"fp-3"
"fp-3"
]
],
"required": true
},
},
"Class": {
"Class": {
Line 22: Line 32:
"Header": {
"Header": {
"description": "The header to display for the item",
"description": "The header to display for the item",
"type": "string"
"type": "string",
"required": true
},
},
"Header Link": {
"Header Link": {
Line 35: Line 46:
"Content": {
"Content": {
"description": "Content of the item",
"description": "Content of the item",
"type": "content"
"type": "content",
"required": true
}
}
}
}

Latest revision as of 17:23, 29 February 2024

{{{Header}}}

{{{Content}}}


Usage

Gameplay

Im Gay!!!!


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
IDID

ID of the item

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

Class of the item

Stringoptional
StylingStyling

Styling of the item

Stringoptional
HeaderHeader

The header to display for the item

Stringrequired
Header LinkHeader Link ref href link

The page that the header links to

Page nameoptional
ContentContent

Content of the item

Contentrequired