Šablon:Sakrij početak
- {{sakrij početak}}
- {{sakrij kraj}}
Sintaksa
uredi{{Сакриј почетак |toggle= |border= |header= |title= |titlestyle= |bodystyle= |bg1= |bg2= |ta1= |ta2= |extra1= |extra2= }} <!-- sadržaj --> {{Сакриј крај}}
Parametri
urediParametar | Opis |
---|---|
toggle | Ukoliko se unese „left“ (bez navodnika) link [pokaži/sakrij] će biti prikazan na levoj strani. |
title | Naslovna traka. |
titlestyle | CSS stilovi koji se odnose na naslov, npr. „border:1px solid lightgrey;“ stvara okvir oko naslova, „background:color;“ menja pozadinu naslovne trake iz providne u određenu boju, „text-align:[center/right];“ menja položaj teksta itd. |
bodystyle | CSS stilovi koji se odnose na skriveni materijal. |
Primeri
urediKod | Rezultat |
---|---|
{{сакриј почетак |title = подразумевани приказ }} *def *ghi {{сакриј крај}} |
podrazumevani prikaz
|
{{сакриј почетак |title = наслов са ружичастом позадином |titlestyle = background:pink; }} *def *ghi {{сакриј крај}} |
naslov sa ružičastom pozadinom
|
{{сакриј почетак |title = наслов у центру |titlestyle = background:pink; text-align:center; }} *def *ghi {{сакриј крај}} |
naslov u centru
|
{{сакриј почетак |title = уколико је наслов померен у десно потребно је користити padding-right |titlestyle = background:pink; text-align:right;padding-right:5em; }} *change window width and *watch title alignment {{сакриј крај}} |
ukoliko je naslov pomeren u desno potrebno je koristiti padding-right
|
{{сакриј почетак |toggle = left |title = наслов са toggle=left |titlestyle = background:palegreen; }} *def *ghi {{сакриј крај}} |
naslov sa toggle=left
|
{{сакриј почетак |toggle = right |title = наслов са toggle=right |titlestyle = background:lightgrey; }} *def *ghi {{сакриј крај}} |
naslov sa toggle=right
|
{{сакриј почетак |toggle = left |title = абц са toggle=left |titlestyle = background:palegreen; |bodystyle = font-size:150%; font-weight:bold; }} *def *ghi {{сакриј крај}} |
abc sa toggle=left
|
{{сакриј почетак |toggle = right |header = deprecated_header_ |title = наслов са toggle=right |titlestyle = font-style:italic; padding-right:3em; |border = dashed |bg1 = palegreen |bg2 = cyan |ta1 = left |ta2 = center |extra1 = font-size:120% |extra2 = font-size:150% }} *make window narrower and *title will wrap {{сакриј крај}} |
deprecated_header_naslov sa toggle=right
|
{{сакриј почетак |toggle = right |title = наслов без преламања |titlestyle = |border = dotted |bg1 = cyan |bg2 = yellow |ta1 = right |ta2 = left |extra1 = font-size:120%; padding-right:5em; |extra2 = font-size:150%; padding-left:3em; }} *def these should have left padding *ghi {{сакриј крај}} |
naslov bez prelamanja
|