Difference between revisions of "Template:NPC"

From sureai
Jump to: navigation, search
(Made a template for NPCs)
 
m (Fix rounded corners in newer Firefox versions)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| border="1" style = "float: right; border-collapse: collapse;"
+
{| style = "float: right; background: RGB(177, 171, 143); border-collapse: collapse; margin: 5px 5px 10px 20px; width: 300px; clear: right; "
 
|-
 
|-
| colspan="4" style="background: RGB(147, 56, 56); border-width: 0 1px; text-align: center; color: white; font-weight: bold; "| <div style="font-size: 150%; "> {{{name|{{PAGENAME}}}}} </div> {{#if: {{{refid|}}} |(RefID: {{{refid}}}) |}}
+
| colspan="4" style="text-align: center; color: white; font-weight: bold; width: 300px; "| <div style="background: RGB(147, 56, 56); border-radius: 5px;><div style="font-size: 150%; padding: 0 10px; "> {{{name|{{PAGENAME}}}}} </div> {{#if: {{{refid|}}} |(Ref ID: {{{refid}}}) |}}</div>
 
|-
 
|-
| colspan="4" style="border-width: 0 1px; padding: 5px;" | [[File:{{{image|SureaiLogo2016.png}}}|300px|center]]
+
| style="text-align: right; padding-right: 5px; width: 25%; " | '''Race'''
|-
+
| style="background: RGB(173, 173, 159); text-align: center; width: 25%;" | '''Location'''
+
| colspan = 3 | {{{location|-}}}
+
|-
+
| style="background: RGB(173, 173, 159); text-align: center; " | '''Race'''
+
 
| style="width: 25%;" | {{{race|-}}}
 
| style="width: 25%;" | {{{race|-}}}
| style="background: RGB(173, 173, 159); text-align: center; width: 25%; " | '''Gender'''
+
| style="text-align: right; padding-right: 5px; width: 25%; " | '''Gender'''
 
| style="width: 25%;" | {{{gender|-}}}
 
| style="width: 25%;" | {{{gender|-}}}
 
|-
 
|-
| style="background: RGB(173, 173, 159); text-align: center; " | '''Level'''
+
| style="text-align: right; padding-right: 5px; " | '''Path'''
| {{{level|-}}}
+
| {{{path|-}}}
| style="background: RGB(173, 173, 159); text-align: center; " | '''Class'''
+
| style="text-align: right; padding-right: 5px; " | '''Job'''
| {{{class|-}}}
+
| {{{job|-}}}
 
|-
 
|-
| style="background: RGB(173, 173, 159); text-align: center; " | '''RefID'''
+
| style="text-align: right; padding-right: 5px; " | '''Essential'''
| {{{refid|-}}}
+
| {{{essential|No}}}
| style="background: RGB(173, 173, 159); text-align: center; " | '''BaseID'''
+
| style="text-align: right; padding-right: 5px; " | '''Form ID'''
 
| {{{baseid|-}}}
 
| {{{baseid|-}}}
 
|-
 
|-
| colspan="4" style="background: RGB(147, 56, 56); border-width: 0 1px; text-align: center; color: white; "| '''Other Information'''
+
| style="text-align: right; padding-right: 5px; width: 25%; " | '''Location'''
 +
| colspan = 3 | {{{location|-}}}
 
|-
 
|-
| style="background: RGB(173, 173, 159); text-align: center; " | '''Health'''
+
| colspan="4" style="padding: 5px 0 10px 0; text-align: center; " | <span style="display: inline-block; overflow: hidden; border-radius: 5px;">[[File:{{{image|SureaiLogo2016.png}}}|300x500px|center]]</span>
 +
|-
 +
| style="text-align: right; padding-right: 5px; " | '''Level'''
 +
| {{{level|-}}}
 +
| style="text-align: right; padding-right: 5px; " | '''Health'''
 
| {{{health|-}}}
 
| {{{health|-}}}
| style="background: RGB(173, 173, 159); text-align: center; " | '''Magicka'''
 
| {{{magicka|-}}}
 
 
|-
 
|-
| style="background: RGB(173, 173, 159); text-align: center; " | '''Stamina'''
+
| style="text-align: right; padding-right: 5px; " | '''Magicka'''
 +
| {{{magicka|-}}}
 +
| style="text-align: right; padding-right: 5px; " | '''Stamina'''
 
| {{{stamina|-}}}
 
| {{{stamina|-}}}
| style="background: RGB(173, 173, 159); text-align: center; " | '''Essential'''
 
| {{{essential|No}}}
 
 
|}
 
|}
 
<noinclude>
 
<noinclude>
Line 44: Line 42:
  
 
=== Examples ===
 
=== Examples ===
<pre>
+
<pre style = "width: 33%; " >
 
{{NPC
 
{{NPC
|name = Garry
+
|name = Gary
 +
|image = EN-NPC-Jespar Dal'Varek.png
 
|location = [[Main Page|SureAI Wiki]]
 
|location = [[Main Page|SureAI Wiki]]
 
|race = Aeterna
 
|race = Aeterna
 
|gender = Male
 
|gender = Male
 
|level =  25
 
|level =  25
|class = Arcanist
+
|path = Erudite
 +
|job = Arcanist
 
|refid = 25B33F
 
|refid = 25B33F
 
|baseid = 67A33
 
|baseid = 67A33
Line 61: Line 61:
 
</pre>
 
</pre>
  
 +
<div style="display: inline-block; ">
 
{{NPC
 
{{NPC
|name = Garry
+
|name = Gary
 +
|image = EN-NPC-Jespar Dal'Varek.png
 
|location = [[Main Page|SureAI Wiki]]
 
|location = [[Main Page|SureAI Wiki]]
 
|race = Aeterna
 
|race = Aeterna
 
|gender = Male
 
|gender = Male
 
|level =  25
 
|level =  25
|class = Arcanist
+
|path = Erudite
 +
|job = Arcanist
 
|refid = 25B33F
 
|refid = 25B33F
 
|baseid = 67A33
 
|baseid = 67A33
Line 75: Line 78:
 
|essential = Yes
 
|essential = Yes
 
}}
 
}}
 +
</div>
 +
 +
<pre style = "width: 33%; " >
 +
{{NPC}}
 +
</pre>
 +
 +
<div style="display: inline-block; ">
 +
{{NPC}}
 +
</div>
 +
 
</noinclude>
 
</noinclude>

Latest revision as of 15:37, 25 June 2017

NPC
Race - Gender -
Path - Job -
Essential No Form ID -
Location -
SureaiLogo2016.png
Level - Health -
Magicka - Stamina -

Usage

Parameters

All parameters are optional

  • Text Parameters: name, image, location, race, gender, level, class, refid, baseid, health, magicka, stamina, essential

If the parameter "name" is not set, the template will use the current page's name (without the namespace) as a name.

Examples

{{NPC
|name = Gary
|image = EN-NPC-Jespar Dal'Varek.png
|location = [[Main Page|SureAI Wiki]]
|race = Aeterna
|gender = Male
|level =  25
|path = Erudite
|job = Arcanist
|refid = 25B33F
|baseid = 67A33
|health = 100
|magicka = 500
|stamina = 100
|essential = Yes
}}
Gary
(Ref ID: 25B33F)
Race Aeterna Gender Male
Path Erudite Job Arcanist
Essential Yes Form ID 67A33
Location SureAI Wiki
EN-NPC-Jespar Dal'Varek.png
Level 25 Health 100
Magicka 500 Stamina 100
{{NPC}}
NPC
Race - Gender -
Path - Job -
Essential No Form ID -
Location -
SureaiLogo2016.png
Level - Health -
Magicka - Stamina -