Content deleted Content added
No edit summary |
m Maintain {{WPBS}}: 1 WikiProject template. Create {{WPBS}}. Tag: |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1:
{{WikiProject banner shell|
{{Wikipedia Help Project|class=NA|importance=mid}}
}}
== Why not make source code view only? ==
Line 44 ⟶ 47:
==Source==
The <code><nowiki><source></nowiki></code> tag should also be described here. [[User:SharkD|SharkD]] ([[User talk:SharkD|talk]]) 05:44, 17 August 2008 (UTC)
: {{done}}. [[Help:Wikitext examples#Software source code]]. --[[Special:Contributions/68.0.124.33|68.0.124.33]] ([[User talk:68.0.124.33|talk]]) 22:31, 17 November 2009 (UTC)
==Definition List with colon character==
Line 54 ⟶ 59:
</dl>
The colon at the end always introduces a description item... <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/84.233.207.141|84.233.207.141]] ([[User talk:84.233.207.141|talk]]) 08:31, 11 February 2009 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
Try putting "nowiki" tags around the letters you want to print out literally, and MediaWiki will (usually) let them through:
{| border="1" cellpadding="2"
!width="1000"|What it looks like
!width="500"|What you type
|-
|
; With <nowiki>a colon:</nowiki>: Definition of the word with a colon
|<pre><nowiki>
; With <nowiki>a colon:</nowiki></nowiki><nowiki>: Definition of the word with a colon
</nowiki></pre>
|}
Does that answer your question? --[[Special:Contributions/68.0.124.33|68.0.124.33]] ([[User talk:68.0.124.33|talk]]) 22:50, 4 March 2009 (UTC)
:This example is exactly what I needed to know! Could someone add it to the right place on the help page? Thanks! --[[User:Funandtrvl|Funandtrvl]] ([[User talk:Funandtrvl|talk]]) 06:49, 2 November 2009 (UTC)
:: {{done}}. You are welcome. --[[Special:Contributions/68.0.124.33|68.0.124.33]] ([[User talk:68.0.124.33|talk]]) 22:30, 17 November 2009 (UTC)
|