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

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(use same base regex as raw2, which works the same but doesn't require recursion (and should thus be easier on the server))
(renaming raw2 to raw)
Line 1: Line 1:
<includeonly>{{{{{subst|}}}#rreplace:{{{{{subst|}}}#rmatch:{{{{{subst|}}}{{{1}}}}}|/(\[{{{2}}}:{{{3}}}\].*?)(\[{{{2}}}:{{!}}$)/s|\1|not found}}|/(^{{!}}\])[^\]\[]*(${{!}}\[)/|\1\2}}</includeonly><noinclude>
+
<includeonly>{{{{{subst|}}}#rmatch:{{{{{subst|}}}{{{1}}}}}|/(\[{{{2}}}:{{{3}}}\].*?)(\[{{{2}}}:{{!}}$)/s|\1|not found}}</includeonly><noinclude>
Usage: <nowiki>{{raw | raw location | object type | object name}}</nowiki>
+
Usage: <nowiki>{{raw | raw filename | object type | object name}}</nowiki>
  
Returns: Raw entry of that object
+
Returns: Raw entry of that object, with all formatting intact - data should be passed through {{tl|rawstrip}} before using it with other raw-parsing templates
  
Subst usage: <nowiki>{{subst:raw | raw location | object type | object name | subst=subst:}}</nowiki>
+
Subst usage: <nowiki>{{subst:raw | raw filename | object type | object name | subst=subst:}}</nowiki>
  
 
[[category:raw templates]]
 
[[category:raw templates]]
 
</noinclude>
 
</noinclude>

Revision as of 15:36, 8 September 2010

Usage: {{raw | raw filename | object type | object name}}

Returns: Raw entry of that object, with all formatting intact - data should be passed through {{rawstrip}} before using it with other raw-parsing templates

Subst usage: {{subst:raw | raw filename | object type | object name | subst=subst:}}