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

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (examples)
(add rest of token list pages: bodygloss, labor, language, material, material def, personality, position, reaction, skill, tissue def, tool, trap, unit, weapon, world)
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<code>[[{{#switch:{{{2|c}}}
+
<code>{{#if:{{{3|}}}|[<nowiki/>}}[[{{{link|{{#switch:{{lc:{{#rreplace:{{{2|c}}}|\s|}}}}
|ar=Armor
+
|am|ammo=Ammo token
|am=Ammo
+
|ar|armor=Armor token
|c=Creature
+
|bi|biome=Biome token
}} token#{{{1|}}}|[{{{1}}}]<nowiki/>]]</code><noinclude>
+
|bd|bdp|bodydetail|bodydetailplan=Body detail plan token
 +
|bo|bod|body=Body token
 +
|bg|bdg|bodygloss=Bodygloss
 +
|b|bd|bld|build|building=Building token
 +
|cm|cman|creaturemannerism|cmannerism|manner|manners|mannerism=Creature mannerism token
 +
|ct|tx|text|ctext|txt|ctxt|ctexture|creaturetexture|texture=Creature texture token
 +
|c|cr|creature=Creature token
 +
|cv|v|var|cvar|variation|cvariation|creaturevariation=Creature variation token
 +
|e|ent|entity=Entity token
 +
|et|eth|ethic|ethics=Ethic
 +
|im|imat|imd|imdef|imatdef|inorganic|inorganicmaterial|inorganicmaterialdefinition=Inorganic material definition token
 +
|in|int|inter|interaction=Interaction token
 +
|id|idef|itdef|itemdef|item definition=Item definition token
 +
|i|it|item=Item token
 +
|lb|labor=Labor token
 +
|la|language=Language token
 +
|m|mat|material=Material token
 +
|md|mdef|matdef|mdefinition|materialdefinition=Material definition token
 +
|p|pl|plant=Plant token
 +
|pt|personality|trait|personalitytrait|bf|belief|beliefs|v|vl|value|values=Personality trait
 +
|po|position=Position token
 +
|r|react|reaction=Reaction
 +
|s|sk|skill=Skill token
 +
|td|tdef|tissue|tdefintion|tissuedefinition=Tissue definition token
 +
|to|tool=Tool token
 +
|tc|trap|trapcomponent=Trap component token
 +
|ut|unit|unittype=Unit type token
 +
|wp|weapon=Weapon token
 +
|wo|world=Advanced world generation
 +
|#default={{token/guess type|{{{1|}}}}}
 +
}}#{{{1|}}}}}}|{{#if:{{{3|}}}||[}}{{{1}}}{{#if:{{{3|}}}|]]:{{{3}}}]|]]]}}</code><noinclude>
 +
{{documentation}}
 
==To do==
 
==To do==
* Add codes for all pages in [[:Category:DF2012:Tokens]] (that have a list of tokens)
 
 
* Add {{tl|text anchor}} to token tables (JS):
 
* Add {{tl|text anchor}} to token tables (JS):
<pre>$('#wpTextbox1').val($('#wpTextbox1').val().replace(/\|-\s*\n\|\s*([A-Z_]+)\s*\n/g, function(m, a){return '|-\n| {{text anchor|'+a+'}}\n'}));</pre>
+
:<pre style="white-space:pre-wrap">$('#wpTextbox1').val($('#wpTextbox1').val().replace(/\|-\s*\n\|\s*([A-Z_]+)\s*\n/g, function(m, a){return '|-\n| {{text anchor|'+a+'}}\n'}));</pre>
 +
:To check for missed rows:
 +
:<pre>$('#wikiPreview tr').has('.text-anchor').hide()</pre>
  
 
==Examples==
 
==Examples==
Line 13: Line 45:
 
*{{token|ARMORLEVEL|ar}} (armor)
 
*{{token|ARMORLEVEL|ar}} (armor)
 
*{{token|SPEED|c}} (creature)
 
*{{token|SPEED|c}} (creature)
 +
*{{token|NAME|c|cat:cats:cat}}
 
</noinclude>
 
</noinclude>

Revision as of 12:33, 4 January 2018

[{{{1}}}]

To do

$('#wpTextbox1').val($('#wpTextbox1').val().replace(/\|-\s*\n\|\s*([A-Z_]+)\s*\n/g, function(m, a){return '|-\n| {{text anchor|'+a+'}}\n'}));
To check for missed rows:
$('#wikiPreview tr').has('.text-anchor').hide()

Examples