Template:Badge data/doc: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 5: Line 5:


==Example==
==Example==
On the [[Top Dog Badge]] page:
<pre>
<pre>
{{badge data
{{badge data
Line 14: Line 16:
| z        = -319.5
| z        = -319.5
}}</pre>
}}</pre>
Sets the properties:
{{#ask:[[Top Dog Badge]]|?Has index|?Is in zone|?Has coordinates}}


==See also==
==See also==

Revision as of 04:30, 18 May 2022

This is a documentation subpage for Template:Badge data (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Sets data properties for badges that aren't set elsewhere on the page.

Example

On the Top Dog Badge page:

{{badge data
| index    = 90
| category = Exploration
| zone     = Atlas Park
| x        = 131.0
| y        = 319.7
| z        = -319.5
}}

Sets the properties:

 Has indexIs in zoneHas coordinates
Top Dog Badge90Atlas Park (131.0, 319.7, -319.5)

See also