User:Linkthewindow/Random Tip: Difference between revisions
From The Urban Dead Wiki
Jump to navigationJump to search
(Still not working. I hate wiki code :() |
(Updating) |
||
Line 3: | Line 3: | ||
'''Tip of the Day''' | '''Tip of the Day''' | ||
Put {{CodeInline|<nowiki>{{subst:</nowiki>}} in front of a template call to deposit the contents of a template's code on to the page. For example, {{CodeInline|<nowiki>{{subst:User:Linkthewindow/Sig}}</nowiki>}} puts [[User:Linkthewindow|<span style="color: DodgerBlue">Linkthewindow</span>]] <sup>[[User talk:Linkthewindow|<span style="color: DarkRed">Talk</span>]]</sup> onto the page. It's especially useful with some magic words. | |||
<sub>[[User:Linkthewindow/Random Tip|Archives]]</sub> | |||
| | |||
|} | |||
<noinclude> | |||
'''Archives''' | |||
---- | |||
Want to hide external links? Use this code: | Want to hide external links? Use this code: | ||
<div style="height: 100px; width:100px; border: thin solid black; overflow:scroll; background: #FFFFFF; padding: 4px; text-align: left;"> | <div style="height: 100px; width:100px; border: thin solid black; overflow:scroll; background: #FFFFFF; padding: 4px; text-align: left;"> | ||
Line 12: | Line 22: | ||
<sub>''(Thanks [[User:A Helpful Little Gnome|AHLG]] :).)''</sub> | <sub>''(Thanks [[User:A Helpful Little Gnome|AHLG]] :).)''</sub> | ||
</noinclude> | |||
Revision as of 08:56, 14 January 2009
Tip of the Day Put {{subst: in front of a template call to deposit the contents of a template's code on to the page. For example, {{subst:User:Linkthewindow/Sig}} puts Linkthewindow Talk onto the page. It's especially useful with some magic words. |
Archives
Want to hide external links? Use this code:
<span class="stealthexternallink">[http://au.youtube.com/watch?v=oHg5SJYRHA0! Click]</span>
Which comes out:Click!
Useful if you hate that darn external link formatting.
(Thanks AHLG :).)