Template:Infobox: Difference between revisions
Appearance
Created page with "<infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption"/> </image> <group> <label>Role</label> <format>{{{role}}}</format> </group> <group> <label>First Appearance</label> <format>{{{first_appearance}}}</format> </group> <group> <label>Status</label> <format>{{{status}}}</format> </group> </infobox>" |
No edit summary |
||
| Line 3: | Line 3: | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="image"> | <image source="image"> | ||
<caption source="caption"/> | <caption source="caption"/> | ||
</image> | </image> | ||
< | <data source="role"> | ||
<label>Role</label> | <label>Role</label> | ||
</data> | |||
</ | |||
< | <data source="first_appearance"> | ||
<label>First Appearance</label> | <label>First Appearance</label> | ||
</data> | |||
</ | |||
< | <data source="status"> | ||
<label>Status</label> | <label>Status</label> | ||
</data> | |||
</ | |||
</infobox> | </infobox> | ||