Template:BoroughStamp: Difference between revisions
From Paw Borough Wiki
No edit summary |
(Category + template parameters.) |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<div>[[File:{{{1}}}.png | <includeonly><div style="width:14.5vh">[[File:{{{1}}}.png|link={{{2}}}]]</div></includeonly><noinclude> | ||
== Example == | |||
{{BoroughStamp|Zenith Stamp|Zenith}} | |||
<code><nowiki>{{BoroughStamp|Zenith Stamp|Zenith}}</nowiki></code> | |||
== Template Parameters == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"description": "Name of PNG file, does not accept anything other than a PNG.", | |||
"example": "Placeholder", | |||
"required": true | |||
}, | |||
"2": { | |||
"description": "File link destination." | |||
} | |||
} | |||
} | |||
</templatedata> | |||
[[Category:Templates]] | |||
</noinclude> | |||
Latest revision as of 18:38, 12 April 2026
Example
{{BoroughStamp|Zenith Stamp|Zenith}}
Template Parameters
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | Name of PNG file, does not accept anything other than a PNG.
| Unknown | required |
| 2 | 2 | File link destination. | Unknown | optional |

