Template talk:Template doc
From TF2 Wiki
You suck :P Now I need to go add this to everything >_< -- WanderingFox 10:54, 4 December 2007 (CST)
You may also want to fix your tags. Not quite sure what you're doing with this, so I'm going to leave it be for the moment :P -- WanderingFox 10:57, 4 December 2007 (CST)
- I'm not sure myself yet! gimme chance....these inclusive brackets are doing my box in {{{{{{}}}{}{}{}}}}}}}} blah! --Aurora 13:20, 4 December 2007 (CST)
- Use spaces until you get it right. Once it works, rip out the whitespace to make the box look pretty.
- That is to say:
{{
{{{
{{
STUFF!!!
}}
}}}
}}
- Proper indentation ALWAYS helps when writing code, whether it's php, C, or wiki :P -- WanderingFox 13:34, 4 December 2007 (CST)
- Not in a limit textbox it doesn't :( that's not what I was getting at anyway, it was the parameters within the inclusion syntax, I've only used {{{1|}}} before, I didn't realise there was a whole host of them. Anywhooo it's now working so rather than all the inclusion stuff, you can just add a {{Template doc}} which works similar to the {{ToDo}}. --Aurora 14:41, 4 December 2007 (CST)
Everything in the pre tags is not showing up. It's visible on the /doc page, but not on the article. I'm guessing it can be fixed with proper placement of nowiki tags, but I can't seem to find it. -- WanderingFox 14:27, 5 December 2007 (CST)
- I don't understand what it's doing, the text disappears completely :O If you View Source on the html of the template the text isn't even there! I've tried different types of ways to type the text but none seem to work, I'm baffled. I'll keep looking to see whats happening, it might be something to do with self-transcluded pages, have you noticed this on any other /doc pages? --Aurora 15:20, 5 December 2007 (CST)
- I fixed it. Replaced the < and > symbols with HTML special character escape codes. No idea why it was happening, but this seemed to fix it. -- WanderingFox 15:21, 5 December 2007 (CST)
- Oh my word, good fix! I still dont know why that should cause a problem though :! --Aurora 15:22, 5 December 2007 (CST)
