Template talk:Simology: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
sims>Nikel23
(Created page with "I can't seem to get this template to work if the parameter input is a table. If the table is used from a template (e.g. {{T|SkillTable}}), the table will just show properly. H...")
 
sims>Nikel23
No edit summary
Line 1: Line 1:
I can't seem to get this template to work if the parameter input is a table. If the table is used from a template (e.g. {{T|SkillTable}}), the table will just show properly. However, if the input is a table code, e.g.:
I can't seem to get this template to work if the parameter input is a table. If the table is used from a template (e.g. {{T|SkillTable}}), the table will just show properly. However, if the input is a table code, e.g.:
<pre>
{|
{|
|Something
|Something
|}
|}
</pre>
nothing will show up. The pipelines all have to be changed into <nowiki>{{!}}</nowiki>:
nothing will show up. The pipelines all have to be changed into <nowiki>{{!}}</nowiki>:
<pre>
{{{!}}
{{!}}Something
{{{!}}
{{!}}}
{{!}}Something
{{!}}}
</pre>
end then the table would display correctly. It will be very tedious if every single pipelines have to be replaced, so this template cannot be implemented at the moment. [[User:Nikel23|'''<span style="color:#007FFF; text-shadow: #ACE5EE 0 4px 4px;">Nikel</span>''']] [[User talk:Nikel23|<span style="color: #30D5C8 ; text-shadow: #00FFEF 0 4px 4px;"><sub>''Talk''</sub></span>]] <sub>–</sub> [[The Sims Wiki:Featured Media/Voting|<span style="color:red ; text-shadow:#E97451 0 4px 4px;"><sub>''Vote!''</sub></span>]] 17:29, August 23, 2013 (UTC)
end then the table would display correctly. It will be very tedious if every single pipelines have to be replaced, so this template cannot be implemented at the moment. [[User:Nikel23|'''<span style="color:#007FFF; text-shadow: #ACE5EE 0 4px 4px;">Nikel</span>''']] [[User talk:Nikel23|<span style="color: #30D5C8 ; text-shadow: #00FFEF 0 4px 4px;"><sub>''Talk''</sub></span>]] <sub>–</sub> [[The Sims Wiki:Featured Media/Voting|<span style="color:red ; text-shadow:#E97451 0 4px 4px;"><sub>''Vote!''</sub></span>]] 17:29, August 23, 2013 (UTC)

Revision as of 17:29, 23 August 2013

I can't seem to get this template to work if the parameter input is a table. If the table is used from a template (e.g. {{SkillTable}}), the table will just show properly. However, if the input is a table code, e.g.:

{|
|Something
|}

nothing will show up. The pipelines all have to be changed into {{!}}:

{{{!}}
{{!}}Something
{{!}}}

end then the table would display correctly. It will be very tedious if every single pipelines have to be replaced, so this template cannot be implemented at the moment. Nikel Talk Vote! 17:29, August 23, 2013 (UTC)