Template:Character Tabs: Difference between revisions

Template page
m (remove Movelist subpage link (for now))
m (fix murakumo links)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<includeonly><div class="NOL-tabs-wrapper"><ul class="NOL-tabs"><li>[[{{{1}}}|Overview]]</li></ul>{{#subpages:
== Preview ==
|page={{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}
|format=ul
|pathstyle=
|showpage=no
|element=div
|class=NOL-tabs
|kidsonly=yes
|default=<span style="display:none;"></span>
}}</div><!--
--></includeonly><!--


<pre><nowiki>{{Character Tabs|Kagura Mutsuki}}</nowiki></pre>
DOCUMENTATION BEGINS BELOW
{{Character Tabs|Kagura Mutsuki}}
 
<pre><nowiki>{{Character Tabs|Kagura Mutsuki|Gallery}}</nowiki></pre>
{{Character Tabs|Kagura Mutsuki|Gallery}}


--><noinclude>
== Usage ==
== Usage ==
<pre><nowiki>
<pre><nowiki>
On the character's page:
{{Character Tabs|character name}}
{{Character Tabs | character name}}
{{Character Tabs | Kagura Mutsuki}}


On a character's subpage:
or for pages with different display names:
{{Character Tabs | character name | subpage}}
{{Character Tabs|Λ-No.11-|Lambda-11}}
{{Character Tabs | Kagura Mutsuki | Gallery}}
</nowiki></pre>
</nowiki></pre>


</noinclude><includeonly>
== Testing ==
<!-- use this when I get around to making a theme
1 Character {{Character Tabs|Λ-No.11-|Lambda-11}}
<ul class="charnav">
2 Character {{Character Tabs|Bang Shishigami}}
  <li {{#if:{{{2|}}}|>[[{{{1}}}]]|class=active>{{{1}}}}}</li>
3 BBTAG {{Character Tabs|BlazBlue: Cross Tag Battle}}
  <li {{#ifeq:{{{2}}}|Gallery|class=active>Gallery|>[[{{{1}}}/Gallery|Gallery]]}}</li>
4 No subpages {{Character Tabs|Template:Character Tabs}}
  <li {{#ifeq:{{{2}}}|Movelist|class=active>Movelist|>[[{{{1}}}/Movelist|Movelist]]}}</li>
5
</ul>
6
-->{{#if: {{{2|}}}
== Notes ==
    | [[ {{{1}}} ]]
Uses the [https://github.com/JeroenDeDauw/SubPageList/blob/master/doc/USAGE.md SubPageList] extension, which supposedly should work as intended. However, template parsing fails and showpage=yes might not be working as intended (instead of being appended to the list as a list item ("li" element), it is being appended as a separate paragraph ("p" element), which complicates styliing).
    | '''{{{1}}}'''
 
}} · {{#ifeq: {{{2}}} | Gallery
For now tabs will only show the list of subpages.
    | '''Gallery'''
 
    | [[ {{{1}}}/Gallery | Gallery ]]
{{#tag:references}}
}}<!-- · {{#ifeq: {{{2}}} | Movelist
 
    | '''Movelist'''
</noinclude>
    | [[ {{{1}}}/Movelist | Movelist ]]
}}-->
<hr></includeonly>

Latest revision as of 23:39, 18 March 2018

Usage

{{Character Tabs|character name}}

or for pages with different display names:
{{Character Tabs|Λ-No.11-|Lambda-11}}

Testing

1 Character

2 Character

3 BBTAG

4 No subpages

5 6

Notes

Uses the SubPageList extension, which supposedly should work as intended. However, template parsing fails and showpage=yes might not be working as intended (instead of being appended to the list as a list item ("li" element), it is being appended as a separate paragraph ("p" element), which complicates styliing).

For now tabs will only show the list of subpages.