Šablona:Spoiler: Porovnání verzí

Z Wiki Grepolis CZ
Jump to navigation
mBez shrnutí editace
mBez shrnutí editace
Řádek 5: Řádek 5:
|}
|}
<noinclude>
<noinclude>
Spoilers používají JavaScript kód and if you wanna that its work in your wiki - you must copy text from [[Mediawiki:Common.js]] to analog of this page in your wiki. On this page describing JavaScript code, which you can use at all pages of your wiki...
Spoilers používají JavaScript kód a pokud chcete, aby pracoval ve vaší wiki - musíte zkopírovat text z [[Mediawiki:Common.js]] to analog of this page in your wiki. Na této stránce popisují JavaScript kód, který můžete používat na celé wiki...
{|class="collapsible collapsed"
{|class="collapsible collapsed"
!Spoiler, realized on <nowiki><table class="collapsible"></nowiki>&nbsp;
!Spoiler, realized on <nowiki><table class="collapsible"></nowiki>&nbsp;
Řádek 27: Řádek 27:
=Manual=
=Manual=
In order that would implement a template to a page write {{spoiler |}} x , x must be put in place certain parameters. The parameters are:
In order that would implement a template to a page write {{spoiler |}} x , x must be put in place certain parameters. The parameters are:
*'''title''' - Title of the spoiler
*'''title''' - Titulek spoileru
*'''text''' - Text under the spoiler
*'''text''' - Text pod spoilerem
*'''bckg1''' - Colour of the title
*'''bckg1''' - Barva titulku
*'''bckg2''' - Colour of the background under the title
*'''bckg2''' - Barva pozadí pod titulkem
*'''bord1''' - Description of the boundaries of the title.
*'''bord1''' - Popis hranice titulku
*'''bord2''' - Description of the window under the spoiler.
*'''bord2''' - Popis okna pod spoilerem
*'''width''' - The width of the spoiler.
*'''width''' - Šířka spoileru
Example:
Například:


<nowiki>{{Spoiler| title=My spoiler| text=text under spoiler| bckg1=black| bckg2=white| color1=white| color2=blue| bord1=1px #CCFF00 solid| bord2=1px black solid| width=300px}}</nowiki>
<nowiki>{{Spoiler| title=My spoiler| text=text under spoiler| bckg1=black| bckg2=white| color1=white| color2=blue| bord1=1px #CCFF00 solid| bord2=1px black solid| width=300px}}</nowiki>

Verze z 20. 6. 2011, 16:13

Spoilers používají JavaScript kód a pokud chcete, aby pracoval ve vaší wiki - musíte zkopírovat text z Mediawiki:Common.js to analog of this page in your wiki. Na této stránce popisují JavaScript kód, který můžete používat na celé wiki...

Manual

In order that would implement a template to a page write

x , x must be put in place certain parameters. The parameters are:
  • title - Titulek spoileru
  • text - Text pod spoilerem
  • bckg1 - Barva titulku
  • bckg2 - Barva pozadí pod titulkem
  • bord1 - Popis hranice titulku
  • bord2 - Popis okna pod spoilerem
  • width - Šířka spoileru

Například:

{{Spoiler| title=My spoiler| text=text under spoiler| bckg1=black| bckg2=white| color1=white| color2=blue| bord1=1px #CCFF00 solid| bord2=1px black solid| width=300px}}


Spoiler-in-spoiler construction may be used, but with some bugs... for example:

|}


SYNTAX: {{Spoiler|title=title of spoiler|text=text of spoiler|bckg1=Background of title|bckg2=Background of text|color1=Text colour of title|color2=Text colour of text|bord1=Border Top; Pixels, Color, Solid|bord2=Border Bottom|width=width of spoiler}}