Difference between revisions of "Template:Description"

From Wikispooks
Jump to navigation Jump to search
(use space better)
m (95% centered hides rt-hand part of box and text behind the image (if present) could probably be be addresses by altering the display statements order but this way is quicker - and I prefer LJ anyway)
Line 1: Line 1:
<noinclude>[[category:Semantic Templates]]This semantic template is for page descriptions. Unlike the other semantic data templates, as well as adding the  property it also produces a visual output (as long as the TEXT parameter is non-empty), displaying it in a centered block of italic text with gold border and light gold background. It has just the one parameter which is the description (500 characters or less).<br/> ''It is for use by other templates rather than directly in pages.''<br/>
+
<noinclude>[[category:Semantic Templates]]This semantic template is for page descriptions. Unlike the other semantic data templates, as well as adding the  property it also produces a visual output (as long as the TEXT parameter is non-empty), displaying it in a left-justified block of italic text with gold border and light gold background. It has just the one parameter which is the description (500 characters or less).<br/> ''It is for use by other templates rather than directly in pages.''<br/>
 
Usage:
 
Usage:
 
:<Code><nowiki>{{Description|TEXT}}</nowiki></code>
 
:<Code><nowiki>{{Description|TEXT}}</nowiki></code>
 
The result will be as shown below with your text replacing the curly-braced parameter.
 
The result will be as shown below with your text replacing the curly-braced parameter.
</noinclude>{{#if: {{{1|}}}|<div align="center">  
+
</noinclude>{{#if: {{{1|}}}|<div align="left">  
{{{!}}style="width:95%; font-style:italic; text-align:left; background-color:ivory; border:1pt solid darkgoldenrod; padding:0.1em 0.5em; font-size:105%;"
+
{{{!}}style="width:70%; font-style:italic; text-align:left; background-color:ivory; border:1pt solid darkgoldenrod; padding:0.1em 0.5em; font-size:105%;"
 
{{!}}-
 
{{!}}-
 
{{!}}[[Description::{{{1}}}]]
 
{{!}}[[Description::{{{1}}}]]
 
{{!}}}<br/></div>}}
 
{{!}}}<br/></div>}}

Revision as of 09:19, 4 January 2014

This semantic template is for page descriptions. Unlike the other semantic data templates, as well as adding the property it also produces a visual output (as long as the TEXT parameter is non-empty), displaying it in a left-justified block of italic text with gold border and light gold background. It has just the one parameter which is the description (500 characters or less).
It is for use by other templates rather than directly in pages.
Usage:

{{Description|TEXT}}

The result will be as shown below with your text replacing the curly-braced parameter.