Template:Uid
Jump to navigation
Jump to search
Template documentation
Displays a collapsible piece of game data like a UID or UUID, with an accompanying Norbyte link.
Defaults to a UID, with parameter type being able to override. If the type is default (UID), then the search type optional parameter can be used to refine the automatically added Norbyte link, limiting the search to a specific type of game data.
The helper templates {{uuid}}, {{stats}}, and {{filename}} just call this one with a different type value.
| Markup | Renders as |
|---|---|
{{uid | MAG_Throwable_Pike }} | UIDMAG_Throwable_Pike
|
{{uid | MAG_Throwable_Pike | search type = item }} | UIDMAG_Throwable_Pike
|
{{uid | type = Stats | MAG_Duergar_Sword_KingsKnife }} | StatsMAG_Duergar_Sword_KingsKnife
|
{{uid | type = UUID | 025e162a-45ec-4f4c-89da-04d8e8dfe606 }} | UUID025e162a-45ec-4f4c-89da-04d8e8dfe606
|
{{uid | type = File | Foobar.png }} | FileFoobar.png
|
Side-by-side appearance:
Markup
{{uid | Test 1 }} {{uid | type = uuid | Test 2 }} {{uid | type = stats | Test 3 }} Renders asUID
Test 1
UUID
Test 2
Stats
Test 3