Template:MarblePlate
From Ravenblack CityWiki
Contents |
Description
I wanted the encryption part, often found on Description segments of pub and user owned building pages, look like a marble plate. So everyone looking at such a page instantly spots the encryption text.
Usage
Just add {{MarblePlate}} around your code.
Use with no indention, <br/> or <poem></poem>
Without indention or the use ofThis is an example text
And this is a new line
And this is a new paragraph
With a second line
gives:
This is an example text And this is a new line
And this is a new paragraph With a second line
Using indention
Using indention makes it look different.
This is an example text
And this is a new line
And this is a new paragraph
With a second line
gives:
This is an example text And this is a new line
And this is a new paragraph With a second line
Using <br/>
Using This is an example text
And this is a new line<br/>
And this is a new paragraph
With a second line
gives:
This is an example text And this is a new line
And this is a new paragraph With a second line
Using <poem></poem>
And finally the result with using <poem></poem>.
- Note, no indention or use of <br/>is required.
<poem>
This is an example text
And this is a new line
And this is a new paragraph
With a second line
</poem>
gives:
This is an example text
And this is a new line
And this is a new paragraph
With a second line
Additional Parameters
The default width is 300px but can be changed.
The default text-alignment is left and can be changed, too.
Example:
<poem>
This is an example text
And this is a new line
And this is a new paragraph
With a second line
</poem>
gives:
This is an example text
And this is a new line
And this is a new paragraph
With a second line