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
(Undo revision 259354 by Doorkeeper (talk))
Tag: Undo
(rmv default value 'c' of {{{2}}}; this prevents {{token/guess type}} from working, instead defaulting to Creature token)
Line 1: Line 1:
<code>{{#if:{{{3|}}}|[<nowiki/>}}[[{{{link|{{#switch:{{lc:{{#rreplace:{{{2|c}}}|\s|}}}}
+
<code>{{#if:{{{3|}}}|[<nowiki/>}}[[{{{link|{{#switch:{{lc:{{#rreplace:{{{2|}}}|\s|}}}}
 
|am|ammo=Ammo token
 
|am|ammo=Ammo token
 
|ar|armor=Armor token
 
|ar|armor=Armor token
Line 46: Line 46:
 
*{{token|ARMORLEVEL|ar}} (armor)
 
*{{token|ARMORLEVEL|ar}} (armor)
 
*{{token|SPEED|c}} (creature)
 
*{{token|SPEED|c}} (creature)
 +
*{{token|MANNERISM_EYE}} (argument not defined, guesses mannerism)
 
*{{token|NAME|c|cat:cats:cat}}
 
*{{token|NAME|c|cat:cats:cat}}
 
</noinclude>
 
</noinclude>

Revision as of 11:24, 10 October 2021

[{{{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