The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Template:Box"

From A Tale in the Desert
Jump to navigationJump to search
(New page: ''Creates a box suitable for warnings and notices at the top centre of the page'' Usage: '''<NOWIKI>{{Box|Title|Content|Width}}</NOWIKI>''' ---- <onlyinclude>{| style = 'width: {{{3|4...)
 
 
Line 1: Line 1:
''Creates a box suitable for warnings and notices at the top centre of the page''
+
<noinclude>''Creates a box suitable for warnings and notices at the top centre of the page''
  
 
Usage: '''<NOWIKI>{{Box|Title|Content|Width}}</NOWIKI>'''
 
Usage: '''<NOWIKI>{{Box|Title|Content|Width}}</NOWIKI>'''
  
 
+
Example: <NOWIKI>{{Box|This is the Title|This is my content}}</NOWIKI> produces
 +
{{Box|This is the Title|This is my content}}
  
 
----
 
----
 
+
</noinclude><includeonly>{| style = 'width: {{{3|40}}}em; margin: 1em auto; border-left: 1px solid black; border-right: 1px solid black; border-spacing: 0'  |
<onlyinclude>{| style = 'width: {{{3|40}}}em; margin: 1em auto; border-left: 1px solid black; border-right: 1px solid black; border-spacing: 0'  |
 
 
|-
 
|-
 
| colspan='3' style = 'padding: 0' |
 
| colspan='3' style = 'padding: 0' |
Line 25: Line 25:
 
| colspan='3' style = 'padding: 0' |
 
| colspan='3' style = 'padding: 0' |
 
<div style='overflow: hidden; width: {{{3|40}}}.5em; white-space: nowrap'><div style='width: 0px'>[[Image:Delimiter_Large.png]]</div></div>
 
<div style='overflow: hidden; width: {{{3|40}}}.5em; white-space: nowrap'><div style='width: 0px'>[[Image:Delimiter_Large.png]]</div></div>
|}</onlyinclude>
+
|}</includeonly>

Latest revision as of 08:22, 7 August 2010

Creates a box suitable for warnings and notices at the top centre of the page

Usage: {{Box|Title|Content|Width}}

Example: {{Box|This is the Title|This is my content}} produces

Delimiter Large.png
This is the Title

This is my content

Delimiter Large.png