Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
This page is a translated version of the page Template:Infobox software and the translation is 100% complete.
Template-info Dokumentasyon
Lua logo Ginagamit ng padrong ito ang Module:Infobox, na may datos na nakalagay sa Module:Infobox/software.
Ang mga ito ay nakasulat sa Lua. Mangyaring tingnan ang wikipedia:tl:wp:Lua at mw:Extension:Scribunto/tl upang matuto nang higit pa.

Ang padron na ito ay ginagamit para makagawa ng infobox na nakahanay sa kanang bahagi ng artikulo kung saan ito ay nakalagay. This one is for non-mod software.

Mga sangkap

"Isang blankong infobox ay nakikita sa kanan para sa mas madaling sipi, ang infobox ay nakahandusay sa mga aktwal na artikulo."
{{{name}}}
[[File:{{{image}}}|320px|frameless]]
Current developers{{{author}}}
Past developers{{{pastauthor}}}
Latest version{{{version}}}
Status{{{status}}}
Written in{{{proglangs}}}
Operating systems{{{os}}}
Depends on{{{deps}}}
License{{{license}}}
Source[{{{source}}} Kawing]
Issues[{{{issues}}} Kawing]
Documentation[{{{docs}}} Kawing]
Website[{{{url}}} Kawing]
  • name: The title that will be displayed at the top of the info box.
  • image: The big picture. Gamitin ang kumpletong filename, gaya ng "Block sand.png".
  • author: Current author or authors of the software. Separate multiple authors by commas.
  • pastauthor: Previous author(s) of the software.
  • version: The current software version.
  • status: The current status of the project. Puwede ang kahit ano dito. Ang kahit ano pa ay maidadagdag ang pahina sa listahan ng mga pahina na may mga mali.
    • abandoned: Abandoned
    • active: Active
    • discontinued: Discontinued
    • planned: Planned
    • stalled: Stalled
    • unmaintained: Unmaintained
  • proglangs: The programming languages that it is written in. Should be a link to a Wikipedia article if possible. Separate multiple languages by commas.
  • os: Supported operating systems. Should be Wikipedia links if possible. Avoid vague descriptors such as Cross-Platform. Separate multiple systems by commas.
  • deps: Non-standard external dependencies, such as Atom or a Ruby Gem.
  • license: The software's license. Should be a Wikipedia article, unless it is a license specific to Minecraft, such as the Modded Minecraft Public License.
  • source: The source code repository.
  • issues: The issue tracker.
  • docs: The official documentation for the software. This is mostly specific to APIs and such.
  • url: URL to the software's main page. Can be a dedicated forum thread or website.

Mga halimbawa

CodeResulta
{{Infobox software
|name=Software
|image=Wiki.png
|author=That one dude
|pastauthor=That one dude that sucks
|version=1.0.0
|status=active
|proglangs=[[WP:Ruby (programming language)|Ruby]], [[WP:C++|C++]]
|os=[[WP:Microsoft Windows|Microsoft Windows]], [[WP:OS X|OS X]]
|deps=[[WP:Atom (text editor)|Atom]]
|license=[[WP:MIT License|MIT License]]
|source=http://github.com/rust/rustlang
|issues=http://github.com/elifoster/ftb-wiki-issue-tracker/issues
|url=http://ftb.gamepedia.com
}}
Software
Wiki
Current developersThat one dude
Past developersThat one dude that sucks
Latest version1.0.0
StatusActive
Written inRuby, C++
Operating systemsMicrosoft Windows, OS X
Depends onAtom
LicenseMIT License
SourceKawing
IssuesKawing
WebsiteKawing
Advertisement