Template talk:Keyboard: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
m (the example loads the template from "front" page... also the problem is still there, the template "devoures" several lines under it in the same amount of his height... to avoid this is needed to add several "<br />")
Line 3: Line 3:
   <td align="left" style="width: 90%;"><pre<noinclude></noinclude>>{{{content|}}}</pre<noinclude></noinclude>></div>
   <td align="left" style="width: 90%;"><pre<noinclude></noinclude>>{{{content|}}}</pre<noinclude></noinclude>></div>
</td></tr></table><noinclude>
</td></tr></table><noinclude>
<br /><br /><br />><br />
<br /><br /><br /><br />
 
==Usage==
==Usage==
<nowiki>{{Keyboard|content=some content}}</nowiki>
<nowiki>{{Keyboard|content=some content}}</nowiki>
==Example==
{{Keyboard|content=
<syntaxhighlight lang="bash">
echo "Hello there"
</syntaxhighlight>
}}
[[Category:templates]]</noinclude>

Revision as of 22:31, 24 August 2012

Type This





Usage

{{Keyboard|content=some content}}