Difference between revisions of "Template:Relic"
Jump to navigation
Jump to search
(Created page with "<noinclude>==Follow the directions!== '''''DO NOT EDIT THIS PAGE!''' To use this template, copy the following code into your page: <nowiki>{{template:Relic |NAME= |PORTRAIT...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
<nowiki>{{template:Relic | <nowiki>{{template:Relic | ||
|NAME= | |NAME= | ||
| − | |PORTRAIT= | + | |PORTRAIT=Placeholderbanner.png |
|OWNER= | |OWNER= | ||
|CREATOR= | |CREATOR= | ||
| Line 19: | Line 19: | ||
{| class="infobox" cellpadding="5" cellspacing="0" style="max-width: 300px; float: right; clear: right; margin-left: 10px; margin-bottom: 10px; background: white; font-size: 90%; border: 1px solid #ccc" | {| class="infobox" cellpadding="5" cellspacing="0" style="max-width: 300px; float: right; clear: right; margin-left: 10px; margin-bottom: 10px; background: white; font-size: 90%; border: 1px solid #ccc" | ||
|- | |- | ||
| − | |colspan="2" style="text-align: center; background: #AACCFF; font-weight: bold;" |<big>'''{{{NAME}}}'''</big> | + | |colspan="2" style="text-align: center; background: #AACCFF; font-weight: bold;" |<big>'''{{#if:{{{NAME}}}|{{{NAME}}}}}'''</big> |
| − | |-{{#if: {{{ | + | |-{{#if: {{{PORTRAIT}}} | {{Portrait|{{{PORTRAIT}}}}}}} |
|- | |- | ||
|colspan="2" style="text-align: center; background: Gainsboro;"| '''Information''' | |colspan="2" style="text-align: center; background: Gainsboro;"| '''Information''' | ||
| − | |-Owner = {{#if: {{{ | + | |-Owner = {{#if: {{{OWNER}}} | {{Owner|{{{OWNER}}}}}}} |
| − | |-Creator = {{#if: {{{ | + | |-Creator = {{#if: {{{CREATOR}}} | {{Creator | {{{CREATOR}}}}}}} |
| − | |-Powers = {{#if: {{{ | + | |-Powers = {{#if: {{{POWERS}}} | {{Powers|{{{POWERS}}}}}}} |
|- | |- | ||
|} | |} | ||
| − | |||
<includeonly>[[category:Relics]]</includeonly> | <includeonly>[[category:Relics]]</includeonly> | ||
Latest revision as of 23:51, 7 December 2012
Follow the directions!
DO NOT EDIT THIS PAGE! To use this template, copy the following code into your page:
{{template:Relic
|NAME=
|PORTRAIT=Placeholderbanner.png
|OWNER=
|CREATOR=
|POWERS=
}}
Fill out the lines after the '=' sign. You may leave a parameter blank if you don't want to fill it out. When done right, everything will be set up for you and you won't have to worry about any formatting.
| {{#if:{{{NAME}}}|{{{NAME}}}}} | |
| [[File:{{{PORTRAIT}}}|200px|]]}} | |
| Information | |
| Owner | {{{OWNER}}}}} |
| Creator | {{{CREATOR}}}}} |
| Powers | {{{POWERS}}}}} |