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
Line 22: Line 22:
 
{{!}} Forum
 
{{!}} Forum
 
{{!}} {{{forum}}}
 
{{!}} {{{forum}}}
 +
}}
 +
{{#if:{{{1<includeonly>|</includeonly>}}}|
 +
{{!}}-
 +
{{!}}
 +
{{{1}}}
 
}}
 
}}
 
{{infoend}}<noinclude>
 
{{infoend}}<noinclude>
Line 27: Line 32:
 
==Usage==
 
==Usage==
 
All parameters are optional. Empty template:
 
All parameters are optional. Empty template:
<pre>
+
<pre>{{Infobox utility
{{Infobox utility
 
 
| image    =  
 
| image    =  
 
| developer =
 
| developer =
Line 34: Line 38:
 
| download  =
 
| download  =
 
| forum    =
 
| forum    =
}}
+
}}</pre>
</pre>
 
  
 
For example:
 
For example:
<pre>
+
<pre>{{Infobox utility
{{Infobox utility
 
 
| image    = File:SomeImage.png
 
| image    = File:SomeImage.png
 
| developer = name/names
 
| developer = name/names
Line 45: Line 47:
 
| download  = [https://dffd.bay12games.com/something dfdfd]  
 
| download  = [https://dffd.bay12games.com/something dfdfd]  
 
| forum    = [http://www.bay12forums.com/smf/index.php?topic=140808 Bay 12 Forum]
 
| forum    = [http://www.bay12forums.com/smf/index.php?topic=140808 Bay 12 Forum]
</pre>
+
}}</pre>
 
[[Category:Infobox templates]]</noinclude>
 
[[Category:Infobox templates]]</noinclude>

Revision as of 22:44, 29 December 2021

Infobox utility

DFDefault.png

Information
Developer(s) {{{developer}}}
Home Page {{{homepage}}}
Download {{{download}}}
Forum {{{forum}}}

{{{1}}}

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