Template:Ragnarok NPC: Difference between revisions
From RO Wiki
(Infobox created with infobox builder.) |
No edit summary |
||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="NPCName"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="image"/> | <image source="image"/> | ||
<data source=" | <data source="NPCName"> | ||
<label>NPC Name</label> | <label>NPC Name</label> | ||
</data> | </data> | ||
<data source=" | <data source="NPCType"> | ||
<label>Type</label> | <label>Type</label> | ||
</data> | </data> | ||
<data source=" | <data source="RelatedEvents"> | ||
<label>Related Event(s)</label> | <label>Related Event(s)</label> | ||
</data> | </data> | ||
<data source=" | <data source="MapName"> | ||
<label>Map Name</label> | <label>Map Name</label> | ||
</data> | </data> | ||
Line 19: | Line 19: | ||
<label>Coordinates</label> | <label>Coordinates</label> | ||
</data> | </data> | ||
<image source=" | <image source="MiniMapLocation"/> | ||
<image source=" | <image source="MapLocationImage"/> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Name": { | |||
"type": "content" | |||
}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"NPCName": { | |||
"type": "content" | |||
}, | |||
"NPCType": { | |||
"type": "content" | |||
}, | |||
"RelatedEvents": { | |||
"type": "content" | |||
}, | |||
"MapName": { | |||
"type": "content" | |||
}, | |||
"Coordinates": { | |||
"type": "content" | |||
}, | |||
"MiniMapLocation": { | |||
"type": "wiki-file-name" | |||
}, | |||
"MapLocationImage": { | |||
"type": "wiki-file-name" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 12:27, 26 July 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | no description | Content | optional |
image | image | no description | File | optional |
NPCName | NPCName | no description | Content | optional |
NPCType | NPCType | no description | Content | optional |
RelatedEvents | RelatedEvents | no description | Content | optional |
MapName | MapName | no description | Content | optional |
Coordinates | Coordinates | no description | Content | optional |
MiniMapLocation | MiniMapLocation | no description | File | optional |
MapLocationImage | MapLocationImage | no description | File | optional |