Template:Infobox NPC: Difference between revisions

From The Unofficial Outwar Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 20: Line 20:
== How to Use ==
== How to Use ==
Enter the following code on to an NPC's page and fill in the data:
Enter the following code on to an NPC's page and fill in the data:
<syntaxhighlight lang="wikitext">
<syntax lang="wikitext">
{{Infobox NPC
{{Infobox NPC
| Name      = name
| Name      = name
Line 28: Line 28:
| Room      = #
| Room      = #
}}
}}
</syntaxhighlight>
</syntax>
</noinclude>
</noinclude>

Revision as of 01:23, 10 July 2023

{{{Name}}}


How to Use

Enter the following code on to an NPC's page and fill in the data: <syntax lang="wikitext">

name
Name: name
Location: Location
Level: #
Room: #


</syntax>