Difference between revisions of "Template:IT/Documentation/MasterTOC"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 78: Line 78:
 
</div>
 
</div>
 
     <div id="tocbody" class="docooo_tocbody" style="padding: 6px;">
 
     <div id="tocbody" class="docooo_tocbody" style="padding: 6px;">
* Chapter
+
* Capitolo
* Chapter
+
* Capitolo
* Chapter
+
* Capitolo
 
     </div>
 
     </div>
 
<div id="PrevNextPage" class="docooo_prevnextpage" style="font-size: small; margin-bottom: 10px;">
 
<div id="PrevNextPage" class="docooo_prevnextpage" style="font-size: small; margin-bottom: 10px;">
Line 100: Line 100:
 
|ShowPrevPage=none
 
|ShowPrevPage=none
 
|ShowNextPage=block
 
|ShowNextPage=block
|NextPage=The Next Page
+
|NextPage=Pagina successiva
 
|bookid=1234'''
 
|bookid=1234'''
|booktitle=[[My Manual]]
+
|booktitle=[[Guida]]
 
|ShowParttitle=block
 
|ShowParttitle=block
|parttitle=[[The First Part]]
+
|parttitle=[[Prima parte]]
 
|ShowPrevPart=none
 
|ShowPrevPart=none
 
|ShowNextPart=block
 
|ShowNextPart=block
|NextPart=The Second Part
+
|NextPart=Seconda parte
|toccontent=* Chapter
+
|toccontent=* Capitolo
* Chapter
+
* Capitolo
* Chapter
+
* Capitolo
 
}}
 
}}
 
</pre>
 
</pre>
Line 123: Line 123:
 
|NextPage=The Next Page
 
|NextPage=The Next Page
 
|bookid=1234'''
 
|bookid=1234'''
|booktitle=[[My Manual]]
+
|booktitle=[[Guida]]
 
|ShowParttitle=block
 
|ShowParttitle=block
|parttitle=[[The First Part]]
+
|parttitle=[[Prima parte]]
 
|ShowPrevPart=none
 
|ShowPrevPart=none
 
|ShowNextPart=block
 
|ShowNextPart=block
|NextPart=The Second Part
+
|NextPart=Seconda parte
|toccontent=* Chapter
+
|toccontent=* Capitolo
* Chapter
+
* Capitolo
* Chapter
+
* Capitolo
 
}}
 
}}
 
</div>
 
</div>
 
</noinclude>
 
</noinclude>

Revision as of 11:27, 20 July 2009

{{{booktitle}}}

{{{toccontent}}}

[[IT/{{{PrevPage}}}|< Indietro]] [[IT/{{{NextPage}}}|Avanti >]]


Usage of Parameters

ShowPrevPage
set to "block" to show the "previous page" link, set to "none" to hide it. This parameter is not set in the TOC based on this template, but rather in the file containing that TOC. So the parameter value is "passed through" the TOC to this template and therefore must explicitly be set to none to hide the link. The TOC must use {{{ShowPrevPage}}} as the parameter value to ensure passing along.
PrevPage
the path to the previous page (no surrounding "[")
ShowNextPage
set to "block" to show the "next page" link, set to "none" to hide it. This parameter is not set in the TOC based on this template, but rather in the file containing that TOC. So the parameter value is "passed through" the TOC to this template and therefore must explicitly be set to none to hide the link. The TOC must use {{{ShowNextPage}}} as the parameter value to ensure passing along.
NextPage
the path to the previous page (no surrounding "[")
bookid
The id for the book (not yet evaluated)
booktitle
The book title that appears at the top of the TOC in full wiki syntax (i.e. as a link: [[MyGuide|My Great Manual]]
ShowParttitle
set to "block" to show the part title. This will be used in Sub-TOCs. It will default to hidden when not specified.
parttitle
The title of the part that this Sub-TOC covers in full wiki syntax (i.e. as a link: [[MyGuide/MyPart|Part 1: My Great Part]]
toccontent
The content of the TOC as lists and divs.
ShowPrevPart
set to "block" in to show the "previous part" link at the bottom of the TOC. If this parameter is set at the TOC level (and not on the file level like the prev/next page parameter), it will default to hidden when not specified.
PrevPart
the path to the first page of the previous part (no surrounding "[")
ShowNextPart
set to "block" in to show the "previous part" link at the bottom of the TOC. If this parameter is set at the TOC level (and not on the file level like the prev/next page parameter), it will default to hidden when not specified.
NextPart
the path to the first page of the next part (no surrounding "[")

Template:IT/Documentation/Note

Simulated example

  • ShowPrevPage set to none
  • ShowNextPage set to block
  • NextPage set to The Next Page
  • bookid set to 1234
  • booktitle set to [[My Manual]]
  • ShowParttitle set to block
  • parttitle set to [[The First Part]]
  • ShowPrevPart set to none
  • ShowNextPart set to block
  • NextPart set to The Second Part
  • toccontent set to * Chapter
    * Chapter
    * Chapter
Book.png
[[{{{PrevPart}}}|< Sezione precedente]] Sezione successiva >
  • Capitolo
  • Capitolo
  • Capitolo
[[{{{PrevPage}}}|< Indietro]] Avanti >

Calculated example

(note: not usable in preview mode while editing this template):

{{IT/Documentation/MasterTOC
|ShowPrevPage=none
|ShowNextPage=block
|NextPage=Pagina successiva
|bookid=1234'''
|booktitle=[[Guida]]
|ShowParttitle=block
|parttitle=[[Prima parte]]
|ShowPrevPart=none
|ShowNextPart=block
|NextPart=Seconda parte
|toccontent=* Capitolo
* Capitolo
* Capitolo
}}

will be:

Prima parte
[[{{{PrevPart}}}|< Sezione precedente]] Sezione successiva >
  • Capitolo
  • Capitolo
  • Capitolo
[[IT/{{{PrevPage}}}|< Indietro]] Avanti >


Personal tools