Difference between revisions of "Template:Infobox Channel"
Jump to navigation
Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title"> {{{title|{{PAGENAME}}}}} </div> {{#if:{{{imagetab|}}}| <div class="infobox-image">{{{imagetab}}} </div>}} {{#if:{{{image|}}}|...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{Infobox Channel | ||
+ | |title = Channel Name | ||
+ | |image = Wikimainimg.png | ||
+ | |name = Channel Name | ||
+ | |date = Date (Created)<br />Date (Discovered) | ||
+ | |owner = Channel Owner | ||
+ | |url = Channel URL | ||
+ | |status = Channel Status | ||
+ | }} | ||
+ | </noinclude><noinclude>Copy-paste the following to use this template. | ||
+ | <ul> | ||
+ | <li> | ||
+ | Replace the capitalized words with the information you wish to present. | ||
+ | </li> | ||
+ | <li> | ||
+ | Type <nowiki><br /></nowiki> to break text into another line. Example: <i><nowiki>|alias = Name<br />Name<br />Name</nowiki></i> | ||
+ | </li> | ||
+ | </li> | ||
+ | </ul><br /> | ||
+ | |||
+ | <div class="cheatSheet" style="width: 50%;"><pre> | ||
+ | {{Infobox Channel | ||
+ | |title = TEXT | ||
+ | |image = FILE.png | ||
+ | |name = TEXT | ||
+ | |date = TEXT | ||
+ | |owner = TEXT | ||
+ | |url = TEXT | ||
+ | |status = TEXT | ||
+ | }} | ||
+ | </pre></div><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> | ||
+ | </noinclude> | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title"> | <div class="infobox-title"> | ||
Line 19: | Line 51: | ||
<th>Owner</th> | <th>Owner</th> | ||
<td>{{{owner}}}</td> | <td>{{{owner}}}</td> | ||
− | </tr>}}{{#if:{{{url|}}}|<tr | + | </tr>}}{{#if:{{{url|}}}|<tr> |
<th>URL</th> | <th>URL</th> | ||
<td>{{{url}}}</td> | <td>{{{url}}}</td> | ||
− | </tr>}}{{#if:{{{status|}}}|<tr> | + | </tr>}}{{#if:{{{status|}}}|<tr style="border-bottom: none;"> |
<th>Status</th> | <th>Status</th> | ||
<td>{{{status}}}</td> | <td>{{{status}}}</td> |
Latest revision as of 11:35, 10 May 2023
Channel Name
Name | Channel Name |
---|---|
Date | Date (Created) Date (Discovered) |
Owner | Channel Owner |
URL | Channel URL |
Status | Channel Status |
Copy-paste the following to use this template.
- Replace the capitalized words with the information you wish to present.
- Type <br /> to break text into another line. Example: |alias = Name<br />Name<br />Name
{{Infobox Channel |title = TEXT |image = FILE.png |name = TEXT |date = TEXT |owner = TEXT |url = TEXT |status = TEXT }}
Infobox Channel