This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Eps: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>MiamiVolts
mNo edit summary
imported>MiamiVolts
rmv examples, add new code, recursion was the main trouble
Line 1: Line 1:
<noinclude>{{blurb}}Warning: This template is still being debugged.{{blurbclose}}</noinclude>{{#if:{{{2|}}}
<noinclude>{{blurb}}Warning: This template is still being debugged.{{blurbclose}}</noinclude><includeonly>{{#if:{{{2|}}}
|{{#switch:{{{2}}}|epn = {{User:MiamiVolts/Epn|{{{1}}}}}|epp = {{#sub:{{Epp|{{{1}}}}}|0|-1}}|{{User:MiamiVolts/test|{{{1}}}}}<!--end template switch-->}}
|{{#switch:{{{2}}}|epn = {{User:MiamiVolts/Epn|{{{1}}}}}|epp = {{#sub:{{Epp|{{{1}}}}}|0|-1}}|{{User:MiamiVolts/test|{{{1}}}}}<!--end template switch-->}}
|<!--else-->{{User:MiamiVolts/test|{{{1}}}}}
|<!--else-->{{User:MiamiVolts/test|{{{1}}}}}
<!--end if-->}}<!-- add the subtitle text if subtitle has length and is a valid subtitle
<!--end if-->}}<!-- add the subtitle text if subtitle has length and is a valid subtitle
-->{{User:MiamiVolts/Eps/subtitle|{{{1|}}}|slist = {{#dpl:|debug=1|category=Issues|uses=Template:Graphic Novel sidebar|include={Graphic Novel sidebar}:subtitle|includematch=/subtitle[^{{pipe}}]*/|format=,&rarr;«!--[[%PAGE%|%TITLE%]]--»,}}|tlist = {{#dpl:|debug=1|category=Issues|uses=Template:Graphic Novel sidebar|include={Graphic Novel sidebar}:subtitle|includematch=/subtitle[^{{pipe}}]*/|format=,&larr;*²{#pad:%NR%¦3¦0}²[[%PAGE%|%TITLE%]]«!--,--»}}|semi = {{{semi|}}}}}<!--if epp mode, append a closing parenthesis
-->{{User:MiamiVolts/Eps/subtitle|{{{1|}}}}}<!--if epp mode, append a closing parenthesis
-->{{#ifeq:{{{2|}}}|epp|)}}<noinclude><pre>
-->{{#ifeq:{{{2|}}}|epp|)}}</includeonly><noinclude><pre>
Old code:

{{#ifexpr:{{#rpos:{{User:MiamiVolts/Eps/subtitle|{{{1}}}}}|:}} > 0|<!--add nothing-->|{{#ifeq:{{User:MiamiVolts/Eps/subtitle|{{{1|}}}}}|<!--empty string-->|{{link
{{#ifexpr:{{#rpos:{{User:MiamiVolts/Eps/subtitle|{{{1}}}}}|:}} > 0|<!--add nothing-->|{{#ifeq:{{User:MiamiVolts/Eps/subtitle|{{{1|}}}}}|<!--empty string-->|{{link
|{{#sub:{{User:MiamiVolts/Epn|{{{1}}}}}X|{{#expr:36+{{#rpos:{{User:MiamiVolts/Epn|{{{1}}}}}|{{pipe}}}}}}|-10}}
|{{#sub:{{User:MiamiVolts/Epn|{{{1}}}}}X|{{#expr:36+{{#rpos:{{User:MiamiVolts/Epn|{{{1}}}}}|{{pipe}}}}}}|-10}}
Line 24: Line 24:
</pre>
</pre>


===Examples===<!--
===Examples===
Due to DPL restrictions on recursion, examples cannot be provided in the same article as the template itself so are provided on the [[User:MiamiVolts/Eps|related talk page]] instead.
<pre>
{{eps|wb11}}
</pre>
returns {{User:MiamiVolts/Eps|wb11}}
-->
<pre>
{{eps|gn24}}
</pre>
returns {{User:MiamiVolts/Eps|gn24}}
<!--
<pre>
{{eps|gn24|epn}}
</pre>
returns {{User:MiamiVolts/Eps|gn24|epn}}


<pre>
{{eps|gn24|epp}}
</pre>
returns {{User:MiamiVolts/Eps|gn24|epp}}
-->
{{nousercat|Link Templates}}
{{nousercat|Link Templates}}
</noinclude>
</noinclude>

Revision as of 07:20, 7 January 2009

Warning: This template is still being debugged.
Old code:
{{#ifexpr:{{#rpos:{{User:MiamiVolts/Eps/subtitle|{{{1}}}}}|:}} > 0|<!--add nothing-->|{{#ifeq:{{User:MiamiVolts/Eps/subtitle|{{{1|}}}}}|<!--empty string-->|{{link
    |{{#sub:{{User:MiamiVolts/Epn|{{{1}}}}}X|{{#expr:36+{{#rpos:{{User:MiamiVolts/Epn|{{{1}}}}}|{{pipe}}}}}}|-10}}
    |text={{#if: {{{semi|}}}|;|:}} {{User:MiamiVolts/Eps/subtitle|{{{1}}}}}
   }}|<!--add nothing-->
<!--end ifeq-->}}<!--end ifexpr-->}}

Usage

This is a link template that uses DPL to provide a link for the specified Heroes-related title with subtitle, if any. By default, appends subtitle after a colon and space as is standard for NBC and other style guidelines; but an option is available to use a semicolon instead of a colon. The list of titles used in this template are listed in {{ep}}. Options are also available to use the namespace format like {{epn}} or parentheses format like {{epp}}.

Syntax

{{eps
|<!--identifier listed in {{ep}}-->
|<!--optional format specification; default is {{ep}} format-->
|semi=<!--set true for semi-colon instead of the default colon-->
}}

Examples

Due to DPL restrictions on recursion, examples cannot be provided in the same article as the template itself so are provided on the related talk page instead.