Template:FPLink: Difference between revisions
Jump to navigation
Jump to search
(→Usage) |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[{{{Page}}}]] | [[File:{{{Image|diamond.webp}}}|link={{{Page}}}|30px|{{{Page}}}]][[{{{Page}}}|{{{Text|{{{Page}}}}}}]] | ||
<noinclude> | <noinclude> | ||
Line 8: | Line 8: | ||
"params": { | "params": { | ||
"Page": { | "Page": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"required": true | |||
}, | }, | ||
"Text": { | "Text": { | ||
"type": "string" | "type": "string" | ||
}, | |||
"Image": { | |||
"type": "wiki-file-name" | |||
} | } | ||
} | } |
Latest revision as of 18:39, 29 February 2024
Usage
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page | Page | no description | Page name | required |
Text | Text | no description | String | optional |
Image | Image | no description | File | optional |