Template:BSdirective/doc
Jump to navigation
Jump to search
| This is a documentation subpage for Template:BSdirective. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This template is intended to transmit some directives to the compiler when translating a {{BS-map}} into a {{routemap}}.
- Inside of a {{BS-map}} structure, {{BSdirective|this_and_that}} is simply skipped.
- At compile time, string this_and_that is simply unprotected. The parser uses the sed rule:
s¶{{BSdirective|\([^}]*\)}}¶\1¶
The parser process therefore assumes that string this_and_that don't contain any closing curly brace.
This artifex can be used to transmit strange tw values, or any other parameter that is found missing after compilation.