Template:CharacterList: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(17 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>
<onlyinclude><includeonly>
This template lists the characters in various games which can equip a single piece of equipment (weapons, armor, shields, helmets, and accessories).<br/>
{{#switch: {{{1}}}
See [[Template:EquipmentCharacterList/doc]] for more information on this template.<br/>
| header = {{{!}} cellpadding="0" cellspacing="0" class="equipmentTemplateTable"
Below is a sample of this template:
{{!}}-
{{EquipmentCharacterList
{{!}} class="equipmentTemplateHeader" {{!}} Characters
|float=left
{{!}} 
|character1=[[Ragnar]]<br/>[[Alena]]
| entry = {{!}}-
|game1=[[Dragon Quest IV]]
{{!}} class="equipmentTemplateCell" {{!}} {{{character}}}
|console1=NES,DS
{{!}}-
}}
| footer = {{!}}} }}
</includeonly></onlyinclude><noinclude>
{{CharacterList/doc}}
[[Category:Equipment templates]]
[[Category:Equipment templates]]
</noinclude>
</noinclude>
<onlyinclude>
<includeonly>
{| width=290px border="1" style="font-family: verdana; text-align: center; vertical-align:middle; margin: 10px 10px 10px 10px; font-size: 10px; background-color: #ffffff; color:black; border:1px solid #8888aa; {{#if: {{{float|}}} | float:{{{float}}}; clear:{{{float}}} | float:right; clear:right; }}"
|-
| colspan="3" style="background-color:firebrick; color:white; text-align:center; font-size:120%;" |'''Characters'''
<!-- Begin if statements for optional parameters -->
{{#if: {{{character1|}}} | {{!}}- {{!}} style="text-align: center; vertical-align:middle;"
{{!}} {{{character1}}}
{{!}} {{{game1}}}
{{!}} {{{console1}}}
}}
{{#if: {{{character2|}}} | {{!}}-
{{!}} {{{character2}}}
{{!}} {{{game2}}}
{{!}} {{{console2}}}
}}
{{#if: {{{character3|}}} | {{!}}-
{{!}} {{{character3}}}
{{!}} {{{game3}}}
{{!}} {{{console3}}}
}}
{{#if: {{{character4|}}} | {{!}}-
{{!}} {{{character4}}}
{{!}} {{{game4}}}
{{!}} {{{console4}}}
}}
{{#if: {{{character5|}}} | {{!}}-
{{!}} {{{character5}}}
{{!}} {{{game5}}}
{{!}} {{{console5}}}
}}
{{#if: {{{character6|}}} | {{!}}-
{{!}} {{{character6}}}
{{!}} {{{game6}}}
{{!}} {{{console6}}}
}}
{{#if: {{{character7|}}} | {{!}}-
{{!}} {{{character7}}}
{{!}} {{{game7}}}
{{!}} {{{console7}}}
}}
{{#if: {{{character8|}}} | {{!}}-
{{!}} {{{character8}}}
{{!}} {{{game8}}}
{{!}} {{{console8}}}
}}
{{#if: {{{character9|}}} | {{!}}-
{{!}} {{{character9}}}
{{!}} {{{game9}}}
{{!}} {{{console9}}}
}}
{{#if: {{{character10|}}} | {{!}}-
{{!}} {{{character10}}}
{{!}} {{{game10}}}
{{!}} {{{console10}}}
}}
|}
</includeonly>
</onlyinclude>

Latest revision as of 03:16, 3 March 2026

The CharacterList template is used to display a set of characters who can equip a certain piece of equipment in Dragon Quest games. It specifically applies to the set of characters which can equip a piece of equipment in a single game.

Usage[edit source]

In almost all cases, using this template should be preceded by a heading for the game and a subheading of 'Characters'. This specifies what information the table actually contains.

Header[edit source]

A header call to this template should be the first usage of this template on any page.

{{CharacterList|header}}
  • header: A required parameter which marks this as the start of a character table.

Entries[edit source]

Each entry in the character table is represented by a single template call.

{{CharacterList|entry|character={{Ragnar}}}}
  • entry: A required parameter which marks this as a single character table entry.
  • character: The name of the character. Should be an interwiki link. Also, if this character only applies to a specific console version of the game, this should be noted in parentheses (i.e. (NES, GBC)).

Footer[edit source]

The footer call marks the end of the character table.

{{CharacterList|footer}}
  • footer: A required parameter marking the template as the footer.

Example[edit source]

Sample[edit source]

Characters


Ragnar McRyan (NES, GBC)
Bianca Whitaker (SFC)


Code[edit source]

{{CharacterList|header}}
{{CharacterList|entry|character=[[Ragnar McRyan]] ({{NES}}, {{GBC}})}}
{{CharacterList|entry|character=[[Bianca Whitaker]] ({{SFC}})}}
{{CharacterList|footer}}