Template:Character Infobox/sandbox: Difference between revisions

From DCRC Wiki
Jump to navigation Jump to search
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...")
 
m (7 revisions imported: import infobox template)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox>
{{infobox
  <title source="title1">
|width                      = {{{width|300}}}
    <default>{{PAGENAME}}</default>
|scratch                    = {{{scratch|}}}
  </title>
|Box title                 = {{{name|{{BASEPAGENAME}}}}}
  <image source="image1">
|icon left                  = {{ #if: {{{symbol|}}}|{{{symbol}}} }}
    <caption source="caption1"/>
|icon right                = {{ #if: {{{symbol2|}}}|{{{symbol2}}} }}
  </image>
|icon left pos left      = {{{symbol pos left|-6}}}
  <data source="row1">
|icon left pos top      = {{{symbol pos top|-6}}}
    <label>Label</label>
|icon right pos right = {{{symbol2 pos right|-6}}}
  </data>
|icon right pos top    = {{{symbol2 pos top|-6}}}
  <data source="row2">
|image                      = {{ #if:{{{image|}}} | File:{{{image}}} | {{ #if:{{{complex|}}} | | File:NoImage.gif }} }}
    <label>Label</label>
|image complex        = {{ #if:{{{complex|}}}|{{nowrap|{{{complex}}}}} }}
  </data>
|imagewidth              = {{{imagewidth|250}}}
</infobox>
|caption                    = {{{caption|}}}
<noinclude>
|bg-color                  = {{{bg-color|#E0E0E0}}}
Example usage:
|header                    =
<pre>
{{ #if: {{{intro|}}}|
{{Character Infobox/sandbox
<table border="0" width="100%" height="0%" align="center">
 
<tr >
  | title1=Example
<td width="50%">{{{{{link|VE}}}|{{{intro}}}|Introduction Page}}</td>
 
{{ #if: {{{first|}}}|<td width="50%">{{VE|{{{first}}}|First Appearance}}</td>}}
  | image1=Example
</tr>
</table>
|{{ #if: {{{first|}}}|
<table border="0" width="100%" height="0%" align="center">
<tr >
<td width="100%">{{{{{link|VE}}}|{{{first}}}|First Appearance}}</td>
</tr>
</table>
}}
}}
|label1 = {{ #if: {{{aka|}}}| AKA }}
|info1 = {{{aka}}}


  | caption1=Example
|label2 = {{ #if: {{{title|}}}|[[Mythological Roles|Title]] }}{{ #if: {{{aspect|}}}|[[Aspect|Emanant Aspect]] }}
 
|info2 = {{ #if: {{{title|}}}|{{{title}}} }}{{ #if: {{{aspect|}}}|{{{aspect}}} }}
  | row1=Example
|label3 = {{ #if: {{{age|}}}|<abbr title="As of current events of Vast Error.">Age</abbr>|}}
 
|info3 = {{{age}}}
  | row2=Example
|label4 = {{ #if: {{{genid|}}}|Gender Identity }}
 
|info4 = {{{genid}}}
}}
|label5 = {{ #if: {{{status|}}}|Status }}
</pre>
|info5 = {{{status}}}
<templatedata>
|label6 = {{ #if: {{{screenname|}}}| [[Skorpe|Screen Name]] }}
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"row1":{"suggested":true},"row2":{"suggested":true}},"sets":[],"maps":{}}
|info6 = {{{screenname}}}
</templatedata>
|label7 = {{ #if: {{{style|}}}|[[Typing Quirk|Typing Style]] }}
|info7 = {{{style}}}
|label8 = {{ #if: {{{specibus|}}}|[[Strife Deck|Strife Specibi]] }}
|info8 = {{{specibus}}}
|label9 = {{ #if: {{{modus|}}}|[[Sylladex#Fetch Modi|Fetch Modus]] }}
|info9 = {{{modus}}}
|label10 = {{ #if: {{{relations|}}}|Relations }}
|info10 = {{{relations}}}
|label11 = {{ #if: {{{home|}}}|Live(s) in }}
|info11 = {{{home}}}
|label12 = {{ #if: {{{planet|}}}|[[Planets|Planet]] }}
|info12 = {{{planet}}}
|label13 = {{ #if: {{{music|}}}|Music }}
|info13 = {{{music}}}
|label14 = &nbsp;
|info14 = {{navbar|{{{name<noinclude>|test</noinclude>}}}/Infobox|float=right}}
|footer title = {{ #if: {{{skorpelogs|}}}|Chatlogs}}
|footer content = {{ #if: {{{skorpelogs|}}}|{{{skorpelogs}}}}}
}}<noinclude>
{{documentation}}
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 00:19, 11 August 2021

Character Infobox
NoImage.gif

 

v·d·e

Template:Character Infobox/sandbox/doc