How to pass space in template parameter in MediaWiki? asked Jan 12 in MediaWiki by Pantycle_Genefanty (15.4k points) 0 like 0 dislike 4 views How I can to transfer the space symbol to template via parameter in MediaWiki CMS? This question may match the following queries mediawiki transfer space in template parameter mediawiki pass space in template via argument mediawiki template space symbol character parameter argument Please log in or register to add a comment. 1 Answer 0 like 0 dislike answered Jan 12 by Pantycle_Genefanty (15.4k points) You can do it by next ways: Use non-breaking space HTML mnemonic: Use nowiki service tags with space between them: <nowiki> </nowiki> Create special template for space symbol with next contains: <span> </span> or together: <span class="nowrap"> </span> And use this template where you need space character, i.e. in template parameter. Please log in or register to add a comment.