Template:HuntersBoostRoad: Difference between revisions

From Ephinea PSO Wiki
(noinclude removed in favor of onlyinclude IDs; Created hbr ID (length ID incomplete))
m (easier link format)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{{#ifeq:{{{type|hbr}}}|hbr|
<table style="width:100%" class="psoBackground psoStyle"><tr>
<table style="width:100%" class="psoBackground psoStyle">
<th class="psoHeader psoStyle" style="max-width:100px; padding-bottom:0.4em">[[Hunters Boost Road]] for {{{month}}}</th>
<tr>
<th class="psoHeader psoStyle" style="max-width:100px; padding-bottom:0.4em">
[[Hunters Boost Road]] for {{{month}}}
</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></tr></table><noinclude>
</td>
</tr>
</table>
}}</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 13:
<tr><td>
<tr><td>


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


Line 39: Line 24:


<pre>
<pre>
{{HuntersBoostRoad|type=hbr|month=January
{{HuntersBoostRoad|month=January|text=
|* [[Lost ICE SPINNER|Lost ICE SPINNER]]
* {{Link|icon=quest|Lost ICE SPINNER}}
|* [[Sweep-up Operation 2|Sweep-up Operation #2]]
* {{Link|icon=quest|Sweep-up Operation 2|Sweep-up Operation #2}}
|* [[Sweep-up Operation 3|Sweep-up Operation #3]]
* {{Link|icon=quest|Sweep-up Operation 3|Sweep-up Operation #3}}
|* [[War of Limits 4|War of Limits #4]]
* {{Link|icon=quest|War of Limits 4|War of Limits #4}}
|* [[New Mop-Up Operation 2|New Mop-Up Operation #2]]
* {{Link|icon=quest|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]]

Latest revision as of 20:45, 7 January 2023

Hunters Boost Road for {{{month}}} {{{text}}}

Usage[edit source]

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

Example[edit source]

Hunters Boost Road for January
{{HuntersBoostRoad|month=January|text=
* {{Link|icon=quest|Lost ICE SPINNER}}
* {{Link|icon=quest|Sweep-up Operation 2|Sweep-up Operation #2}}
* {{Link|icon=quest|Sweep-up Operation 3|Sweep-up Operation #3}}
* {{Link|icon=quest|War of Limits 4|War of Limits #4}}
* {{Link|icon=quest|New Mop-Up Operation 2|New Mop-Up Operation #2}}
}}