Template:List entry: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{| cellpadding="5" cellspacing="0" style="border:1px solid darkgray; width:30em; height:10em;" | {| cellpadding="5" cellspacing="0" style="border:1px solid darkgray; width:30em; height:10em;" | ||
|- | |- | ||
| rowspan="2" align="center" style="width: 130px; height: 130px" | {{#if: {{{image|}}} | [[File:{{{image}}}|120x120px]] | ''Image | | rowspan="2" align="center" style="width: 130px; height: 130px" | {{#if: {{{image|}}} | [[File:{{{image}}}|120x120px]] | ''Image needed.'' }} | ||
| style="height:30px" | '''''[[{{#if: {{{name|}}}|{{{name}}}|Name required.}}]]''''' | | style="height:30px" | '''''[[{{#if: {{{name|}}}|{{{name}}}|Name required.}}]]''''' | ||
|- | |- | ||
| valign="top" style="font-size:0.9em" | {{#if: {{{desc|}}}|{{{desc}}}|Description | | valign="top" style="font-size:0.9em" | {{#if: {{{desc|}}}|{{{desc}}}|Description needed.}} | ||
|} | |} | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> |
Revision as of 15:04, 5 September 2024
Warning:
Description
This is the List entry template. This template is used for listings things with images and an associated short description. It should be transcluded in the following format:
{{List entry | image = | name = | desc = }}
Include {{clear}}
after a group of entries, before starting a new section.
Parameters
- image
- Required. Image file for the list entry.
- name
- Required. Title of the list entry (eg. Bat, Gorgon, Rog Imperial City (V3), etc.)
- desc
- Required. Description of the list entry. Include links where appropriate.
Example
{{List entry|image=Missing icon.png|name=Lorem|desc=Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud...}} {{List entry|image=Barbarian icon.gif|name=Barbarian|desc=Large humanoid creatures.}} {{List entry|image=Hatti Copper Gorgon-42.png|name=Gorgon|desc=Quadrupedal bovine creatures clad in heavy armor. They use a '''Poison Breath''' attack that deals continuous damage to their target.}} {{List entry|image=High-Elf Icon.gif|name=High-Elf|desc=Humanoid creatures with pointy ears.}} {{List entry|image=Boss-cultpriest.png|name=Cult Priest|desc=Level 65 world boss that spawns in [[Depthless Orifice/50+|50+ pvp]]. She is a taller than average [[High-Elf]].}} {{List entry|image=Rog Imperial Castle city.png|name=Rog Imperial City (V3){{!}}Rog Imperial City|desc=Capital city of [[South Rog Frontier|South Rog Frontier (Idios)]], the starting location for all new characters, and the hub for [[List of daily quests|level 30+ daily quests]].}} {{clear}}
Lorem | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud... |
Barbarian | |
Large humanoid creatures. |
Gorgon | |
Quadrupedal bovine creatures clad in heavy armor. They use a Poison Breath attack that deals continuous damage to their target. |
High-Elf | |
Humanoid creatures with pointy ears. |
Cult Priest | |
Level 65 world boss that spawns in 50+ pvp. She is a taller than average High-Elf. |
Rog Imperial City | |
Capital city of South Rog Frontier (Idios), the starting location for all new characters, and the hub for level 30+ daily quests. |
TODO
- Separate style formatting into a styles.css page
- Adjust entry cell size to fit 3 across a page
- Might be limited by global page formatting