Template:Craft Header: Difference between revisions
From HorizonXI Wiki
mNo edit summary |
m (added automatic categorization through standard template) |
||
| Line 1: | Line 1: | ||
<onlyinclude><includeonly><div class="container {{{color-class|}}}" style="display: flex; justify-content: space-between; align-items: center;"> | <onlyinclude><includeonly>{{categorize|{{{1|}}}|[[Category:{{{name}}}]]}}<div class="container {{{color-class|}}}" style="display: flex; justify-content: space-between; align-items: center;"> | ||
<div style="margin: 16px;">[[File:{{{icon|}}}|link=:Category:{{{name}}}]]</div>{{#ifeq:{{NAMESPACE}}:{{PAGENAME}}|Category:{{{name}}}|<span style="font-size: x-large; font-weight: bold; {{#if:{{{text-style|}}}|{{{text-style}}}|color: black;}}">{{{name}}}</span>|[[:Category:{{{name}}}| | <div style="margin: 16px;">[[File:{{{icon|}}}|link=:Category:{{{name}}}]]</div>{{#ifeq:{{NAMESPACE}}:{{PAGENAME}}|Category:{{{name}}}|<span style="font-size: x-large; font-weight: bold; {{#if:{{{text-style|}}}|{{{text-style}}}|color: black;}}">{{{name}}}</span>|[[:Category:{{{name}}}| | ||
<span style="font-size: x-large; font-weight: bold; {{#if:{{{text-style|}}}|{{{text-style}}}|color: black;}}">{{{name}}}</span>]]}} | <span style="font-size: x-large; font-weight: bold; {{#if:{{{text-style|}}}|{{{text-style}}}|color: black;}}">{{{name}}}</span>]]}} | ||
| Line 15: | Line 15: | ||
}}</pre> | }}</pre> | ||
{{Craft_Header | {{Craft_Header|nc | ||
| name = Alchemy | | name = Alchemy | ||
| color-class = alchemy-header | | color-class = alchemy-header | ||
| Line 29: | Line 29: | ||
}}</pre> | }}</pre> | ||
{{Craft_Header | {{Craft_Header|nc | ||
| name = Goldsmithing | | name = Goldsmithing | ||
| color-class = goldsmithing-header | | color-class = goldsmithing-header | ||
Revision as of 19:18, 21 December 2023
Usage
Headers for craft pages
Examples
{{Craft_Header
| name = Alchemy
| color-class = alchemy-header
| text-style = color: white;
| icon = AlchemyIcon.png
}}
{{Craft_Header
| name = Goldsmithing
| color-class = goldsmithing-header
| text-style =
| icon = GoldsmithingIcon.png
}}
