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
m
m (Protected "Template:Infobox utility": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(One intermediate revision by one other user not shown)
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>
 +
{{{misc|}}}}}{{{1|}}}</td></tr>
 
</table><noinclude>
 
</table><noinclude>
  

Latest revision as of 03:01, 21 January 2023

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]
}}