Template talk:Simbio3: 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>A morris
No edit summary
sims>Duskey
Line 2: Line 2:
I noticed them linking do disambig. pages too. We'll have to do some <code>if friendly then link to Friendly (trait)</code> stuff. Would that be okay for bring back links to traits? '''[[User:Duskey|Duskey]]'''<small>([[User_talk:Duskey|<span style="color:green;">talk</span>]])</small> 03:34, August 17, 2010 (UTC)
I noticed them linking do disambig. pages too. We'll have to do some <code>if friendly then link to Friendly (trait)</code> stuff. Would that be okay for bring back links to traits? '''[[User:Duskey|Duskey]]'''<small>([[User_talk:Duskey|<span style="color:green;">talk</span>]])</small> 03:34, August 17, 2010 (UTC)
:Yea, we can do that. Any time we add links we should also check if it's in the main namespace to avoid red links from player stories. --[[User:A_morris|a_morris]] <small>([[User_talk:A_morris|talk]])</small> 22:35, August 22, 2010 (UTC)
:Yea, we can do that. Any time we add links we should also check if it's in the main namespace to avoid red links from player stories. --[[User:A_morris|a_morris]] <small>([[User_talk:A_morris|talk]])</small> 22:35, August 22, 2010 (UTC)
::So it's {{t|Simbio}} we should edit and replace eg. <code><nowiki>{{{trait5}}}</nowiki></code> with
<pre>{{Checkmns}}|
[[{{#switch:{{{trait5}}}
|Friendly = Friendly (trait){{!}}Friendly
|Loner = Loner (trait){{!}}Loner
|Athletic = Athletic (trait){{!}}Athletic
}}]]
|{{{trait5}}}
}}</pre>
? '''[[User:Duskey|Duskey]]'''<small>([[User_talk:Duskey|<span style="color:green;">talk</span>]])</small> 05:21, August 23, 2010 (UTC)

Revision as of 05:21, 23 August 2010

Adding trait links

I noticed them linking do disambig. pages too. We'll have to do some if friendly then link to Friendly (trait) stuff. Would that be okay for bring back links to traits? Duskey(talk) 03:34, August 17, 2010 (UTC)

Yea, we can do that. Any time we add links we should also check if it's in the main namespace to avoid red links from player stories. --a_morris (talk) 22:35, August 22, 2010 (UTC)
So it's {{Simbio}} we should edit and replace eg. {{{trait5}}} with
{{Checkmns}}|
[[{{#switch:{{{trait5}}}
|Friendly = Friendly (trait){{!}}Friendly
|Loner = Loner (trait){{!}}Loner
|Athletic = Athletic (trait){{!}}Athletic
}}]]
|{{{trait5}}}
}}

? Duskey(talk) 05:21, August 23, 2010 (UTC)