v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Tile"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(rmv <code> border; site update fix)
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude><div style="float: right; padding: 0.5em; margin: 0.25em; border: 1px solid #ccc; background: #eee"></noinclude><code style="color: {{{2}}}; background: {{{3|black}}}; font-size:{{{4|135%}}}; font-weight: bold; font-family: 'Courier New', 'Quicktype Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', 'Lucida Sans Typewriter', monospace; padding: 0.1em 0.2em">'''{{{1}}}'''</code><noinclude>
+
<noinclude><div style="float: right; padding: 0.5em; margin: 0.25em; border: 1px solid #ccc; background: #eee"></noinclude><code style="color: {{fgcolor|{{{2}}}}}; border: none; border-radius: 0px; background: {{bgcolor|{{{2}}}|{{{3|#000}}}}}; font-size:{{{4|135%}}}; font-weight: bold; font-family: 'Courier New', 'Quicktype Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', 'Lucida Sans Typewriter', monospace; padding: 0.05em 0.15em; font-weight: bold">{{{1}}}</code><noinclude>
 
</div>
 
</div>
  
Line 6: Line 6:
 
== Usage ==
 
== Usage ==
  
<pre><nowiki>
+
<nowiki>{{Tile|<character>|<#color>|<#background>|<size>}}</nowiki>
{{Tile|<character>|<color>|<background>|<size>}}
+
<nowiki>{{Tile|<character>|<#color>|<#background>}}</nowiki>
</nowiki></pre>
+
<nowiki>{{Tile|<character>|<x:y:z>}}</nowiki>
 +
<nowiki>{{Tile|<character>|<x:y:z>||<size>}}</nowiki>
  
 
=== Special characters ===
 
=== Special characters ===
Line 16: Line 17:
 
=== Examples ===
 
=== Examples ===
  
Using <code><nowiki>{{Tile|*|#090|#fff}}</nowiki></code> and  <code><nowiki>{{Tile|&divide;|#000|#990}}</nowiki></code> will insert ore chunks {{Tile|*|#090|#fff}} and barrels {{Tile|&divide;|#000|#990}} into text.
+
Using <code><nowiki>{{Tile|*|#090|#fff}}</nowiki></code> and  <code><nowiki>{{Tile|÷|0:6:0}}</nowiki></code> will insert ore chunks {{Tile|*|#090|#fff}} and barrels {{Tile|÷|0:6:0}} into text.
  
[[Category:Formatting Templates]]
+
[[Category:Inline formatting templates]]
 
</noinclude>
 
</noinclude>

Revision as of 13:11, 24 July 2019

{{{1}}}

Template:Tile can be used to display tiles close to what they appear as in Dwarf Fortress. It is designed to be used for free-standing tiles. There is a padding-free variant for use in grids and other places where padding between the tiles is not desirable. The Dwarf template can be used to insert dwarf faces.

Usage

{{Tile|<character>|<#color>|<#background>|<size>}}
{{Tile|<character>|<#color>|<#background>}}
{{Tile|<character>|<x:y:z>}}
{{Tile|<character>|<x:y:z>||<size>}}

Special characters

Special characters can be copied from the character table. Characters used in the template syntax (e.g. | or =) need to be escaped.

Examples

Using {{Tile|*|#090|#fff}} and {{Tile|÷|0:6:0}} will insert ore chunks * and barrels ÷ into text.