Template:FixCard: Difference between revisions
Jump to navigation
Jump to search
Dea7hsmiles (talk | contribs) Created page with "<includeonly> <div class="fix-card"> <div class="fix-card__header"> <span class="fix-card__type">{{{type|Fix}}}</span> <span class="fix-card__title">{{{title|Untitled}}}</span> </div> <div class="fix-card__meta"> {{#if:{{{author|}}}|Posted by '''{{{author}}}'''|}} {{#if:{{{date|}}}| • {{{date}}}|}} {{#if:{{{source|}}}| • [{{{source}}} Source]|}} {{#if:{{{affected|}}}| • Affects: {{{affected}}}|}} </div> <div class="fix-card__summ..." |
Dea7hsmiles (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<includeonly> | |||
{{#if:{{{toc|}}}| | |||
{{#switch:{{{toc}}} | |||
|2 = == {{#if:{{{type|}}}|{{{type}}}: }}{{{title|Untitled}}}{{#if:{{{date|}}}| ({{{date}}})|}} == | |||
|3 = === {{#if:{{{type|}}}|{{{type}}}: }}{{{title|Untitled}}}{{#if:{{{date|}}}| ({{{date}}})|}} === | |||
|4 = ==== {{#if:{{{type|}}}|{{{type}}}: }}{{{title|Untitled}}}{{#if:{{{date|}}}| ({{{date}}})|}} ==== | |||
|#default = === {{#if:{{{type|}}}|{{{type}}}: }}{{{title|Untitled}}}{{#if:{{{date|}}}| ({{{date}}})|}} === | |||
}} | |||
}} | |||
<div class="fix-card"> | <div class="fix-card"> | ||
<div class="fix-card__header"> | <div class="fix-card__header"> |
Revision as of 15:51, 15 August 2025
Usage:
{{FixCard |type=Fix or Tip |title= |author= |date= |source= |affected= |summary= |steps= # Step one # Step two |notes= |attachments= |tags=Windows • Controller • Lightgun }}