Template:FPItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
(5 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> | ||
{ | { |
Latest revision as of 17:23, 29 February 2024
{{{Header}}}
{{{Content}}}
Usage
Gameplay
Im Gay!!!!
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
ID | ID | ID of the item
| String | required |
Class | Class | Class of the item | String | optional |
Styling | Styling | Styling of the item | String | optional |
Header | Header | The header to display for the item | String | required |
Header Link | Header Link ref href link | The page that the header links to | Page name | optional |
Content | Content | Content of the item | Content | required |