Difference between revisions of "Template:Incomplete"

From Baka-Tsuki
Jump to navigation Jump to search
m
m (Undo revision 140013 by Zero2001 (talk))
Line 1: Line 1:
 
{| class="wikitable" style="text-align:left; margin:1em auto 1em auto;<!--Center Alignment of Table--> clear:both; font-size:100%; background:#E6F2FF; font-weight:900"
 
{| class="wikitable" style="text-align:left; margin:1em auto 1em auto;<!--Center Alignment of Table--> clear:both; font-size:100%; background:#E6F2FF; font-weight:900"
 
| style="background:#cee0f2;" align="center"|<big>Status: Incomplete</big>
 
| style="background:#cee0f2;" align="center"|<big>Status: Incomplete</big>
{{#if:{{{percentage|}}}|<!--then:-->| style="background:#cee0f2;" align="center"|<big>{{{percentage}}}% completed</big>|}}
+
{{#if:{{{percentage|}}}|<!--then:-->{{Incomplete/Box|{{{percentage}}}% completed}}|}}{{#if:{{{pages|}}}|<!--then:-->{{Incomplete/Box|Pages {{{pages}}} done}}|}}{{#if:{{{parts|}}}|<!--then:-->{{Incomplete/Box|Parts {{{parts}}} done}}|}}
{{#if:{{{pages|}}}|<!--then:-->| style="background:#cee0f2;" align="center"|<big>Pages {{{pages}}} done</big>|}}
 
{{#if:{{{parts|}}}|<!--then:-->| style="background:#cee0f2;" align="center"|<big>Parts {{{parts}}} done</big>|}}
 
 
|-
 
|-
 
|}<noinclude>
 
|}<noinclude>

Revision as of 11:34, 2 March 2012

Status: Incomplete

Purpose

Normally completion perentage/progress is displayed on the main LH page. But what about when you are reading from chapter page to chapter page using the nav links? This way you can see the progress on the page itself rather than going to the main page just to see if that is all in the chapter since there are no nav links/template at the bottom (translators often forget to add that).

Usage

Simply write {{Incomplete|percentage="Insert Percentage Number Here"|pages="Insert Page Completion Fraction Here"|parts="Insert number of completed parts over(/) total parts here"}}. (no speechmarks)

And you shall have the template inserted displaying the required info. You can chose not to add the "pages" parameter.