3,860
edits
(Updated the info.) |
|||
Line 22: | Line 22: | ||
*# ''with text'': shows the entered text as the parameter name; | *# ''with text'': shows the entered text as the parameter name; | ||
*# ''empty'': (by entering two vertical lines; '''NB!''' This is not the same as simply skipping the parameter; see the examples) shows the value, if entered, as if for an unnamed parameter; or | *# ''empty'': (by entering two vertical lines; '''NB!''' This is not the same as simply skipping the parameter; see the examples) shows the value, if entered, as if for an unnamed parameter; or | ||
*# ''with {{ | *# ''with {{code|&124;}}'': gives the illusion of empty parameter input (see the examples), will show any entered text as a parameter name. Can be used with either of the two ways described above. | ||
* Can be wiki-formatted. | * Can be wiki-formatted. | ||
* Must be placed '''before''' the 2nd unnamed parameter. | * Must be placed '''before''' the 2nd unnamed parameter. | ||
Line 107: | Line 107: | ||
| {{para|parameter|value|serif=yes|plain=yes}} | | {{para|parameter|value|serif=yes|plain=yes}} | ||
|- | |- | ||
| rowspan="4" | Using {{ | | rowspan="4" | Using {{code|&#124;}} || <code><nowiki>{{para|&#124;parameter|value}}</nowiki></code> || {{para||parameter|value}} | ||
|- | |- | ||
| <code><nowiki>{{para| | | <code><nowiki>{{para|&#124;parameter}}</nowiki></code> || {{para||parameter}} | ||
|- | |- | ||
| <code><nowiki>{{para|| | | <code><nowiki>{{para||&#124;value}}</nowiki></code> || {{para|||value}} | ||
|- | |- | ||
| <code><nowiki>{{para| | | <code><nowiki>{{para|&#124;}}</nowiki></code> || {{para||}} | ||
|- | |- | ||
| Wiki-formatting || {{tlc|para|<nowiki>You ''can'' '''use'''|{{sup|wiki}} <big>markup</big></nowiki>}} || {{para|You ''can'' '''use'''|{{sup|wiki}} <big>markup</big>}} | | Wiki-formatting || {{tlc|para|<nowiki>You ''can'' '''use'''|{{sup|wiki}} <big>markup</big></nowiki>}} || {{para|You ''can'' '''use'''|{{sup|wiki}} <big>markup</big>}} |
edits