Template:Pagination: Difference between revisions
Jump to navigation
Jump to search
Shunesburg69 (talk | contribs) No edit summary |
Shunesburg69 (talk | contribs) No edit summary |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div style=" | <includeonly><div style="float:right;display:inline;padding-right:12px;">''page {{{p|0}}}''</div><div style="border-bottom:1px dotted #c0c0c0;display:block-inline;width:100%;"></div></includeonly><noinclude> | ||
Permet de faire des tables des matières avec numéro de page. | |||
<br><br> | |||
'''Exemple:''' | |||
<br><br> | |||
<nowiki>{| class="wikitable"</nowiki><br> | |||
<nowiki>| width=300px |</nowiki><br> | |||
<nowiki>*Chapitre 1{{pagination|p=5}}</nowiki><br> | |||
<nowiki>*Chapitre 2{{pagination|p=23}}</nowiki><br> | |||
<nowiki>*Chapitre 3{{pagination|p=48}}</nowiki><br> | |||
<nowiki>|}</nowiki><br> | |||
<br> | |||
Donne: | |||
<br> | |||
{| class="wikitable" | |||
| width=300px | | |||
*Chapitre 1{{pagination|p=5}} | |||
*Chapitre 2{{pagination|p=23}} | |||
*Chapitre 3{{pagination|p=48}} | |||
|} | |||
</noinclude> | </noinclude> |
Latest revision as of 00:47, 27 November 2013
Permet de faire des tables des matières avec numéro de page.
Exemple:
{| class="wikitable"
| width=300px |
*Chapitre 1{{pagination|p=5}}
*Chapitre 2{{pagination|p=23}}
*Chapitre 3{{pagination|p=48}}
|}
Donne:
|