Difference between revisions of "User:Seb26/Item infobox"
(→Implementation) |
|||
(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
**** Sometimes this isn't possible, need way to handle these | **** Sometimes this isn't possible, need way to handle these | ||
***** Possibly "if value != yes/no, display value" (may create issues with translators who translate "yes" and "no") | ***** Possibly "if value != yes/no, display value" (may create issues with translators who translate "yes" and "no") | ||
+ | ** Param names should not be long & hard to remember: | ||
+ | *** {{xt|1={{code|name}}}} instead of {{!xt|1={{code|hat-name-override}}}} | ||
=== Core ideas === | === Core ideas === | ||
Line 24: | Line 26: | ||
** Generate lists and distribute workload | ** Generate lists and distribute workload | ||
* AWB find & replace in-template call | * AWB find & replace in-template call | ||
+ | |||
+ | === Plan 1 === | ||
+ | * Deploy to {{tl|Item infobox}}. All other infoboxes remain as they are. | ||
+ | * Parse through all pages using older infoboxes, change template to {{tl|Item infobox}} and replace code & old parameters. |
Latest revision as of 01:55, 30 October 2010
Contents
Ideas
- Item infobox only. Class, maps, websites should be separate.
- Sole important parameter:
type
- Determines type (
weapon
,hat
,misc
,taunt
,tool
,action
) - Switches visible fields based on its value
- Determines type (
- Scattered ideas:
- Translations should be defined directly inside the infobox
- No
| weapon-slot = Primärwaffen
- Instead:
| slot = primary
which on German pages generatesPrimärwaffen
- No
- Attributes:
- Should be plainly named
trade
overtradable
- Simple yes/no (Issue)
- Sometimes this isn't possible, need way to handle these
- Possibly "if value != yes/no, display value" (may create issues with translators who translate "yes" and "no")
- Sometimes this isn't possible, need way to handle these
- Should be plainly named
- Param names should not be long & hard to remember:
name
instead ofhat-name-override
- Translations should be defined directly inside the infobox
Core ideas
- Efficient & translator friendly
- Well-documented – both on template page & on Help:Language translation
Implementation
- Research
- Definite numbers on how many pages to update
- Generate lists and distribute workload
- AWB find & replace in-template call
Plan 1
- Deploy to
{{Item infobox}}
. All other infoboxes remain as they are. - Parse through all pages using older infoboxes, change template to
{{Item infobox}}
and replace code & old parameters.