Difference between revisions of "Template:Treatise"

From Stoneshard wiki
Jump to navigation Jump to search
old>Realpsojed
(Reeves' choice test)
old>Realpsojed
(My eyes hurt from spotting 1 pixel. Added margin. Just like we like it ingame ;))
Line 1: Line 1:
{| width=300px;
{| width=300px;
|style="text-align:center;"|<span style="font-size: 20px;">{{ROOTPAGENAME}}</span><br>
|style="text-align:center;"|<span style="font-size: 20px;">{{ROOTPAGENAME}}</span><br>
<span style="text-align:center;color:#9d9a9a;">{{{BookAuthor}}}</span><hr style="height:2px;background-color:#33323f;box-shadow: 0 2px #13121d;">
<span style="text-align:center;color:#9d9a9a;">{{{BookAuthor}}}</span><hr style="height:2px;background-color:#33323f;box-shadow: 0 2px #13121d;margin: 10px 0 10px 0;">
|-
|-
|'''"{{{BookName}}}"'''<br>
|'''"{{{BookName}}}"'''<br>
Line 10: Line 10:
<div style="float: left;color:#f6bb15;">{{{PassiveSkills}}}</div>
<div style="float: left;color:#f6bb15;">{{{PassiveSkills}}}</div>
|-
|-
|style="color:#9d7969;"|<hr style="height:1px;background-color:#43424d;box-shadow: 0 1px #2c2d39;">{{{Description}}} <br />
|style="color:#9d7969;"|<hr style="height:2px;background-color:#33323f;box-shadow: 0 2px 13121d;margin: 10px 0 10px 0;">{{{Description}}} <br />
|-
|-
|style="text-align:right;"|Price: {{{Price}}}<br />
|style="text-align:right;"|Price: {{{Price}}}<br />

Revision as of 01:06, 12 May 2020

Treatise
{{{BookAuthor}}}
"{{{BookName}}}"

{{{LearnText}}}

{{{ActiveSkills}}}
{{{PassiveSkills}}}

{{{Description}}}
Price: {{{Price}}}
Template-info.png Documentation

This is treatise template created for use together with the Template:Tooltip hover box template on a specific treatise's page or treatise's tooltip page.

Usage: The page itself must contain the treatise's data before this Template works. For example, if I wanted to create the Geomantic Treatise I page, I'll add this code to the start of the page and modify the values:

<includeonly>{{#switch: {{{1}}}
|BookAuthor=Written by Joran of Brynn
|BookName=Travelling notes on my journey to Biest
|LearnText=Allows to learn some geomantic abilities:
|ActiveSkill1=Runic Boulder
|ActiveSkill2=Stone Armor
|PassiveSkill1=Rune of Enfeeblement
|Description=A rather chaotic journal by a professor of linguistics who taught in Brynn a century ago. Perhaps the most fascinating read of the entire Grammar curriculum at Brynn University.
|Price=400
|Image=
|#default = }}</includeonly>

This data is invisible on the page itself, thanks to the includeonly tags.


Next, copy this code to Geomantic Treatise I or Geomantic Treatise I/Tooltip or Geomantic Treatise I/anything page:

{{ {{{1|Tooltip hover box}}}
|title= {{Treatise}}
}}

It will automatically load the treatise's data and fill them into this format. Go to Geomantic Treatise I to see the result.