Template:Bonfire-Character: Difference between revisions

From Bonfire by Hogswild Prasetto
bonfire-wiki>Shadowlost25
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="alignm..."
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
  <title source="title1">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <data source="alignment">
    <label>Alignment</label>
  </data>
  <data source="race">
    <label>Race</label>
  </data>
  <data source="gender">
    <label>Gender</label>
  </data>
  <data source="location">
    <label>Location</label>
  </data>
  <data source="quote">
    <label>Quote</label>
  </data>
  <group>
    <header>Metadata</header>
    <data source="known_kinks">
      <label>Known Kinks</label>
    </data>
    <data source="introduced_in_patch">
      <label>Introduced in patch</label>
    </data>
    <data source="creator">
      <label>Creator</label>
    </data>
    <data source="core_game">
      <label>Core Game?</label>
    </data>
  </group>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Bonfire-Character
{{Bonfire-Character
|title1=Example
|image1=Example
|image1=Example
|caption1=Example
|alignment=Example
|alignment=Example
|race=Example
|race=Example
Line 55: Line 15:
</pre>
</pre>
</noinclude>
</noinclude>
<includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
|-
! colspan="2" | <span style="text-align: center">{{{image1|frameless}}}</span>
|-
! Alignment
| {{{alignment|}}}
|-
! Race
| {{{race|}}}
|-
! Gender
| {{{gender|}}}
|-
! Location
| {{{location|}}}
|-
! Quote
| {{{quote|}}}
|-
! Known Kinks
| {{{known_kinks|}}}
|-
! Requires Patch
| {{{introduced_in_patch|}}}
|-
! Created By
| {{{creator|}}}
|-
! Core Game
| {{{core_game|}}}
|}
</includeonly>

Latest revision as of 14:26, 20 June 2021

Example usage:

{{Bonfire-Character
|image1=Example
|alignment=Example
|race=Example
|gender=Example
|location=Example
|quote=Example
|known_kinks=Example
|introduced_in_patch=Example
|creator=Example
|core_game=Example
}}