Template:Badge data: Difference between revisions
Jump to navigation
Jump to search
(zone 2 and zone 3 categories) |
(extend to 9 locations) |
||
Line 16: | Line 16: | ||
-->{{#if:{{{x 3|}}}{{{y 3|}}}{{{z 3|}}}| | -->{{#if:{{{x 3|}}}{{{y 3|}}}{{{z 3|}}}| | ||
{{#set:Has coordinates={{{zone 3|{{{zone 2|{{{zone}}}}}}}}}; {{{x 3}}}; {{{y 3}}}; {{{z 3}}}}} | {{#set:Has coordinates={{{zone 3|{{{zone 2|{{{zone}}}}}}}}}; {{{x 3}}}; {{{y 3}}}; {{{z 3}}}}} | ||
}}<!-- | |||
-->{{#if:{{{x 4|}}}{{{y 4|}}}{{{z 4|}}}| | |||
{{#set:Has coordinates={{{zone 4|{{{zone 3|{{{zone 2|{{{zone}}}}}}}}}}}}; {{{x 4}}}; {{{y 4}}}; {{{z 4}}}}} | |||
}}<!-- | |||
-->{{#if:{{{x 5|}}}{{{y 5|}}}{{{z 5|}}}| | |||
{{#set:Has coordinates={{{zone 5|{{{zone 4|{{{zone 3|{{{zone 2|{{{zone}}}}}}}}}}}}}}}; {{{x 5}}}; {{{y 5}}}; {{{z 5}}}}} | |||
}}<!-- | |||
-->{{#if:{{{x 6|}}}{{{y 6|}}}{{{z 6|}}}| | |||
{{#set:Has coordinates={{{zone 6|{{{zone 5|{{{zone 4|{{{zone 3|{{{zone 2|{{{zone}}}}}}}}}}}}}}}}}}; {{{x 6}}}; {{{y 6}}}; {{{z 6}}}}} | |||
}}<!-- | |||
-->{{#if:{{{x 7|}}}{{{y 7|}}}{{{z 7|}}}| | |||
{{#set:Has coordinates={{{zone 7|{{{zone 6|{{{zone 5|{{{zone 4|{{{zone 3|{{{zone 2|{{{zone}}}}}}}}}}}}}}}}}}}}}; {{{x 7}}}; {{{y 7}}}; {{{z 7}}}}} | |||
}}<!-- | |||
-->{{#if:{{{x 8|}}}{{{y 8|}}}{{{z 8|}}}| | |||
{{#set:Has coordinates={{{zone 8|{{{zone 7|{{{zone 6|{{{zone 5|{{{zone 4|{{{zone 3|{{{zone 2|{{{zone}}}}}}}}}}}}}}}}}}}}}}}}; {{{x 8}}}; {{{y 8}}}; {{{z 8}}}}} | |||
}}<!-- | |||
-->{{#if:{{{x 9|}}}{{{y 9|}}}{{{z 9|}}}| | |||
{{#set:Has coordinates={{{zone 9|{{{zone 8|{{{zone 7|{{{zone 6|{{{zone 5|{{{zone 4|{{{zone 3|{{{zone 2|{{{zone}}}}}}}}}}}}}}}}}}}}}}}}}}}; {{{x 9}}}; {{{y 9}}}; {{{z 9}}}}} | |||
}} | }} | ||
}}</includeonly><noinclude>{{documentation}}</noinclude> | }}</includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 17:47, 25 May 2022
[edit] [ ] Documentation
Sets data properties for badges that aren't set elsewhere on the page. Sets Property:Has sort position using data looked up in {{sort order}}.
Examples
No particular location
On the Architect Badge page:
{{badge data | index = 1081 | category = Day Jobs | summary = Log out inside [[Architect Entertainment]] buildings for 100 hours }}
Places the page in Category:Day Job Badges, and sets the properties:
Has index | Has summary | Has sort position | |
---|---|---|---|
Architect Badge | 1,081 | Log out in Architect Entertainment Buildings for 100 hours | 1,582 |
Single zone, single location
On the Top Dog Badge page:
{{badge data | index = 90 | category = Exploration | zone = Atlas Park | x = 131.0 | y = 319.7 | z = -319.5 }}
Places the page in Category:Atlas Park Exploration Badges, and sets the properties:
Has index | Has coordinates | Has sort position | |
---|---|---|---|
Top Dog Badge | 90 | Atlas Park (131.0, 319.7, -319.5) | 830 |
Single zone, multiple locations
Up to three locations. On the Urban Spelunker page:
{{badge data | index = 1642 | category = Exploration | zone = Underground Nova | summary = [[Underground Nova]] entrances | x = -3094.0 | y = 704.0 | z = 1616.0 | x 2 = -2976.0 | y 2 = 704.0 | z 2 = -323.0 | x 3 = -3839.0 | y 3 = 704.1 | z 3 = -2134.5 }}
Places the page in Category:Underground Nova Exploration Badges, and sets the properties:
Has index | Has summary | Has coordinates | Has sort position | |
---|---|---|---|---|
Urban Spelunker Badge | 1,642 | Underground Nova entrances | Underground Nova (-3,094.0, 704.0, 1,616.0) Underground Nova (-2,976.0, 704.0, -323.0) Underground Nova (-3,839.0, 704.1, -2,134.5) | 694 |
Mutiple zones
Up to three locations. On the Rail Rider Badge page:
{{badge data | index = 1411 | category = Exploration | zone = Nova Praetoria | x = -4551.0 | y = -187.6 | z = 469.5 | zone 2 = Imperial City | x 2 = -2384.0 | y 2 = -238.6 | z 2 = 755.5 | zone 3 = Neutropolis | x 3 = 2226.0 | y 3 = -213.1 | z 3 = 1111.0 }}
Places the page in Category:Nova Praetoria Exploration Badges, Category:Imperial City Exploration Badges, and Category:Neutropolis Exploration Badges, and sets the properties:
Has index | Has coordinates | Has sort position | |
---|---|---|---|
Rail Rider Badge | 1,411 | Nova Praetoria (-4,551.0, -187.6, 469.5) Imperial City (-2,384.0, -238.6, 755.5) Neutropolis (2,226.0, -213.1, 1,111.0) | 721 |
See also
- Property:Has index
- Property:Has coordinates
- {{sort order}} and Property:Has sort position
- {{badge display}} - sets properties for visible data, e.g. icon, title, description