Difference between revisions of "Template:Inspector row"
From Dragon Age Toolset Wiki
m |
m |
||
| Line 1: | Line 1: | ||
<includeonly><tr> | <includeonly><tr> | ||
| − | <td style="background-color:#d4d0c8; border:1px solid #d4d0c8; | + | <td style="background-color:#d4d0c8; border:1px solid #d4d0c8;" > </td> |
| − | <td style="background-color:#ffffff; border:1px solid #d4d0c8;">{{{1|}}}</td> | + | <td style="background-color:#ffffff; border:1px solid #d4d0c8; vertical-align:top">{{{1|}}}</td> |
<td>{{{2|}}}</td> | <td>{{{2|}}}</td> | ||
</tr></includeonly><noinclude> | </tr></includeonly><noinclude> | ||
Latest revision as of 13:06, 17 February 2012
This template set includes the following templates:
- Template:Inspector start
- Template:Inspector section
- Template:Inspector row
- Template:Inspector end
It's intended to allow quick and easy creation of "object inspector" tables for documentation purposes.
For exmample, the following set of templates:
{{Inspector start}}
{{Inspector section| General}}
{{Inspector row| Area Layout | One of the existing area models in the database}}
{{Inspector row| AreaList | Assigns this area to an area list.}}
{{Inspector row| Comments | General information about this resource}}
{{Inspector end}}
Produces:
| ⊟ | General | |
| Area Layout | One of the existing area models in the database | |
| AreaList | Assigns this area to an area list. | |
| Comments | General information about this resource |