Template:Raid: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "<noinclude> {{#cargo_declare: _table = raids | Server = String | Name = Page | Environment = String | Season = String | Start_date = Start datetime | End_date = End datetime | Notes = Text }} </noinclude> <includeonly> {{#cargo_store:_table=raids}} <tr> <td>{{{Name|}}}</td> <td>{{Icon|{{{Environment|}}}|size=24}}</td> <td>{{#time: m/d/Y H:i| @{{#expr: {{#time:U|{{{Start_date|}}}}} + 3600*9 }} }} ~ {{#time: m/d/Y H:i| @{{#expr: {{#time:U|{{{End_date|}}}}} + 3600*9 }} }}</...")
 
(Add Challenge parameter for elim raids)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{#cargo_declare:
{{#cargo_declare:
_table = raids
_table = raids
| Type = String
| Server = String
| Server = String
| Name = Page
| Name = String
| Image = File
| Environment = String
| Environment = String
| Challenge = String
| Season = String
| Season = String
| Start_date = Start datetime
| Start_date = Start datetime
Line 14: Line 17:
{{#cargo_store:_table=raids}}
{{#cargo_store:_table=raids}}
<tr>
<tr>
<td>{{{Name|}}}</td>
<td>[[{{{Name|}}}]]</td>
<td>{{Icon|{{{Environment|}}}|size=24}}</td>
<td>{{Icon|{{{Environment|}}}|size=24}}</td>
{{#if: {{{Challenge|}}} | <td class="bg-element bg-{{lc:{{{Challenge|}}}}}">{{{Challenge|}}}</td> }}
<td>{{#time: m/d/Y H:i| @{{#expr: {{#time:U|{{{Start_date|}}}}} + 3600*9 }} }} ~ {{#time: m/d/Y H:i| @{{#expr: {{#time:U|{{{End_date|}}}}} + 3600*9 }} }}</td>
<td>{{#time: m/d/Y H:i| @{{#expr: {{#time:U|{{{Start_date|}}}}} + 3600*9 }} }} ~ {{#time: m/d/Y H:i| @{{#expr: {{#time:U|{{{End_date|}}}}} + 3600*9 }} }}</td>
<td>{{{Season|}}}</td>
<td>{{{Season|}}}</td>

Latest revision as of 12:54, 22 January 2024

This template defines the table "raids". View table.