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:Infobox utility"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(replaced mediawiki syntax with plain html)
m
Line 14: Line 14:
 
     --><tr><td>Forum</td><td>{{{forum}}}}}</td></tr><!--
 
     --><tr><td>Forum</td><td>{{{forum}}}}}</td></tr><!--
 
   -->{{#if:{{{1|}}}{{{misc|}}}|<!--
 
   -->{{#if:{{{1|}}}{{{misc|}}}|<!--
     --><tr><td colspan=2>{{{1|}}}{{{misc|}}}}}</td></tr><!--
+
     --><tr><td colspan=2>{{{1|}}}{{{misc|}}}}}</td></tr>
 
</table><noinclude>
 
</table><noinclude>
  

Revision as of 00:05, 30 December 2021

Infobox utility
DFDefault.png
Information
Developer(s){{{developer}}}
Home Page(s){{{homepage}}}
Download{{{download}}}
Forum{{{forum}}}

Usage

All parameters are optional. Empty template:

{{Infobox utility
| image     = 
| developer =
| homepage  =
| download  =
| forum     =
}}

For example:

{{Infobox utility
| image     = File:SomeImage.png
| developer = name/names
| homepage  = [www.me.site name]
| download  = [https://dffd.bay12games.com/something dfdfd] 
| forum     = [http://www.bay12forums.com/smf/index.php?topic=140808 Bay 12 Forum]
}}