Template:Craft Recipe List Header: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Aramachus mNo edit summary |
imported>Aramachus mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><onlyinclude |
<includeonly><onlyinclude> |
||
{| style="border: 1px solid #aaa; padding: 4px;" |
{| style="border: 1px solid #aaa; margin: 2em; padding: 4px;" |
||
| class="{{{rank item css}}}" style="padding: 8px; width: 50px; text-align: center" | Text |
| class="{{{rank item css}}}" style="padding: 8px; width: 50px; text-align: center" | Text |
||
| style="background-color: transparent; padding-left: 8px;" | Guild Rank Test item |
| style="background-color: transparent; padding-left: 8px;" | Guild Rank Test item |
||
| Line 9: | Line 9: | ||
| class="{{{sub craft css}}}" style="padding: 8px; width: 50px; text-align: center" | Text |
| class="{{{sub craft css}}}" style="padding: 8px; width: 50px; text-align: center" | Text |
||
| style="background-color: transparent; padding-left: 8px;" | Item with {{{name}}} as a subcraft |
| style="background-color: transparent; padding-left: 8px;" | Item with {{{name}}} as a subcraft |
||
|} |
|}</onlyinclude></includeonly> |
||
==Usage== |
==Usage== |
||
| Line 26: | Line 26: | ||
}} |
}} |
||
</pre> |
</pre> |
||
{{Craft Recipe List Header |
{{Craft Recipe List Header |
||
| name = Woodworking |
| name = Woodworking |
||
Revision as of 19:52, 23 December 2023
Usage
A template that generates the header information for the list of crafting recipes. See, e.g., Category:Woodworking/Amateur.
Note: This shows only the legend, will NOT affect the table formatting.
Examples
{{Craft Recipe List Header
| name = Woodworking
| rank item css = text-bold
| main craft css = woodworking-body
| sub craft css = woodworking-body-alt
}}
| Text | Guild Rank Test item |
| Text | Item with Woodworking as its main craft |
| Text | Item with Woodworking as a subcraft |