Template:FPItem: Difference between revisions
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
ID | ID | ID of the item
| String | optional |
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 | optional |
Header Link | Header Link ref href link | The page that the header links to | Page name | optional |
Content | Content | Content of the item | Content | optional |