Template:Craft Recipe List Header: Difference between revisions

From HorizonXI Wiki
(Created page with "<includeonly><onlyinclude> :{| cellpadding="3" |- | width=50px class="{{{rank item css}}}" | Text | : Guild Rank Test item |- | width=50px class="{{{main craft css}}}" | Text | : item with {{{name}}} as its main craft |- | width=50px class="{{{sub craft css}}}" | Text | style="background-color: transparent" | : item with {{{name}}} as a subcraft |} </onlyinclude></includeonly> ==Usage== A template that generates the header information for the list of crafting recipes....")
 
No edit summary
Line 19: Line 19:


===Examples===
===Examples===
<pre>
{{Craft Recipe List Header
|name=Woodworking
|rank item css=text-bold
|main craft css=woodworking-body
|sub craft css=woodworking-body-alt
}}
</pre>


{{Craft Recipe List Header
{{Craft Recipe List Header

Revision as of 12:57, 10 November 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