Template:Basic Infobox: Difference between revisions
From Inkwell Wiki
Jump to navigationJump to search
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PThing5NAME}}}}}</div>{{#if:{{{imThing5|}}}| <div class="infobox-imThing5">[[File:{{{imThing5}}}|300px]]</div>}} <table>{{#if:{{{Name|}}}|<tr> <th>Name</th> <td>{{{Name}}}</td> </tr>}}{{#if:{{{Thing2|}}}|<tr> <th>Thing2</th> <td>{{{Thing2}}}</td> </tr>}}{{#if:{{{Thing3|}}}|<tr> <th>Thing3</th> <td>{{{Thing3}}}</td> </tr>}}{{#if:{{{Thing4|}}}|<tr> <th>Thing4</th> <td>{{{Thing4}}}</..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{ | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox- | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{Name|}}}|<tr> | <table>{{#if:{{{Name|}}}|<tr> | ||
<th>Name</th> | <th>Name</th> | ||
| Line 39: | Line 39: | ||
"params": { | "params": { | ||
"title": {}, | "title": {}, | ||
"Name": {}, | "Name": {}, | ||
"Thing2": {}, | "Thing2": {}, | ||
Latest revision as of 10:53, 12 March 2025
Basic Infobox
Infobox for characters
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| Name | Name | no description | Unknown | optional |
| Thing2 | Thing2 | no description | Unknown | optional |
| Thing3 | Thing3 | no description | Unknown | optional |
| Thing4 | Thing4 | no description | Unknown | optional |
| Thing5 | Thing5 | no description | Unknown | optional |
| Thing6 | Thing6 | no description | Unknown | optional |
| Thing7 | Thing7 | no description | Unknown | optional |
| Thing8 | Thing8 | no description | Unknown | optional |
| Thing9 | Thing9 | no description | Unknown | optional |
| Thing10 | Thing10 | no description | Unknown | optional |