Difference between revisions of "Template:DLC Icons/doc"

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Description ==
 
== Description ==
Decides which DLC markers should be displayed.
+
Prints a page name with the icons of the DLCs it belongs to.
  
 
There are two parameters:
 
There are two parameters:
* The '''first''' parameter should be the property [[Property:From DLC|From DLC]] of the page in question. The options are:
+
* The '''first''' parameter should be the name of the page in question. Otherwise PAGENAME is used.
** ''Royalty (DLC)'' for: {{RoyaltyIcon}}
+
* Additionally the following named parameters can be set to any value to get the desired effects:
** ''Ideology (DLC)'' for: {{IdeologyIcon}}
+
** '''no text''': only prints the icons
** ''Royalty (DLC), Ideology (DLC)'' or ''Ideology (DLC), Royalty (DLC)'' for: {{RoyaltyIcon}}{{IdeologyIcon}}
+
** '''no link''': prints the text without a link
* The '''second''' parameter can be set to any value if the template should display the [[Template:RimworldIcon|<nowiki>{{RimworldIcon}}</nowiki>]] {{RimworldIcon}} as default.
+
** '''core''': prints the [[Template:RimworldIcon|<nowiki>{{RimworldIcon}}</nowiki>]] {{RimworldIcon}} as default
  
 
== Usage ==
 
== Usage ==
 
Simply add the template to the location it is required. This should work for both inline use, as well as in tables, nav boxes etc.
 
Simply add the template to the location it is required. This should work for both inline use, as well as in tables, nav boxes etc.
  
<pre>[[Darklight brazier]]{{DLC Icons|{{Q|Darklight brazier|From DLC}}}}</pre>
+
<pre>{{DLC Icons|Darklight brazier}}</pre>
  
 
'''Produces:'''
 
'''Produces:'''
 +
{{DLC Icons|Darklight brazier}}
  
[[Darklight brazier]]{{DLC Icons|{{Q|Darklight brazier|From DLC}}}}
 
  
<pre>[[Club]]{{DLC Icons|{{Q|Club|From DLC|true}}}}</pre>
+
<pre>{{DLC Icons|Club|core=1}}</pre>
  
 
'''Produces:'''
 
'''Produces:'''
 +
{{DLC Icons|Club|core=1}}
  
[[Club]]{{DLC Icons|{{Q|Club|From DLC}}|true}}
+
 
 +
<pre>{{DLC Icons|Darklight brazier|no link=1}}</pre>
 +
 
 +
'''Produces:'''
 +
{{DLC Icons|Darklight brazier|no link=1}}
 +
 
 +
 
 +
<pre>{{DLC Icons|Darklight brazier|no text=1|no text=1}}</pre>
 +
 
 +
'''Produces:'''
 +
{{DLC Icons|Darklight brazier|no text=1}}
  
 
== See also ==
 
== See also ==

Revision as of 08:18, 7 October 2022

Description

Prints a page name with the icons of the DLCs it belongs to.

There are two parameters:

  • The first parameter should be the name of the page in question. Otherwise PAGENAME is used.
  • Additionally the following named parameters can be set to any value to get the desired effects:
    • no text: only prints the icons
    • no link: prints the text without a link
    • core: prints the {{RimworldIcon}} Content from Rimworld core game only as default

Usage

Simply add the template to the location it is required. This should work for both inline use, as well as in tables, nav boxes etc.

{{DLC Icons|Darklight brazier}}

Produces: Darklight brazier Content added by the Royalty DLCContent added by the Ideology DLC


{{DLC Icons|Club|core=1}}

Produces: Club Content from Rimworld core game only


{{DLC Icons|Darklight brazier|no link=1}}

Produces: Darklight brazier Content added by the Royalty DLCContent added by the Ideology DLC


{{DLC Icons|Darklight brazier|no text=1|no text=1}}

Produces:  Content added by the Royalty DLCContent added by the Ideology DLC

See also