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:DTAddon"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(display placeholders when not included)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{|  
+
{|  
| {{#if:{{{image|}}}|style="padding: 0.5em 2em 0 0;" valign="top"|style="width: 50%;"}} | {{{image|}}}
+
| {{#if:{{{image<includeonly>|</includeonly>}}}|style="padding: 0.5em 2em 0 0;" valign="top"|style="display:none;"}} | {{{image}}}
 
| valign="top" |
 
| valign="top" |
{|  
+
{|
|- {{#if:{{{download link|}}}||style="display:none;"}}
+
|- {{#if:{{{download link<includeonly>|</includeonly>}}}||style="display:none;"}}
 
| style="padding-right: 1em;" | '''Download:'''
 
| style="padding-right: 1em;" | '''Download:'''
| {{{download link|}}}
+
| {{{download link}}}
 
|-  
 
|-  
 
| style="padding-right: 1em;" | '''Type:'''
 
| style="padding-right: 1em;" | '''Type:'''
Line 12: Line 12:
 
| style="padding-right: 1em;" | '''Author:'''
 
| style="padding-right: 1em;" | '''Author:'''
 
| {{{author|-}}}
 
| {{{author|-}}}
|- {{#if:{{{current version|}}}||style="display:none;"}}
+
|- {{#if:{{{current version<includeonly>|</includeonly>}}}||style="display:none;"}}
 
| style="padding-right: 1em;" | '''Current Version:'''
 
| style="padding-right: 1em;" | '''Current Version:'''
| {{{current version|}}}
+
| {{{current version}}}
|- {{#if:{{{installation|}}}||style="display:none;"}}
+
|- {{#if:{{{installation<includeonly>|</includeonly>}}}||style="display:none;"}}
 
| style="padding-right: 1em;" | '''Installation:'''
 
| style="padding-right: 1em;" | '''Installation:'''
| {{{installation|}}}
+
| {{{installation}}}
 
|-
 
|-
| style="padding: 0.5em 1em 0 2em;" colspan="2" | ''{{{comments| }}}''
+
| style="padding: 0.5em 1em 0 2em; " colspan="2" | {{{comments<includeonly>|&nbsp;</includeonly>}}}
 +
|}
 
|}
 
|}
|}</includeonly><noinclude>
+
<noinclude>{{documentation}}</noinclude>
==Usage==
 
===Copy & Paste Code===
 
<pre style="overflow: auto;"><nowiki>
 
{{DTAddon
 
| image          =
 
| type            =
 
| download link  =
 
| author          = 
 
| current version =
 
| comments        =
 
}}
 
</nowiki></pre>
 

Latest revision as of 15:55, 6 August 2014

{{{image}}}
Download: {{{download link}}}
Type: -
Author: -
Current Version: {{{current version}}}
Installation: {{{installation}}}
{{{comments}}}