User:Joshinils: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 39: | Line 39: | ||
end | end | ||
</pre> | </pre> | ||
[[Factorio:Redirects|Redirects with amount of pages that link there]] | |||
It's low priority for us. | |||
Delete: | |||
* If the redirect is used to correct casing (eg. Passive Provider Chest -> Passsive provider chest) or comes from an old name (e.g. Diesel locomotive -> Locomotive) and has 0 links. | |||
* (old name and url correction) is one another example of "good to delete" | |||
* Same with redirects coming from something like Railway/Train station/Train stop (links with a lot off subpages..): if 0 links, delete. | |||
Don't Delete: | |||
* If it's one that redirects a word in a language to the right language page, keep them. | |||
Example: Redirect Baum to Tree/de can/should stay, even with 0 links. | |||
* the (achievment) ones they are very useful | |||
You do not have to make an effort to correct links going to redirects so that they have 0 links and you can delete them, redirects don't clutter the wiki so they are a low priority deletion target. | |||
Revision as of 19:49, 30 August 2017
my sandbox page I may be using for translating
As I'm usig this bit so often, here it is to copy-paste:
== Siehe auch == * [[Research/de|Forschung]] * [[Technologies/de|Technologien]]
! Technologie !! Kosten !! Auswirkung !! Aufaddierte <br/>Auswirkung
Block that puts foo and bar nex to each another if there is space, else it wraps and puts them underneath:
<div><ul> <li style="display:inline-block;"> foo </li> <li style="display:inline-block;"> bar </li> </ul></div>
Screenshot command:
/c game.take_screenshot{resolution = {x = 1000, y = 1000}, zoom = 2, show_entity_info = true}
Remaining research command:
/c global.research = function(amount) if amount == nil then game.print(game.player.force.research_progress * 100 .. "% done") else game.print(amount -game.player.force.research_progress * amount .. " packs needed") end end
Redirects with amount of pages that link there It's low priority for us.
Delete:
- If the redirect is used to correct casing (eg. Passive Provider Chest -> Passsive provider chest) or comes from an old name (e.g. Diesel locomotive -> Locomotive) and has 0 links.
- (old name and url correction) is one another example of "good to delete"
- Same with redirects coming from something like Railway/Train station/Train stop (links with a lot off subpages..): if 0 links, delete.
Don't Delete:
- If it's one that redirects a word in a language to the right language page, keep them.
Example: Redirect Baum to Tree/de can/should stay, even with 0 links.
- the (achievment) ones they are very useful
You do not have to make an effort to correct links going to redirects so that they have 0 links and you can delete them, redirects don't clutter the wiki so they are a low priority deletion target.