Template:BoroughStamp: Difference between revisions

From Paw Borough Wiki
No edit summary
(Category + template parameters.)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div>[[:File:{{{1}}}.png|150px|link={{{2}}}]]</div>
<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.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
11

Name of PNG file, does not accept anything other than a PNG.

Example
Placeholder
Unknownrequired
22

File link destination.

Unknownoptional