Template:HuntersBoostRoad: Difference between revisions

From Ephinea PSO Wiki
(noinclude removed in favor of onlyinclude IDs; Created hbr ID (length ID incomplete))
(Rollback to 22:04, 12 January 2022 (Padding adjustment for mobile))
Tag: Manual revert
Line 1: Line 1:
<onlyinclude>{{#ifeq:{{{type|hbr}}}|hbr|
<table style="width:100%" class="psoBackground psoStyle">
<table style="width:100%" class="psoBackground psoStyle">
<tr>
<tr>
Line 6: Line 5:
</th>
</th>
<td style="padding-bottom:0.4em; padding-right:0.7em">
<td style="padding-bottom:0.4em; padding-right:0.7em">
{{{1}}}{{{2}}}{{{3}}}{{{4}}}{{{5}}}
{{{text}}}
</td>
</td>
</tr>
</tr>
</table>
</table><noinclude>
}}</onlyinclude>


<!--{{#ifeq:{{{type|length}}}|length|-->
<!--  {{#len:-->
<!--      {{#ifexpr:{{#len:{{{1}}}}} > {{#len:{{{2}}}}}|{{{1}}}|{{{2}}}}}-->
<!--  }}-->
<!--}}-->
==Usage==
==Usage==


Template for displaying the month's Hunters Boost Road. Currently allows 5 entries, will need to be revisited later on.
Simple template for displaying the month's Hunters Boost Road, type <code><nowiki>{{HuntersBoostRoad|month=Month|text=...}}</nowiki></code> while editing something, like the [[Main Page]].
 
Type <code><nowiki>{{HuntersBoostRoad|month=Month|...}}</nowiki></code> while editing something, like the [[Main Page]].


==Example==
==Example==
Line 28: Line 19:
<tr><td>
<tr><td>


{{HuntersBoostRoad|type=hbr|month=January
{{HuntersBoostRoad|month=January|text=
|* [[Lost ICE SPINNER|Lost ICE SPINNER]]
* [[Lost ICE SPINNER|Lost ICE SPINNER]]
|* [[Sweep-up Operation 2|Sweep-up Operation #2]]
* [[Sweep-up Operation 2|Sweep-up Operation #2]]
|* [[Sweep-up Operation 3|Sweep-up Operation #3]]
* [[Sweep-up Operation 3|Sweep-up Operation #3]]
|* [[War of Limits 4|War of Limits #4]]
* [[War of Limits 4|War of Limits #4]]
|* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
}}
}}


Line 39: Line 30:


<pre>
<pre>
{{HuntersBoostRoad|type=hbr|month=January
{{HuntersBoostRoad|month=January|text=
|* [[Lost ICE SPINNER|Lost ICE SPINNER]]
* [[Lost ICE SPINNER|Lost ICE SPINNER]]
|* [[Sweep-up Operation 2|Sweep-up Operation #2]]
* [[Sweep-up Operation 2|Sweep-up Operation #2]]
|* [[Sweep-up Operation 3|Sweep-up Operation #3]]
* [[Sweep-up Operation 3|Sweep-up Operation #3]]
|* [[War of Limits 4|War of Limits #4]]
* [[War of Limits 4|War of Limits #4]]
|* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
}}
}}
</pre>
</pre>
 
[[Category:Templates]]</noinclude>
<!--
{{HuntersBoostRoad|type=length
|* [[Lost ICE SPINNER|Lost ICE SPINNER]]
|* [[Sweep-up Operation 2|Sweep-up Operation #2]]
|* [[Sweep-up Operation 3|Sweep-up Operation #3]]
|* [[War of Limits 4|War of Limits #4]]
|* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
}}
<pre>
{{HuntersBoostRoad|type=length
|* [[Lost ICE SPINNER|Lost ICE SPINNER]]
|* [[Sweep-up Operation 2|Sweep-up Operation #2]]
|* [[Sweep-up Operation 3|Sweep-up Operation #3]]
|* [[War of Limits 4|War of Limits #4]]
|* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
}}
</pre>-->
[[Category:Templates]]

Revision as of 23:04, 13 January 2022

Hunters Boost Road for {{{month}}}

{{{text}}}

Usage

Simple template for displaying the month's Hunters Boost Road, type {{HuntersBoostRoad|month=Month|text=...}} while editing something, like the Main Page.

Example

Hunters Boost Road for January

{{HuntersBoostRoad|month=January|text=
* [[Lost ICE SPINNER|Lost ICE SPINNER]]
* [[Sweep-up Operation 2|Sweep-up Operation #2]]
* [[Sweep-up Operation 3|Sweep-up Operation #3]]
* [[War of Limits 4|War of Limits #4]]
* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
}}