Difference between revisions of "Template:Powers"

From Shadow Accord
Jump to: navigation, search
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="text-align:center; width:350px; border: 1px solid #BBB; margin: 1em auto 1em auto;"
+
{| class="wikitable" style="text-align:center; width:400px; border: 2px solid #ff6600; margin: 1em auto 1em auto;"
! colspan="2" style="text-align: center; font-weight: bold; background: #E2E2FF; font-size: 120%; padding: 1px;" | {{{Power Name}}}
+
! colspan="2" style="text-align: center; font-weight: bold; background: #FFD699; font-size: 110%; padding: 5px;" | {{{Power Name}}}
 
|-
 
|-
| style="text-align: right; font-weight: bold; width:50px; background: #F5F5F5; padding: 5px;" | Cost:
+
| style="text-align: right; font-weight: bold; width:60px; background: #FFEBCC; padding: 5px;" | Cost:
| style="text-align: center; background: #F5F5F5; padding: 5px;" | {{{Cost}}}
+
| style="text-align: center; background: #FFFCF7; padding: 5px;" | {{{Cost}}}
 
|-
 
|-
| style="text-align: right; font-weight: bold; width:50px; background: #F5F5F5; padding: 5px;" | Call:
+
| style="text-align: right; font-weight: bold; width:60px; background: #FFEBCC; padding: 5px;" | [[Core_Rules#Signature_.28Sig.29_Calls|<span style="color:#000000">Call</span>]]:
| style="text-align: center; background: #F5F5F5; padding: 5px;" | {{{Call}}}
+
| style="text-align: center; background: #FFFCF7; padding: 5px;" | {{{Call}}}
|-
+
|-  
| colspan="2" style="text-align: left; background: #F5F5F5; padding: 5px;" | {{{Description}}}
+
| colspan="2" style="text-align: left; background: #FFFCF7; padding: 5px;" | {{{Description}}}
 +
|}
 +
 
 +
<noinclude>
 +
== Usage ==
 +
To use this template on a Power's page, simply paste this Wiki-markup in to the edit page:
 +
 
 +
<pre style="overflow:auto">
 +
{{Template:Powers
 +
| Power Name    =
 +
| Cost          =
 +
| Call          =
 +
| Description  =
 +
| Addendum      =
 +
}}
 +
</pre>{{clear}}
 +
 
 +
== Addendum ==
 +
Since Addendum are special conditions, it doesn't need to be apart of the main power template box. In order to add an official looking Addendum section, just paste in this code and put the Addendum details where it says "PLACE TEXT HERE" because logic.
 +
<pre style="overflow:auto">
 +
{| class="wikitable" style="text-align:center; width:400px; border: 2px solid #ff6600; margin: 1em auto 1em auto;"
 +
! colspan="2" style="text-align: center; font-weight: bold; background: #FFD699; font-size: 110%; padding: 5px;" | Addendum
 +
|-
 +
| colspan="2" style="text-align: left; background: #FFFCF7; padding: 5px;" | PLACE TEXT HERE
 
|}
 
|}
 +
</pre>{{clear}}
 +
</noinclude>
  
 +
<includeonly>
 +
[[Category:Out of Game]]
 
[[Category:Rules Team]]
 
[[Category:Rules Team]]
 +
[[Category:Shadow Accord Player Rules v2.0.1]]
 
[[Category:Powers]]
 
[[Category:Powers]]
 +
[[Category:Pages_which_contain_Rules]]
 +
</includeonly>

Latest revision as of 00:51, 29 January 2015

{{{Power Name}}}
Cost: {{{Cost}}}
Call: {{{Call}}}
{{{Description}}}


Usage[edit]

To use this template on a Power's page, simply paste this Wiki-markup in to the edit page:

{{Template:Powers
 | Power Name    = 
 | Cost          = 
 | Call          = 
 | Description   = 
 | Addendum      = 
}}

Addendum[edit]

Since Addendum are special conditions, it doesn't need to be apart of the main power template box. In order to add an official looking Addendum section, just paste in this code and put the Addendum details where it says "PLACE TEXT HERE" because logic.

{| class="wikitable" style="text-align:center; width:400px; border: 2px solid #ff6600; margin: 1em auto 1em auto;"
! colspan="2" style="text-align: center; font-weight: bold; background: #FFD699; font-size: 110%; padding: 5px;" | Addendum
|- 
| colspan="2" style="text-align: left; background: #FFFCF7; padding: 5px;" | PLACE TEXT HERE
|}